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:



enter image description here










share|improve this question
























  • 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















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:



enter image description here










share|improve this question
























  • 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













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:



enter image description here










share|improve this question















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:



enter image description here







footnotes line-spacing setspace






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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










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}


enter image description here






share|improve this answer





















    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%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}


    enter image description here






    share|improve this answer

























      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}


      enter image description here






      share|improve this answer























        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}


        enter image description here






        share|improve this answer












        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}


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 8 at 10:29









        egreg

        704k8618763155




        704k8618763155






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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?