Horizontal justification for the side comments, in Tufte-Handout style.











up vote
0
down vote

favorite












I am using Tufte handout template and I see that many of the margin comments (figure captions, footnotes, citations, etc) are not justified/aligned. I was wondering if there is an easy fix for this.



enter image description here










share|improve this question






















  • Which options have you passed to documentclass? If you passed the justified option, then the body text and marginal text should both be fully justified.
    – godbyk
    Nov 16 at 20:41















up vote
0
down vote

favorite












I am using Tufte handout template and I see that many of the margin comments (figure captions, footnotes, citations, etc) are not justified/aligned. I was wondering if there is an easy fix for this.



enter image description here










share|improve this question






















  • Which options have you passed to documentclass? If you passed the justified option, then the body text and marginal text should both be fully justified.
    – godbyk
    Nov 16 at 20:41













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am using Tufte handout template and I see that many of the margin comments (figure captions, footnotes, citations, etc) are not justified/aligned. I was wondering if there is an easy fix for this.



enter image description here










share|improve this question













I am using Tufte handout template and I see that many of the margin comments (figure captions, footnotes, citations, etc) are not justified/aligned. I was wondering if there is an easy fix for this.



enter image description here







tufte






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 16 at 19:42









Daniel

19819




19819












  • Which options have you passed to documentclass? If you passed the justified option, then the body text and marginal text should both be fully justified.
    – godbyk
    Nov 16 at 20:41


















  • Which options have you passed to documentclass? If you passed the justified option, then the body text and marginal text should both be fully justified.
    – godbyk
    Nov 16 at 20:41
















Which options have you passed to documentclass? If you passed the justified option, then the body text and marginal text should both be fully justified.
– godbyk
Nov 16 at 20:41




Which options have you passed to documentclass? If you passed the justified option, then the body text and marginal text should both be fully justified.
– godbyk
Nov 16 at 20:41










1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










Use the justified option in documentclass



documentclass[justified]{tufte-book}


enter image description here



MWE



documentclass[justified]{tufte-book}
usepackage{lipsum}
usepackage{filecontents}
begin{filecontents*}{references.bib}
@book{dirac,
title={The Principles of Quantum Mechanics},
author={Paul Adrien Maurice Dirac},
series={International series of monographs on physics},
year={1981},
publisher={Clarendon Press},
}
end{filecontents*}
begin{document}
section{Main text}
sidenote[-3cm]{sidenotes\ This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note } cite{dirac}
lipsum[2]

begin{marginfigure}
rule{textwidth}{2.6cm}
caption{Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. }
label{fig:marginfig}
end{marginfigure}

bibliographystyle{plain}
bibliography{references}
end{document}





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%2f460369%2fhorizontal-justification-for-the-side-comments-in-tufte-handout-style%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
    2
    down vote



    accepted










    Use the justified option in documentclass



    documentclass[justified]{tufte-book}


    enter image description here



    MWE



    documentclass[justified]{tufte-book}
    usepackage{lipsum}
    usepackage{filecontents}
    begin{filecontents*}{references.bib}
    @book{dirac,
    title={The Principles of Quantum Mechanics},
    author={Paul Adrien Maurice Dirac},
    series={International series of monographs on physics},
    year={1981},
    publisher={Clarendon Press},
    }
    end{filecontents*}
    begin{document}
    section{Main text}
    sidenote[-3cm]{sidenotes\ This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note } cite{dirac}
    lipsum[2]

    begin{marginfigure}
    rule{textwidth}{2.6cm}
    caption{Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. }
    label{fig:marginfig}
    end{marginfigure}

    bibliographystyle{plain}
    bibliography{references}
    end{document}





    share|improve this answer

























      up vote
      2
      down vote



      accepted










      Use the justified option in documentclass



      documentclass[justified]{tufte-book}


      enter image description here



      MWE



      documentclass[justified]{tufte-book}
      usepackage{lipsum}
      usepackage{filecontents}
      begin{filecontents*}{references.bib}
      @book{dirac,
      title={The Principles of Quantum Mechanics},
      author={Paul Adrien Maurice Dirac},
      series={International series of monographs on physics},
      year={1981},
      publisher={Clarendon Press},
      }
      end{filecontents*}
      begin{document}
      section{Main text}
      sidenote[-3cm]{sidenotes\ This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note } cite{dirac}
      lipsum[2]

      begin{marginfigure}
      rule{textwidth}{2.6cm}
      caption{Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. }
      label{fig:marginfig}
      end{marginfigure}

      bibliographystyle{plain}
      bibliography{references}
      end{document}





      share|improve this answer























        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        Use the justified option in documentclass



        documentclass[justified]{tufte-book}


        enter image description here



        MWE



        documentclass[justified]{tufte-book}
        usepackage{lipsum}
        usepackage{filecontents}
        begin{filecontents*}{references.bib}
        @book{dirac,
        title={The Principles of Quantum Mechanics},
        author={Paul Adrien Maurice Dirac},
        series={International series of monographs on physics},
        year={1981},
        publisher={Clarendon Press},
        }
        end{filecontents*}
        begin{document}
        section{Main text}
        sidenote[-3cm]{sidenotes\ This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note } cite{dirac}
        lipsum[2]

        begin{marginfigure}
        rule{textwidth}{2.6cm}
        caption{Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. }
        label{fig:marginfig}
        end{marginfigure}

        bibliographystyle{plain}
        bibliography{references}
        end{document}





        share|improve this answer












        Use the justified option in documentclass



        documentclass[justified]{tufte-book}


        enter image description here



        MWE



        documentclass[justified]{tufte-book}
        usepackage{lipsum}
        usepackage{filecontents}
        begin{filecontents*}{references.bib}
        @book{dirac,
        title={The Principles of Quantum Mechanics},
        author={Paul Adrien Maurice Dirac},
        series={International series of monographs on physics},
        year={1981},
        publisher={Clarendon Press},
        }
        end{filecontents*}
        begin{document}
        section{Main text}
        sidenote[-3cm]{sidenotes\ This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note. This is a justified side note } cite{dirac}
        lipsum[2]

        begin{marginfigure}
        rule{textwidth}{2.6cm}
        caption{Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. Caption of a figure that is aligned properly. }
        label{fig:marginfig}
        end{marginfigure}

        bibliographystyle{plain}
        bibliography{references}
        end{document}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 16 at 21:21









        nidhin

        1,660920




        1,660920






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460369%2fhorizontal-justification-for-the-side-comments-in-tufte-handout-style%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

            How to send String Array data to Server using php in android

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

            Is anime1.com a legal site for watching anime?