mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
Manual: clarify when macro definitions are passed as raw latex.
In Markdown input, they are always passed through. In LaTeX, only if `latex_macros` is disabled.
This commit is contained in:
+5
-2
@@ -4337,8 +4337,11 @@ When `latex_macros` is disabled, the raw LaTeX and math will
|
||||
not have macros applied. This is usually a better approach when
|
||||
you are targeting LaTeX or PDF.
|
||||
|
||||
The macro definitions will be passed through as raw LaTeX
|
||||
only if `latex_macros` is not enabled.
|
||||
Macro definitions in LaTeX will be passed through as raw LaTeX
|
||||
only if `latex_macros` is not enabled. Macro definitions in
|
||||
Markdown source (or other formats allowing `raw_tex`) will
|
||||
be passed through regardless of whether `latex_macros` is
|
||||
enabled.
|
||||
|
||||
## Links
|
||||
|
||||
|
||||
Reference in New Issue
Block a user