This commit is contained in:
Luc Maisonobe 2014-10-06 14:27:21 +02:00
parent 58ecf6b954
commit e99b9ef254
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
the expression to be formatted with either \( and \) for inline
formulas, or \[ and \] to have the formula appear on a separate line.
For example, \(a^2 + b^2 = c^2\) will render an in-line formula
saying thqt (a, b, c) is Pythagorean triplet. Using \[ and \] on
saying that (a, b, c) is Pythagorean triplet. Using \[ and \] on
the ends will render the same formula on a separate line. See the MathJax
and LaTex documentation for details on how to represent formulas and
escape special characters.</li>