-
-
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
include-in-header overwrites header-includes #4328
Comments
Dup of #3139? See the discussion there. |
Closing in favor of #3139 and continue at pandoc-discuss. |
The FILE in this case is
|
That part is wrong because it is not included at the end rather than it replaces the complete header-include part. |
With pandoc v2.1.1
-H/--include-in-header
overwritesheader-includes:
provided in the yaml block of the input markdown. According to the manual, it shouldInclude contents of FILE, verbatim, at the end of the header.
Example file
header_with.md
with content:additional.tex
:Command:
pandoc -s -t latex header_with.md -H additional.tex
The line
\usepackage{todonotes}
does not appear in the output anymore:The text was updated successfully, but these errors were encountered: