Warning: Undefined array key "DOKU_PREFS" in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/common.php on line 2082
syntaxemath [Les recettes Python de Tyrtamos]

Outils pour utilisateurs

Outils du site


syntaxemath

Warning: Undefined array key 2 in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/html.php on line 1453

Warning: Undefined array key -1 in /home/clients/a4e6fc1ce1761b72982b805de0f418c4/web/python/mesrecettespython/inc/html.php on line 1458

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

syntaxemath [2008/02/11 12:30]
tyrtamos créée
syntaxemath [2013/08/19 09:53]
tyrtamos
Ligne 1: Ligne 1:
 +====== mathpublish Plugin syntax ======
  
  
- +Create **wiki:syntax:math** (or whatever you want to call itand paste in:
-<m>S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}</m>  +
- +
-<m 8>delim{lbrace}{matrix{3}{1}{{3x-5y+z=0} {sqrt{2}x-7y+8z=0} {x-8y+9z=0}}}{ }</m> +
- +
-<m 32>delim{|}{{1/N} sum{n=1}{N}{gamma(u_n)} - 1/{2 pi} int{0}{2 pi}{gamma(t) dt}}{|} <= epsilon/3</m>+
  
 Adapted from [[http://www.xm1math.net/phpmathpublisher/doc/help.html]]. Adapted from [[http://www.xm1math.net/phpmathpublisher/doc/help.html]].
 +  
 +To toggle to the math mode, you must use the <nowiki><m>...</m></nowiki> tag. The math commands must be separated by a space character or surrounded by {}.
  
-To toggle to the math mode, you must use the <nowiki><m>...</m></nowiki> tag. Apart from this tag, any html code can be used.  The math commands must be separated by a space character or surrounded by {}.+<m>x in bbR \ { 1; 2 }</m>
  
 Typical commands Typical commands
Ligne 71: Ligne 69:
   * Pi : <m>Pi</m>   * Pi : <m>Pi</m>
   * Phi : <m>Phi</m>   * Phi : <m>Phi</m>
- +  
-Symbols:+ Symbols:
   * infty : <m>infty</m>   * infty : <m>infty</m>
   * in : <m>in</m>   * in : <m>in</m>
Ligne 115: Ligne 113:
   * bbZ : <m>bbZ</m>   * bbZ : <m>bbZ</m>
   * bbC : <m>bbC</m>   * bbC : <m>bbC</m>
 + 
 Roots and Limits: Roots and Limits:
   * sqrt{a} : <m>sqrt{a}</m>   * sqrt{a} : <m>sqrt{a}</m>
Ligne 139: Ligne 137:
   * delim{|}{x}{|} : <m>delim{|}{x}{|}</m>   * delim{|}{x}{|} : <m>delim{|}{x}{|}</m>
   * delim{vert}{x}{vert} : <m>delim{vert}{x}{vert}</m>   * delim{vert}{x}{vert} : <m>delim{vert}{x}{vert}</m>
 + 
 Matrix: Matrix:
   * Syntax : matrix{num of lines}{num of columns}{first_element ... last_element}   * Syntax : matrix{num of lines}{num of columns}{first_element ... last_element}
Ligne 150: Ligne 148:
   * tabular{111}{1111}{a b c d e f g} : <m>tabular{111}{1111}{a b c d e f g}</m>   * tabular{111}{1111}{a b c d e f g} : <m>tabular{111}{1111}{a b c d e f g}</m>
   * tabular{1001}{101}{1 2 3 4 5 6} : <m>tabular{1001}{101}{1 2 3 4 5 6}</m>   * tabular{1001}{101}{1 2 3 4 5 6} : <m>tabular{1001}{101}{1 2 3 4 5 6}</m>
 +  
 Constructions: Constructions:
   * vec{express} : <m>vec{express}</m>   * vec{express} : <m>vec{express}</m>
Ligne 158: Ligne 156:
   * underline{express} : <m>underline{express}</m>   * underline{express} : <m>underline{express}</m>
   * hat{express} : <m>hat{express}</m>   * hat{express} : <m>hat{express}</m>
 +
syntaxemath.txt · Dernière modification: 2013/08/19 09:53 de tyrtamos