wiki:math-publisher

To toggle to the math mode, you must use the <m>…</m> tag. The math commands must be separated by a space character or surrounded by {}.

<m>x in bbR \ { 1; 2 }</m>

Mathematical Symbol input Math publisher syntax Math Jax Syntax
x+y <m>x+y</m> x+y
x-y <m>x-y</m> xy
x*y <m>x*y</m> xy
x/y <m>x/y</m> x/y
x caret y <m> x caret y </m> xy
x_y <m>x_y</m> xy
x<>y <m>x<>y</m> x<>y
x>y <m>x>y</m> x>y
x>=y <m>x>=y</m> x>=y
x<y <m>x<y</m> x<y
x⇐y <m>x⇐y</m> xy
(x) <m>(x)</m> (x)
{x} <m>{x}</m> x
Space
a~b <m>a~b</m> a b
Greek
alpha <m>alpha</m> α
beta <m>beta</m> β
gamma <m>gamma</m> γ
delta <m>delta</m> δ
epsilon <m>epsilon</m> ϵ
varepsilon <m>varepsilon</m> ε
zeta <m>zeta</m> ζ
eta <m>eta</m> η
theta <m>theta</m> θ
vartheta <m>vartheta</m> ϑ
iota <m>iota</m> ι
kappa <m>kappa</m> κ
lambda <m>lambda</m> λ
mu <m>mu</m> μ
nu <m>nu</m> ν
xi <m>xi</m> ξ
pi <m>pi</m> π
varpi <m>varpi</m> ϖ
rho <m>rho</m> ρ
varrho <m>varrho</m> ϱ
sigma <m>sigma</m> σ
varsigma <m>varsigma</m> ς
tau <m>tau</m> τ
upsilon <m>upsilon</m> υ
phi <m>phi</m> ϕ
varphi <m>varphi</m> φ
chi <m>chi</m> χ
psi <m>psi</m> ψ
omega <m>omega</m> ω
Gamma <m>Gamma</m> Γ
Lambda <m>Lambda</m> Λ
Sigma <m>Sigma</m> Σ
Psi <m>Psi</m> Ψ
Delta <m>Delta</m> Δ
Xi <m>Xi</m> Ξ
Upsilon <m>Upsilon</m> Υ
Omega <m>Omega</m> Ω
Theta <m>Theta</m> Θ
Pi <m>Pi</m> Π
Phi <m>Phi</m> Φ
Symbols
infty <m>infty</m>
in <m>in</m>
notin <m>notin</m>
forall <m>forall</m>
exists <m>exists</m>
notexists <m>notexists</m> \notexists
partial <m>partial</m>
approx <m>approx</m>
pm <m>pm</m> ±
inter <m>inter</m> \inter
union <m>union</m> \union
ortho <m>ortho</m> \ortho
parallel <m>parallel</m>
backslash <m>backslash</m>
prime <m>prime</m>
wedge <m>wedge</m>
vert <m>vert</m> |
lbrace <m>{</m> {
rbrace <m>}</m> }
circ <m>circ</m>
varnothing <m>varnothing</m>
subset <m>subset</m>
notsubset <m>notsubset</m> \notsubset
cdots <m>cdots</m>
vdots <m>vdots</m> vdots
ddots <m>ddots</m> ddots
Arrows
left <m>left</m> \left
right <m>right</m> \right
leftright <m>leftright</m> \leftright
doubleleft <m>doubleleft</m> \doubleleft
doubleright <m>doubleright</m> \doubleright
doubleleftright <m>doubleleftright</m> \doubleleftright
nearrow <m>nearrow</m>
searrow <m>searrow</m>
Sets
bbR <m>bbR</m> \bbR
bbN <m>bbN</m> \bbN
bbZ <m>bbZ</m> \bbZ
bbC <m>bbC</m> \bbC
Roots and Limits
sqrt{a} <m>sqrt{a}</m> sqrta
root{n}{a} <m>root{n}{a}</m> rootna
lim{a}{x} <m>lim{a}{x}</m> limax
Big Operators
int{a}{b}{x} <m>int{a}{b}{x}</m> intabx
doubleint{a}{b}{x} <m>doubleint{a}{b}{x}</m> doubleintabx
tripleint{a}{b}{x} <m>tripleint{a}{b}{x}</m> tripleintabx
oint{a}{b}{x} <m>oint{a}{b}{x}</m> ointabx
sum{a}{b}{x} <m>sum{a}{b}{x}</m> sumabx
prod{a}{b}{x} <m>prod{a}{b}{x}</m> prodabx
bigcup{a}{b}{x} <m>bigcup{a}{b}{x}</m> bigcupabx
bigcap{a}{b}{x} <m>bigcap{a}{b}{x}</m> bigcapabx
Delimiters
delim{[}{x}{]} <m>delim{[}{x}{]}</m> delim[x]
delim{]}{x}{]} <m>delim{]}{x}{]}</m> delim]x]
delim{[}{x}{[} <m>delim{[}{x}{[}</m> delim[x[
delim{]}{x}{[} <m>delim{]}{x}{[}</m> delim]x[
delim{lbrace}{x}{rbrace} <m>delim{lbrace}{x}{rbrace}</m> delimlbracexrbrace
deli { line }{x}{line } <m>delim{ line }{x}{ line }</m> delim|x|
delim{vert}{x}{vert} <m>delim{vert}{x}{vert}</m> delimvertxvert
Constructions
vec{express} <m>vec{express}</m> vecexpress
{express}under{foo} <m>{express}under{foo}</m> expressunderfoo
{express}over{foo} <m>{express}over{foo}</m> expressoverfoo
overline{express} <m>overline{express}</m> overlineexpress
underline{express} <m>underline{express}</m> underlineexpress
hat{express} <m>hat{express}</m> hatexpress
Matrix
Syntax matrix{num of lines}{num of columns}{first_element … last_element}
matrix{2}{3}{a b c d e f g} <m>matrix{2}{3}{a b c d e f g}</m> matrix23abcdefg
tabular{111}{1111}{a b c d e f g} <m>tabular{111}{1111}{a b c d e f g}</m> tabular1111111abcdefg
tabular{1001}{101}{1 2 3 4 5 6} <m>tabular{1001}{101}{1 2 3 4 5 6}</m> tabular1001101123456
Enter your comment:
 

This topic does not exist yet

You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on Create this page.

  • wiki/math-publisher.txt
  • 2023/01/03 06:59
  • brahmantra