Interaction between hyperref and marginpar?












0















I have a document with margin notes in which cite commands are used. I have the problem that the first line of the margin note does not match the line in the text if the margin note starts with cite and the option backref is used in hyperref.



MWE:



documentclass{article}
setlength{textwidth}{12cm} % to have enough space for margin notes
setlength{marginparwidth}{8cm} % ditto
usepackage{natbib}
usepackage[backref]{hyperref}
bibliographystyle{chicago}

begin{document}

Note marginpar{See cite{Other1980}} that this margin
comment should start on this line and it does.

vspace{baselineskip}

Note marginpar{cite{Other1980}} that this margin
comment should start on this line but it does not.

bibliography{refs}
end{document}


with refs.bib containing



@article{Other1980,
Author = {A. N. Other},
Title = {1 + 1 = 3},
Journal = {J. Irreproducible Results},
Year = 1980}}


The output is:



enter image description here



Note how 'Other (1980)' is below the corresponding line of text if the margin note starts with cite whereas it is correctly aligned if the margin comments starts with text. On the other hand, if I comment out the option backref, I get both margin notes correctly aligned:



enter image description here



Now 'Other (1980)' is correctly aligned with the second line of text.



How can I get proper alignment with backref even if the margin note does start with cite? Am I doing something wrong or is this a bug?










share|improve this question


















  • 2





    marginpar{leavevmodecite{moore}} gives the expected results with both backref settings. I assume with backref hyperref adds code before the actual cite and confuses the boxing...

    – moewe
    Mar 16 at 12:12











  • That solved the problem, thanks.

    – user1362373
    Mar 19 at 5:04
















0















I have a document with margin notes in which cite commands are used. I have the problem that the first line of the margin note does not match the line in the text if the margin note starts with cite and the option backref is used in hyperref.



MWE:



documentclass{article}
setlength{textwidth}{12cm} % to have enough space for margin notes
setlength{marginparwidth}{8cm} % ditto
usepackage{natbib}
usepackage[backref]{hyperref}
bibliographystyle{chicago}

begin{document}

Note marginpar{See cite{Other1980}} that this margin
comment should start on this line and it does.

vspace{baselineskip}

Note marginpar{cite{Other1980}} that this margin
comment should start on this line but it does not.

bibliography{refs}
end{document}


with refs.bib containing



@article{Other1980,
Author = {A. N. Other},
Title = {1 + 1 = 3},
Journal = {J. Irreproducible Results},
Year = 1980}}


The output is:



enter image description here



Note how 'Other (1980)' is below the corresponding line of text if the margin note starts with cite whereas it is correctly aligned if the margin comments starts with text. On the other hand, if I comment out the option backref, I get both margin notes correctly aligned:



enter image description here



Now 'Other (1980)' is correctly aligned with the second line of text.



How can I get proper alignment with backref even if the margin note does start with cite? Am I doing something wrong or is this a bug?










share|improve this question


















  • 2





    marginpar{leavevmodecite{moore}} gives the expected results with both backref settings. I assume with backref hyperref adds code before the actual cite and confuses the boxing...

    – moewe
    Mar 16 at 12:12











  • That solved the problem, thanks.

    – user1362373
    Mar 19 at 5:04














0












0








0








I have a document with margin notes in which cite commands are used. I have the problem that the first line of the margin note does not match the line in the text if the margin note starts with cite and the option backref is used in hyperref.



MWE:



documentclass{article}
setlength{textwidth}{12cm} % to have enough space for margin notes
setlength{marginparwidth}{8cm} % ditto
usepackage{natbib}
usepackage[backref]{hyperref}
bibliographystyle{chicago}

begin{document}

Note marginpar{See cite{Other1980}} that this margin
comment should start on this line and it does.

vspace{baselineskip}

Note marginpar{cite{Other1980}} that this margin
comment should start on this line but it does not.

bibliography{refs}
end{document}


with refs.bib containing



@article{Other1980,
Author = {A. N. Other},
Title = {1 + 1 = 3},
Journal = {J. Irreproducible Results},
Year = 1980}}


The output is:



enter image description here



Note how 'Other (1980)' is below the corresponding line of text if the margin note starts with cite whereas it is correctly aligned if the margin comments starts with text. On the other hand, if I comment out the option backref, I get both margin notes correctly aligned:



enter image description here



Now 'Other (1980)' is correctly aligned with the second line of text.



How can I get proper alignment with backref even if the margin note does start with cite? Am I doing something wrong or is this a bug?










share|improve this question














I have a document with margin notes in which cite commands are used. I have the problem that the first line of the margin note does not match the line in the text if the margin note starts with cite and the option backref is used in hyperref.



MWE:



documentclass{article}
setlength{textwidth}{12cm} % to have enough space for margin notes
setlength{marginparwidth}{8cm} % ditto
usepackage{natbib}
usepackage[backref]{hyperref}
bibliographystyle{chicago}

begin{document}

Note marginpar{See cite{Other1980}} that this margin
comment should start on this line and it does.

vspace{baselineskip}

Note marginpar{cite{Other1980}} that this margin
comment should start on this line but it does not.

bibliography{refs}
end{document}


with refs.bib containing



@article{Other1980,
Author = {A. N. Other},
Title = {1 + 1 = 3},
Journal = {J. Irreproducible Results},
Year = 1980}}


The output is:



enter image description here



Note how 'Other (1980)' is below the corresponding line of text if the margin note starts with cite whereas it is correctly aligned if the margin comments starts with text. On the other hand, if I comment out the option backref, I get both margin notes correctly aligned:



enter image description here



Now 'Other (1980)' is correctly aligned with the second line of text.



How can I get proper alignment with backref even if the margin note does start with cite? Am I doing something wrong or is this a bug?







hyperref marginpar alignment






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 16 at 12:05









user1362373user1362373

1,0081128




1,0081128








  • 2





    marginpar{leavevmodecite{moore}} gives the expected results with both backref settings. I assume with backref hyperref adds code before the actual cite and confuses the boxing...

    – moewe
    Mar 16 at 12:12











  • That solved the problem, thanks.

    – user1362373
    Mar 19 at 5:04














  • 2





    marginpar{leavevmodecite{moore}} gives the expected results with both backref settings. I assume with backref hyperref adds code before the actual cite and confuses the boxing...

    – moewe
    Mar 16 at 12:12











  • That solved the problem, thanks.

    – user1362373
    Mar 19 at 5:04








2




2





marginpar{leavevmodecite{moore}} gives the expected results with both backref settings. I assume with backref hyperref adds code before the actual cite and confuses the boxing...

– moewe
Mar 16 at 12:12





marginpar{leavevmodecite{moore}} gives the expected results with both backref settings. I assume with backref hyperref adds code before the actual cite and confuses the boxing...

– moewe
Mar 16 at 12:12













That solved the problem, thanks.

– user1362373
Mar 19 at 5:04





That solved the problem, thanks.

– user1362373
Mar 19 at 5:04










0






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',
autoActivateHeartbeat: false,
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%2f479776%2finteraction-between-hyperref-and-marginpar%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f479776%2finteraction-between-hyperref-and-marginpar%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?