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.
line-spacing accents
|
show 2 more comments
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.
line-spacing accents
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
|
show 2 more comments
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.
line-spacing accents
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
line-spacing accents
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
|
show 2 more comments
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
|
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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