Spacing between footnotes similar to spacing in footnote
up vote
0
down vote
favorite
I add line spacing to my main text with setstretch{1.18}
and to footnotes with setstretch{1.22
}. When there are multiple footnotes on a page I of course want the spacing between the last line of one and the first line of the next to be the same as between lines in the same footnote. By eyesight I have more or less achieved this with setlength{footnotesep}{.59baselineskip}
.
Is there a way to do this automatically and exactly?
MWE:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{.59baselineskip}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur dictum gravida mauris.}
usepackage{lipsum}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
Result:
footnotes line-spacing setspace
add a comment |
up vote
0
down vote
favorite
I add line spacing to my main text with setstretch{1.18}
and to footnotes with setstretch{1.22
}. When there are multiple footnotes on a page I of course want the spacing between the last line of one and the first line of the next to be the same as between lines in the same footnote. By eyesight I have more or less achieved this with setlength{footnotesep}{.59baselineskip}
.
Is there a way to do this automatically and exactly?
MWE:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{.59baselineskip}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur dictum gravida mauris.}
usepackage{lipsum}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
Result:
footnotes line-spacing setspace
Just out of curiosity: Why would you want to use anything but singlespacing in the footnotes?
– Mico
Dec 6 at 16:47
@Mico Because there needs to be enough space for some mathematical notation that has symbols under the main line.
– Casper
Dec 6 at 17:03
In case there are some such mathematical notation, LaTeX will enlarge the spacing automatically.
– JouleV
Dec 7 at 11:21
@JouleV Yes, but non-uniformly, which I think is ugly
– Casper
Dec 7 at 11:23
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I add line spacing to my main text with setstretch{1.18}
and to footnotes with setstretch{1.22
}. When there are multiple footnotes on a page I of course want the spacing between the last line of one and the first line of the next to be the same as between lines in the same footnote. By eyesight I have more or less achieved this with setlength{footnotesep}{.59baselineskip}
.
Is there a way to do this automatically and exactly?
MWE:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{.59baselineskip}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur dictum gravida mauris.}
usepackage{lipsum}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
Result:
footnotes line-spacing setspace
I add line spacing to my main text with setstretch{1.18}
and to footnotes with setstretch{1.22
}. When there are multiple footnotes on a page I of course want the spacing between the last line of one and the first line of the next to be the same as between lines in the same footnote. By eyesight I have more or less achieved this with setlength{footnotesep}{.59baselineskip}
.
Is there a way to do this automatically and exactly?
MWE:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{.59baselineskip}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. Curabitur dictum gravida mauris.}
usepackage{lipsum}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
Result:
footnotes line-spacing setspace
footnotes line-spacing setspace
edited Dec 8 at 9:18
asked Dec 6 at 16:26
Casper
1726
1726
Just out of curiosity: Why would you want to use anything but singlespacing in the footnotes?
– Mico
Dec 6 at 16:47
@Mico Because there needs to be enough space for some mathematical notation that has symbols under the main line.
– Casper
Dec 6 at 17:03
In case there are some such mathematical notation, LaTeX will enlarge the spacing automatically.
– JouleV
Dec 7 at 11:21
@JouleV Yes, but non-uniformly, which I think is ugly
– Casper
Dec 7 at 11:23
add a comment |
Just out of curiosity: Why would you want to use anything but singlespacing in the footnotes?
– Mico
Dec 6 at 16:47
@Mico Because there needs to be enough space for some mathematical notation that has symbols under the main line.
– Casper
Dec 6 at 17:03
In case there are some such mathematical notation, LaTeX will enlarge the spacing automatically.
– JouleV
Dec 7 at 11:21
@JouleV Yes, but non-uniformly, which I think is ugly
– Casper
Dec 7 at 11:23
Just out of curiosity: Why would you want to use anything but singlespacing in the footnotes?
– Mico
Dec 6 at 16:47
Just out of curiosity: Why would you want to use anything but singlespacing in the footnotes?
– Mico
Dec 6 at 16:47
@Mico Because there needs to be enough space for some mathematical notation that has symbols under the main line.
– Casper
Dec 6 at 17:03
@Mico Because there needs to be enough space for some mathematical notation that has symbols under the main line.
– Casper
Dec 6 at 17:03
In case there are some such mathematical notation, LaTeX will enlarge the spacing automatically.
– JouleV
Dec 7 at 11:21
In case there are some such mathematical notation, LaTeX will enlarge the spacing automatically.
– JouleV
Dec 7 at 11:21
@JouleV Yes, but non-uniformly, which I think is ugly
– Casper
Dec 7 at 11:23
@JouleV Yes, but non-uniformly, which I think is ugly
– Casper
Dec 7 at 11:23
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Just multiply the standard footnotesep
by 1.22:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{1.22footnotesep}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Ut purus elit, vestibulum ut, placerat ac,
adipiscing vitae, felis. Curabitur dictum gravida mauris.}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
add a comment |
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
});
}
});
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%2f463542%2fspacing-between-footnotes-similar-to-spacing-in-footnote%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Just multiply the standard footnotesep
by 1.22:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{1.22footnotesep}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Ut purus elit, vestibulum ut, placerat ac,
adipiscing vitae, felis. Curabitur dictum gravida mauris.}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
add a comment |
up vote
1
down vote
accepted
Just multiply the standard footnotesep
by 1.22:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{1.22footnotesep}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Ut purus elit, vestibulum ut, placerat ac,
adipiscing vitae, felis. Curabitur dictum gravida mauris.}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Just multiply the standard footnotesep
by 1.22:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{1.22footnotesep}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Ut purus elit, vestibulum ut, placerat ac,
adipiscing vitae, felis. Curabitur dictum gravida mauris.}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
Just multiply the standard footnotesep
by 1.22:
documentclass[11pt,a5paper]{article}
usepackage{setspace}
setstretch{1.18}
setlength{footnotesep}{1.22footnotesep}
newcommand{note}[1]{footnote{setstretch{1.22}#1}}
newcommand{lorum}{Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Ut purus elit, vestibulum ut, placerat ac,
adipiscing vitae, felis. Curabitur dictum gravida mauris.}
begin{document}
lorumnote{lorum}
lorumnote{lorum}
end{document}
answered Dec 8 at 10:29
egreg
704k8618763155
704k8618763155
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f463542%2fspacing-between-footnotes-similar-to-spacing-in-footnote%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
Just out of curiosity: Why would you want to use anything but singlespacing in the footnotes?
– Mico
Dec 6 at 16:47
@Mico Because there needs to be enough space for some mathematical notation that has symbols under the main line.
– Casper
Dec 6 at 17:03
In case there are some such mathematical notation, LaTeX will enlarge the spacing automatically.
– JouleV
Dec 7 at 11:21
@JouleV Yes, but non-uniformly, which I think is ugly
– Casper
Dec 7 at 11:23