Fix incorrectly documented auto-numbering of MathJax equations

* lisp/org/ox-html.el (org-html-mathjax-options): Fix incorrect
choices for the 'autonumber' MathJax option in the docstring.
This commit is contained in:
Rudolf Adamkovič 2022-08-31 16:03:38 +02:00 committed by Ihor Radchenko
parent e36c3cc21b
commit 74d1a8c758
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 2 deletions

View File

@ -1186,8 +1186,8 @@ linebreaks Let MathJax perform automatic linebreaks. Valid values
are \"true\" and \"false\".
indent If align is not center, how far from the left/right side?
multlinewidth The width of the multline environment.
autonumber How to number equations. Valid values are \"None\",
\"All\" and \"AMS\".
autonumber How to number equations. Valid values are \"none\",
\"all\" and \"AMS\".
tagindent The amount tags are indented.
tagside Which side to show tags/labels on. Valid values are
\"left\" and \"right\"