Spacing with French accents











up vote
0
down vote

favorite












I am writing a text in English where I frequently use sidebars with the spacing of 0.8. The French word Ecole creates a problem because there is an accent on E ('Ecole), and TeX feels that extra spacing is needed between the line with École and the previous one. Here is an example:



documentclass{article} 
usepackage{setspace}
begin{document}
begin{spacing}{0.8}
In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical
Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry.
measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of
analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale.
end{spacing}
end{document}


Is there a standard way to handle such a situation? The text looks ugly with different spaces between lines.










share|improve this question




















  • 1




    using the standard settings there is space for É without affecting the baseline, you should show a small example that shows the problem so we see your font and baseline settings
    – David Carlisle
    Nov 21 at 19:41






  • 1




    See tex.stackexchange.com/q/258297
    – Thérèse
    Nov 22 at 0:16










  • The problem appears in sidebars where I use spacing of 0.8. Here is an example: documentclass{article} usepackage{setspace} begin{document} begin{spacing}{0.8} In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry. measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale. end{spacing} end{document}
    – J.Petrovic
    Nov 22 at 3:43












  • You should edit your question and put your MWE inside it, rather than in comment.
    – sztruks
    Nov 22 at 8:54










  • @J.Petrovic Reducing the leading is a sure recipe for disastrous typesetting, with inconsistent distance between the baselines.
    – egreg
    Nov 22 at 12:02















up vote
0
down vote

favorite












I am writing a text in English where I frequently use sidebars with the spacing of 0.8. The French word Ecole creates a problem because there is an accent on E ('Ecole), and TeX feels that extra spacing is needed between the line with École and the previous one. Here is an example:



documentclass{article} 
usepackage{setspace}
begin{document}
begin{spacing}{0.8}
In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical
Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry.
measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of
analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale.
end{spacing}
end{document}


Is there a standard way to handle such a situation? The text looks ugly with different spaces between lines.










share|improve this question




















  • 1




    using the standard settings there is space for É without affecting the baseline, you should show a small example that shows the problem so we see your font and baseline settings
    – David Carlisle
    Nov 21 at 19:41






  • 1




    See tex.stackexchange.com/q/258297
    – Thérèse
    Nov 22 at 0:16










  • The problem appears in sidebars where I use spacing of 0.8. Here is an example: documentclass{article} usepackage{setspace} begin{document} begin{spacing}{0.8} In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry. measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale. end{spacing} end{document}
    – J.Petrovic
    Nov 22 at 3:43












  • You should edit your question and put your MWE inside it, rather than in comment.
    – sztruks
    Nov 22 at 8:54










  • @J.Petrovic Reducing the leading is a sure recipe for disastrous typesetting, with inconsistent distance between the baselines.
    – egreg
    Nov 22 at 12:02













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am writing a text in English where I frequently use sidebars with the spacing of 0.8. The French word Ecole creates a problem because there is an accent on E ('Ecole), and TeX feels that extra spacing is needed between the line with École and the previous one. Here is an example:



documentclass{article} 
usepackage{setspace}
begin{document}
begin{spacing}{0.8}
In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical
Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry.
measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of
analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale.
end{spacing}
end{document}


Is there a standard way to handle such a situation? The text looks ugly with different spaces between lines.










share|improve this question















I am writing a text in English where I frequently use sidebars with the spacing of 0.8. The French word Ecole creates a problem because there is an accent on E ('Ecole), and TeX feels that extra spacing is needed between the line with École and the previous one. Here is an example:



documentclass{article} 
usepackage{setspace}
begin{document}
begin{spacing}{0.8}
In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical
Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry.
measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of
analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale.
end{spacing}
end{document}


Is there a standard way to handle such a situation? The text looks ugly with different spaces between lines.







line-spacing accents






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 22 at 10:04

























asked Nov 21 at 19:32









J.Petrovic

243




243








  • 1




    using the standard settings there is space for É without affecting the baseline, you should show a small example that shows the problem so we see your font and baseline settings
    – David Carlisle
    Nov 21 at 19:41






  • 1




    See tex.stackexchange.com/q/258297
    – Thérèse
    Nov 22 at 0:16










  • The problem appears in sidebars where I use spacing of 0.8. Here is an example: documentclass{article} usepackage{setspace} begin{document} begin{spacing}{0.8} In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry. measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale. end{spacing} end{document}
    – J.Petrovic
    Nov 22 at 3:43












  • You should edit your question and put your MWE inside it, rather than in comment.
    – sztruks
    Nov 22 at 8:54










  • @J.Petrovic Reducing the leading is a sure recipe for disastrous typesetting, with inconsistent distance between the baselines.
    – egreg
    Nov 22 at 12:02














  • 1




    using the standard settings there is space for É without affecting the baseline, you should show a small example that shows the problem so we see your font and baseline settings
    – David Carlisle
    Nov 21 at 19:41






  • 1




    See tex.stackexchange.com/q/258297
    – Thérèse
    Nov 22 at 0:16










  • The problem appears in sidebars where I use spacing of 0.8. Here is an example: documentclass{article} usepackage{setspace} begin{document} begin{spacing}{0.8} In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry. measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale. end{spacing} end{document}
    – J.Petrovic
    Nov 22 at 3:43












  • You should edit your question and put your MWE inside it, rather than in comment.
    – sztruks
    Nov 22 at 8:54










  • @J.Petrovic Reducing the leading is a sure recipe for disastrous typesetting, with inconsistent distance between the baselines.
    – egreg
    Nov 22 at 12:02








1




1




using the standard settings there is space for É without affecting the baseline, you should show a small example that shows the problem so we see your font and baseline settings
– David Carlisle
Nov 21 at 19:41




using the standard settings there is space for É without affecting the baseline, you should show a small example that shows the problem so we see your font and baseline settings
– David Carlisle
Nov 21 at 19:41




1




1




See tex.stackexchange.com/q/258297
– Thérèse
Nov 22 at 0:16




See tex.stackexchange.com/q/258297
– Thérèse
Nov 22 at 0:16












The problem appears in sidebars where I use spacing of 0.8. Here is an example: documentclass{article} usepackage{setspace} begin{document} begin{spacing}{0.8} In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry. measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale. end{spacing} end{document}
– J.Petrovic
Nov 22 at 3:43






The problem appears in sidebars where I use spacing of 0.8. Here is an example: documentclass{article} usepackage{setspace} begin{document} begin{spacing}{0.8} In 1788 he completed a long work on a book ``M'ecanique Analytique'' (The Analytical Mechanics), which offered a revolutionary view of mechanics as the four dimensional geometry. measures, the only branch of the Acad'emie des Sciencese. In 1794 he became a professor of analysis at the newly created 'Ecole Polytechnique. He also taught at 'Ecole Normale. end{spacing} end{document}
– J.Petrovic
Nov 22 at 3:43














You should edit your question and put your MWE inside it, rather than in comment.
– sztruks
Nov 22 at 8:54




You should edit your question and put your MWE inside it, rather than in comment.
– sztruks
Nov 22 at 8:54












@J.Petrovic Reducing the leading is a sure recipe for disastrous typesetting, with inconsistent distance between the baselines.
– egreg
Nov 22 at 12:02




@J.Petrovic Reducing the leading is a sure recipe for disastrous typesetting, with inconsistent distance between the baselines.
– egreg
Nov 22 at 12:02















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461184%2fspacing-with-french-accents%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461184%2fspacing-with-french-accents%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?