要切换到数学编辑模式下,你必须使用<m>...</m> 标签。 除了这个标签,其他任何html代码都可以使用。
数学命令必须由一个空格分开或由{}包围。(注:此处翻译时不太明白,不过在使用复杂的公式时<m>...</m> 标签里{}用得比较多且重要。)
例子: :
常用命令:
x+y :
x-y :
x*y :
x/y :
x^y :
x_y :
x<>y :
x>y :
x>=y :
x<y :
x<=y :
括号:
visible : (x)
invisible : {x}
数学空格:
a~b :
希腊字母:
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 :
箭头:
left :
right :
leftright :
doubleleft :
doubleright :
doubleleftright :
nearrow :
searrow :
集合:
bbR :
bbN :
bbZ :
bbC :
根号:
sqrt{a} :
root{n}{a} :
极限:
lim{a}{x} :
大算符:
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} :
分界符:
delim{[}{x}{]} :
delim{]}{x}{]} :
delim{[}{x}{[} :
delim{]}{x}{[} :
delim{lbrace}{x}{rbrace} :
delim{|}{x}{|} :
delim{vert}{x}{vert} :
矩阵:
matrix{num of lines}{num of columns}{first_element ... last_element}
Example :
matrix{2}{3}{a b c d e f g} :
表格:
tabular{lines description}{columns description}{first_element ... last_element}
lines description : 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 description : sequence of 1 (draw the vertical line) or 0 (don't draw the vertical line) - the length of the sequence=num of columns+1
Examples :
tabular{111}{1111}{a b c d e f g} :
tabular{1001}{101}{1 2 3 4 5 6} :
其他符号:
vec{express} :
{express}under{foo} :
{express}over{foo} :
overline{express} :
underline{express} :
hat{express} :