Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| wiki:syntaxe:mathpublish_plugin [2022/09/27 21:50] – supprimée - modification externe (Unknown date) 127.0.0.1 | wiki:syntaxe:mathpublish_plugin [2022/09/27 21:50] (Version actuelle) – ↷ Page déplacée de wiki:syntax:mathpublish_plugin à wiki:syntaxe:mathpublish_plugin yoann | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | {{tag> | ||
| + | ====== mathpublish Plugin syntax ====== | ||
| + | |||
| + | |||
| + | | ||
| + | Pour passer en mode math, utiliser les balises **%%< | ||
| + | |||
| + | %%< | ||
| + | |||
| + | Typical commands | ||
| + | * x+y : < | ||
| + | * x-y : < | ||
| + | * x*y : < | ||
| + | * x/y : < | ||
| + | * x^y : < | ||
| + | * x_y : < | ||
| + | * x<>y : < | ||
| + | * x>y : < | ||
| + | * x>=y : < | ||
| + | * x<y : < | ||
| + | * x<=y : < | ||
| + | * (x) : < | ||
| + | * {x} : < | ||
| + | |||
| + | Space | ||
| + | * a~b : < | ||
| + | |||
| + | Greek: | ||
| + | * alpha : < | ||
| + | * beta : < | ||
| + | * gamma : < | ||
| + | * delta : < | ||
| + | * epsilon : < | ||
| + | * varepsilon : < | ||
| + | * zeta : < | ||
| + | * eta : < | ||
| + | * theta : < | ||
| + | * vartheta : < | ||
| + | * iota : < | ||
| + | * kappa : < | ||
| + | * lambda : < | ||
| + | * mu : < | ||
| + | * nu : < | ||
| + | * xi : < | ||
| + | * pi : < | ||
| + | * varpi : < | ||
| + | * rho : < | ||
| + | * varrho : < | ||
| + | * sigma : < | ||
| + | * varsigma : < | ||
| + | * tau : < | ||
| + | * upsilon : < | ||
| + | * phi : < | ||
| + | * varphi : < | ||
| + | * chi : < | ||
| + | * psi : < | ||
| + | * omega : < | ||
| + | * Gamma : < | ||
| + | * Lambda : < | ||
| + | * Sigma : < | ||
| + | * Psi : < | ||
| + | * Delta : < | ||
| + | * Xi : < | ||
| + | * Upsilon : < | ||
| + | * Omega : < | ||
| + | * Theta : < | ||
| + | * Pi : < | ||
| + | * Phi : < | ||
| + | |||
| + | | ||
| + | * infty : < | ||
| + | * in : < | ||
| + | * notin : < | ||
| + | * forall : < | ||
| + | * exists : < | ||
| + | * notexists : < | ||
| + | * partial : < | ||
| + | * approx : < | ||
| + | * pm : < | ||
| + | * inter : < | ||
| + | * union : < | ||
| + | * ortho : < | ||
| + | * parallel : < | ||
| + | * backslash : < | ||
| + | * prime : < | ||
| + | * wedge : < | ||
| + | * vert : < | ||
| + | * lbrace : < | ||
| + | * rbrace : < | ||
| + | * circ : < | ||
| + | * varnothing : < | ||
| + | * subset : < | ||
| + | * notsubset : < | ||
| + | * cdots : < | ||
| + | * vdots : < | ||
| + | * ddots : < | ||
| + | |||
| + | Arrows: | ||
| + | * left : < | ||
| + | * right : < | ||
| + | * leftright : < | ||
| + | * doubleleft : < | ||
| + | * doubleright : < | ||
| + | * doubleleftright : < | ||
| + | * nearrow : < | ||
| + | * searrow : < | ||
| + | |||
| + | Sets: | ||
| + | * bbR : < | ||
| + | * bbN : < | ||
| + | * bbZ : < | ||
| + | * bbC : < | ||
| + | |||
| + | Roots and Limits: | ||
| + | * sqrt{a} : < | ||
| + | * root{n}{a} : < | ||
| + | * lim{a}{x} : < | ||
| + | |||
| + | Big Operators: | ||
| + | * int{a}{b}{x} : < | ||
| + | * doubleint{a}{b}{x} : < | ||
| + | * tripleint{a}{b}{x} : < | ||
| + | * oint{a}{b}{x} : < | ||
| + | * sum{a}{b}{x} : < | ||
| + | * prod{a}{b}{x} : < | ||
| + | * bigcup{a}{b}{x} : < | ||
| + | * bigcap{a}{b}{x} : < | ||
| + | |||
| + | Delimiters: | ||
| + | * delim{[}{x}{]} : < | ||
| + | * delim{]}{x}{]} : < | ||
| + | * delim{[}{x}{[} : < | ||
| + | * delim{]}{x}{[} : < | ||
| + | * delim{lbrace}{x}{rbrace} : < | ||
| + | * delim{|}{x}{|} : < | ||
| + | * delim{vert}{x}{vert} : < | ||
| + | |||
| + | Matrix: | ||
| + | * Syntax : matrix{num of lines}{num of columns}{first_element ... last_element} | ||
| + | * matrix{2}{3}{a b c d e f g} : < | ||
| + | |||
| + | Tabular: | ||
| + | * Syntax : tabular{lines description}{columns description}{first_element ... last_element} | ||
| + | * //lines// : sequence of 1 (draw the horizontal line) or 0 (don't draw the horizontal line) - the length of the sequence=num of lines+1 | ||
| + | * //columns// : sequence of 1 (draw the vertical line) or 0 (don't draw the vertical line) - the length of the sequence=num of columns+1 | ||
| + | * tabular{111}{1111}{a b c d e f g} : < | ||
| + | * tabular{1001}{101}{1 2 3 4 5 6} : < | ||
| + | | ||
| + | Constructions: | ||
| + | * vec{express} : < | ||
| + | * {express}under{foo} : < | ||
| + | * {express}over{foo} : < | ||
| + | * overline{express} : < | ||
| + | * underline{express} : < | ||
| + | * hat{express} : < | ||
| + | |||
| + | < | ||
| + | <m 8> | ||
| + | <m 32> | ||
| + | |||
| + | |||
| + | ===== Références ===== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||