当前位置:   article > 正文

使用LaTex写数学公式_you need to enclose all mathematical expressions a

you need to enclose all mathematical expressions and symbols with special ma
  • 行内公式(inline formula)和块级公式(displayed formula)

行内公式,使用 $…$包裹(enclose),块级公式,使用

键入$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$显示,x=b±b24ac2a
键入$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$显示,

x=b±b24ac2a

  • 希腊字母(Greek letters)

\alpha, \beta, ... \omegaα, β, , ω
\Gamma, \Delta, ... \OmegaΓ, Δ, , Ω

  • 上标(superscripts)和下标(subscripts)

上标^,下标_,例如:
x_i^2xi2
\log_x 2logi2

  • 分组(groups)

上标和下标作用于分组,使用花括号(curly braces)。
x^y^zx^y^z(错误,非预期),10^101010(错误,非预期)。
x^{y^z}xyz{x^y}^zxyz,注意后面的z比较低。

  • 括号(parentheses)

圆括号(parentheses)(2+3)(2+3),方括号(brackets)[2+3][2+3],花括号(curly braces){2+3}{2+3},尖括号(angle brackets)\langle x \ranglex

绝对值(垂直线,vertical)\vert x \vert|x|,双垂直线\Vert x \Vertx\lceil x \rceilx\lfloor x \rfloorx

可以使用隐藏括号.\lelft. a^\frac{1}{2}/b\right}x=a12/b}
使用\middle 使除号更合适, = \left. a^\frac{1}{2}\middle/b \right.x=a12/b

括号默认不会随着formula的内容缩放,(\frac{\sqrt x}{y^3})(xy3),使用\left(...\right)可以让括号随内容缩放,\left(\frac{\sqrt x}{y^3}\right)(xy3)
或者使用\bigl \Bigl \biggl \Biggl ...,括号不要求必须同类型、成对出现:\lfloor x \rceilx
\Biggl( \biggl( \Bigl( \bigl( (x) \bigr) \Bigr) \biggr) \Biggr)(((((x)))))
\Bigl{ \bigl\vert (\left(\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\right)) \bigr} \Bigr]{|((b±b24ac2a))}]

  • 聚合(sums)和积分(integrals)

\sum_{i=0}^\infty i^2i=0i2
\prod\int\iint\iiint\bigcup\bigcap

  • 分数(fractions)

\frac作用于接下来的两个分组(next two groups),\frac {a+1}{b+1}a+1b+1
分子(numerator)和分母(denominator)复杂时,{a+1}\over{b+1}a+1b+1

  • 字体(fonts)

blackboard bold 字体,\mathbb {CSDN}CSDN
boldface 字体,\mathbf {CSDN}CSDN
typewriter 字体,\mathtt {CSDN}CSDN
roman 字体,\mathrm {CSDN}CSDN
sans-serif 字体,\mathsf {CSDN}CSDN
calligraphic 字体,\mathcal {CSDN}CSDN
script 字体,\mathscr {CSDN}CSDN
Fraktur 字体,\mathfrak {CSDN}CSDN

  • 开方(radical signs)

\sqrt {x^3}x3\sqrt[4]{\frac xy}xy4
\left(\frac xy \right)^{1/4}(xy)1/4

  • 特殊函数(special functions)

\lim \sin \max \ln
\lim_{x\to 0}limx0
注意区别:\sin xsinx(正确),sinxsinx

  • 特殊符号和注记(special symbols and notions)

转义字符(escape character)\,反斜线\backslash,换行使用\\
\lt \gt \le \leq \leqq \ge \geq \geqq \neq<>

加\not会添加斜线,\not \gt, \not \leqq≦̸

\times \div \pm \mp \cdot×÷±xy
\cup \cap \subset \subseteq \subsetneq \supset \in \notin \emptyset \varnothing \setminus

\to \rightarrow \leftarrow \Rightarrow \Leftarrow \mapsto

\land \lor \lnot \forall \exists \top \bot \vdash \vDash¬
\star \ast \oplus \circ \bullet
\approx \sim \simeq \cong \equiv \prec \lhd
\infty

1, 2, \ldots,n1,2,,n1 + 2 + \cdots + n1+2++n

  • 空格(spaces)

短空格a\ ba b,宽空格a\quad bab,长空格a\qquad bab

  • 发音符号(accents and diacritical marks)

\hat \widehat \bar \overline \vec \overrightarrow \overleftrightarrow \dot \ddot
x^xy^x¯xy¯xxyxyx˙x¨

参考:
https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference

本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号