Correct \\ in descriptions (which seem to need to be \\\ for some reason)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@579 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
Davide Cervone 2010-08-14 19:32:40 +00:00
parent e3da32b7a8
commit 893a320dad
7 changed files with 7 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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