-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandoc 3.1.7 with link-citations: true
doesn't break lines in citations
#9050
Comments
@u-fischer is there a way to fix this? |
This https://tex.stackexchange.com/questions/2773/how-do-i-make-latex-push-long-citations-to-a-new-line suggests that we need
|
I can confirm that this works. But I don't know how common a package |
sorry can't test now, but something like |
Sorry to hear about the beamer/enumitem incompatibility. Perhaps we can work around that by using lower-level commands to adjust the list instead? What we need to control:
|
@u-fischer I went with
and this seems to work (though I don't know the difference between it and the other option). |
The grouping will be slightly different, in one case |
In pandoc 3.1.7 with the
citeproc
filter and output to pdf, iflink-citations: true
then the citations don't break at the right margin, which they do whenlink-citations: false
, and did previously. This is due to\protect\hyperlink{ref-}{text}
being replaced by\citeproc{ref-}{text}
in the resolution of #9031 by 353177f.This can be seen with this input file (
test-citations.md
):and compiling with:
With
link-citations: true
:and with
link-citations: false
:The text was updated successfully, but these errors were encountered: