Clarified latex_macros extension.

This commit is contained in:
John MacFarlane 2018-01-14 16:05:13 -08:00
parent 615a99c2c2
commit 9184e1a55b

View file

@ -3388,14 +3388,17 @@ all output formats, not just LaTeX:
$\tuple{a, b, c}$
In LaTeX output, the macro definitions will not be passed
through as raw LaTeX.
Note that LaTeX macros will not be applied if they occur
inside inside a raw span or block marked with the
[`raw_attribute` extension](#extension-raw_attribute).
When `latex_macros` is disabled, the macro definitions will
be passed through as raw LaTeX, and the raw LaTeX and math will
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.
Whether or not `latex_macros` is enabled, the macro definitions
will still be passed through as raw LaTeX.
Links
-----