-
-
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
vadjust pre does not get parsed by LaTeX reader #7531
Comments
|
@luerhard why are you doing this way? You could just go directly from markdown to docx using pandoc. |
Mainly because i want to be able to write latex commands in my markdown document. Also, that way I only have one pipeline to worry about and can manually adjust the latex file if necessary. I have to convert to latex before pdf anyway to get stuff like the letter-numbered appendices, so I figured it is easier and better to maintain one single intermediary file with two outputs instead of two completely separate conversions. |
Explain the problem.
I am running a pipeline to produce documents with pandoc as:
I use
citeproc
andlink-citations: true
.When i create the pdf with pdflatex, everything looks fine, but in
\vadjust pre
in the link citations do not seem to work with the docx writer.from this base latex:
the resulting references in docx are:
This behavior is the same with the odt writer.
Pandoc version?
I am using pandoc 2.14.2 on Ubuntu.
The text was updated successfully, but these errors were encountered: