Clarified latex_macros
extension.
This commit is contained in:
parent
615a99c2c2
commit
9184e1a55b
1 changed files with 7 additions and 4 deletions
11
MANUAL.txt
11
MANUAL.txt
|
@ -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
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue