Correct \\ in descriptions (which seem to need to be \\\ for some reason)
This commit is contained in:
parent
eddbbdc3f6
commit
3b1ce25719
Binary file not shown.
Binary file not shown.
|
@ -27,7 +27,7 @@ preprocessor.
|
|||
The id name of the element that should be processed by `tex2jax`.
|
||||
The default is the whole document.
|
||||
|
||||
.. describe:: inlineMath: [['\\(','\\)']]
|
||||
.. describe:: inlineMath: [['\\\(','\\\)']]
|
||||
|
||||
Array of pairs of strings that are to be used as in-line math
|
||||
delimters. The first in each pair is the initial delimiter and
|
||||
|
@ -49,7 +49,7 @@ preprocessor.
|
|||
the browser before MathJax has the chance to run. You can only
|
||||
include text, not tags, as your math delimiters.
|
||||
|
||||
.. describe:: displayMath: [ ['$$','$$'], ['\\[','\\]'] ]
|
||||
.. describe:: displayMath: [ ['$$','$$'], ['\\\[','\\\]'] ]
|
||||
|
||||
Array of pairs of strings that are to be used as delimters for
|
||||
displayed equations. The first in each pair is the initial
|
||||
|
|
Binary file not shown.
|
@ -74,7 +74,7 @@ The default is the whole document.</p>
|
|||
|
||||
<dl class="describe">
|
||||
<dt>
|
||||
<tt class="descname">inlineMath: [['\(','\)']]</tt></dt>
|
||||
<tt class="descname">inlineMath: [['\\(','\\)']]</tt></dt>
|
||||
<dd><p>Array of pairs of strings that are to be used as in-line math
|
||||
delimters. The first in each pair is the initial delimiter and
|
||||
the second is the terminal delimiter. You can have as many pairs
|
||||
|
@ -95,7 +95,7 @@ include text, not tags, as your math delimiters.</p>
|
|||
|
||||
<dl class="describe">
|
||||
<dt>
|
||||
<tt class="descname">displayMath: [ ['$$','$$'], ['\[','\]'] ]</tt></dt>
|
||||
<tt class="descname">displayMath: [ ['$$','$$'], ['\\[','\\]'] ]</tt></dt>
|
||||
<dd><p>Array of pairs of strings that are to be used as delimters for
|
||||
displayed equations. The first in each pair is the initial
|
||||
delimiter and the second is the terminal delimiter. You can have
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@ preprocessor.
|
|||
The id name of the element that should be processed by `tex2jax`.
|
||||
The default is the whole document.
|
||||
|
||||
.. describe:: inlineMath: [['\\(','\\)']]
|
||||
.. describe:: inlineMath: [['\\\(','\\\)']]
|
||||
|
||||
Array of pairs of strings that are to be used as in-line math
|
||||
delimters. The first in each pair is the initial delimiter and
|
||||
|
@ -49,7 +49,7 @@ preprocessor.
|
|||
the browser before MathJax has the chance to run. You can only
|
||||
include text, not tags, as your math delimiters.
|
||||
|
||||
.. describe:: displayMath: [ ['$$','$$'], ['\\[','\\]'] ]
|
||||
.. describe:: displayMath: [ ['$$','$$'], ['\\\[','\\\]'] ]
|
||||
|
||||
Array of pairs of strings that are to be used as delimters for
|
||||
displayed equations. The first in each pair is the initial
|
||||
|
|
Loading…
Reference in New Issue
Block a user