bug-texinfo
[Top][All Lists]
Advanced

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

tightening mathjax tex options


From: Patrice Dumas
Subject: tightening mathjax tex options
Date: Fri, 6 Sep 2024 12:28:48 +0200

Hello,

I propose to set the following in mathjax defaults, to avoid possible
interactions with text (although it may not be possible anyway because
of ignoreHtmlClass set in body), and perhaps simplifying the task of mathjax:

  tex: {
    processEscapes: false,      // use \$ to produce a literal dollar sign
    processEnvironments: false, // process \begin{xxx}...\end{xxx} outside math 
mode
    processRefs: false,         // process \ref{...} outside of math mode
    displayMath: [             // start/end delimiter pairs for display math
      ['\\[', '\\]']
    ],
  }

Any comment?

-- 
Pat



reply via email to

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