Skip to content

Commit 15068ce

Browse files
Rudolf Adamkovičyantar92
authored andcommitted
Fix incorrectly documented MathJax options
* lisp/org/ox-html.el (org-html-mathjax-options): Fix some incorrect choices for `indent' and `autonumber' in the docstring.
1 parent e82ce43 commit 15068ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lisp/ox-html.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,10 +1185,9 @@ font The font to use with HTML-CSS and SVG output. As of MathJax 2.5
11851185
linebreaks Let MathJax perform automatic linebreaks. Valid values
11861186
are \"true\" and \"false\".
11871187
indent If align is not center, how far from the left/right side?
1188-
Valid values are \"left\" and \"right\"
11891188
multlinewidth The width of the multline environment.
11901189
autonumber How to number equations. Valid values are \"None\",
1191-
\"all\" and \"AMS Math\".
1190+
\"All\" and \"AMS\".
11921191
tagindent The amount tags are indented.
11931192
tagside Which side to show tags/labels on. Valid values are
11941193
\"left\" and \"right\"

0 commit comments

Comments
 (0)