diff options
-rw-r--r-- | MANUAL.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 85e93c4fb..e9fda9ace 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3292,8 +3292,13 @@ them and they won't be treated as math delimiters. TeX math will be printed in all output formats. How it is rendered depends on the output format: +LaTeX + ~ It will appear verbatim surrounded by `\(...\)` (for inline + math) or `\[...\]` (for display math). + Markdown, LaTeX, Emacs Org mode, ConTeXt, ZimWiki - ~ It will appear verbatim between `$` characters. + ~ It will appear verbatim surrounded by `$...$` (for inline + math) or `$$...$$` (for display math). reStructuredText ~ It will be rendered using an [interpreted text role `:math:`]. |