emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 710b6ca70e 2/2: Fix under-documented MathJax indent


From: ELPA Syncer
Subject: [elpa] externals/org 710b6ca70e 2/2: Fix under-documented MathJax indentation option
Date: Fri, 2 Sep 2022 08:57:53 -0400 (EDT)

branch: externals/org
commit 710b6ca70e1e6d1f9ddc285315543cc361d888d1
Author: Rudolf Adamkovič <salutis@me.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    Fix under-documented MathJax indentation option
    
    * lisp/org/ox-html.el (org-html-mathjax-options): Add an example of a
    valid value for the 'indent' MathJax option the docstring.
---
 lisp/ox-html.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 65b5506033..68b35492d2 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -1184,7 +1184,8 @@ font          The font to use with HTML-CSS and SVG 
output.  As of MathJax 2.5
               \"Gyre-Termes\", and \"Latin-Modern\".
 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?
+indent        If align is not center, how far from the left/right side?  For
+              example, \"1em\".
 multlinewidth The width of the multline environment.
 autonumber    How to number equations.  Valid values are \"none\",
               \"all\" and \"AMS\".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]