Replies: 1 comment 3 replies
-
You'd have to use a custom template for that, I think. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to pass the option
intlimits
to theamsmath
package when generating a PDF file via LuaLaTeX from a Markdown file. The command\PassOptionsToPackage
inheader-includes
does not work since the\usepackage{amsmath}
appears before the processing of the includes in thedefault.latex
template. How can I pass the option without using a custom template?Beta Was this translation helpful? Give feedback.
All reactions