summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-30 11:31:50 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-30 11:31:50 +0100
commit7018003811f2b606808ddecb5c1ce12e27ad7d51 (patch)
tree9f70c8e454ee598f49a9f85f6c2e0a2ba4e629ac /MANUAL.txt
parent42257b9be935b92c9118d281543c26a30f04d44b (diff)
`--mathml` and MathML in HTMLMathMethod longer take an argument.
The argument was for a bridge javascript that used to be necessary in 2004. We have removed the script already.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index c773f2336..3e4425a72 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -945,13 +945,10 @@ Math rendering in HTML
several pages, it is much better to link to a copy of the script,
so it can be cached.
-`--mathml`[`=`*URL*]
+`--mathml`
: Convert TeX math to [MathML] (in `docbook4`, `docbook5`,
- `html4` and `html5`). In standalone HTML output, a small
- JavaScript (or a link to such a script if a *URL* is
- supplied) will be inserted that allows the MathML to be
- viewed on some browsers.
+ `html4` and `html5`).
`--jsmath`[`=`*URL*]