راهنما:فرمول‌نویسی

از testwiki
نسخهٔ تاریخ ۲۸ ژوئیهٔ ۲۰۲۱، ساعت ۰۴:۱۲ توسط imported>Doostdar (صفحه‌ای تازه حاوی «نویسه‌های ریاضی ممکن است اشکال گوناگون داشته باشد. یک روش ریاضی‌نویسی در ویکی‌پدیا استفاده از دستورهای ''تِک''(TeX) در ویرایشگر ویکی است. در این روش، عبارت‌های ریاضی با استفاده از نحو خاص ''تک'' نوشته می‌شوند و بین دو برچسب <nowiki><math></nowiki> و <no...» ایجاد کرد)
(تفاوت) → نسخهٔ قدیمی‌تر | نمایش نسخهٔ فعلی (تفاوت) | نسخهٔ جدیدتر ← (تفاوت)
پرش به ناوبری پرش به جستجو

نویسه‌های ریاضی ممکن است اشکال گوناگون داشته باشد. یک روش ریاضی‌نویسی در ویکی‌پدیا استفاده از دستورهای تِک(TeX) در ویرایشگر ویکی است. در این روش، عبارت‌های ریاضی با استفاده از نحو خاص تک نوشته می‌شوند و بین دو برچسب <math> و <‎/math> قرار می‌گیرند. بسته به تنظیمات کاربر، نمادهای ریاضی به صورت اچ‌تی‌ام‌ال یا به صورت یک تصویر نمایش خواهند یافت.

عبارت های چپ به راست در میان متن

برای نوشتن عبارتهای ریاضی یا فرمول هایی که چپ به راست هستند و درون متن قرار می‌گیرند برای درست نمایش دادن آنها از الگو الگو:الگو استفاده نمایید.

مقایسه تِک و اچ‌تی‌ام‌ال

پیش از آشنایی با نحوهٔ استفاده از تِک بهتر است بدانید که بعضی نوشته‌های تولید شده با تِک را می‌توان با دستورهای سادهٔ اچ‌تی‌ام‌ال نیز بدست آورد. الگو:چپ‌چین

TeX Syntax (forcing PNG) TeX Rendering HTML Syntax HTML Rendering
<math>\alpha\,</math> α &alpha; α
<math>\sqrt{2}</math> 2 &radic;2 √2
<math>\sqrt{1-e^2}</math> 1e2 &radic;(1-''e''&sup2;) √(1-e²)

الگو:پایان چپ‌چین

استفادهٔ اچ‌تی‌ام‌ال به جای تِک کماکان زیر سؤال است. ولی می‌توان نتیجه‌های زیر را در مورد آن اعلام کرد:

برتری‌های اچ‌تی‌ام‌ال

  1. فرمول‌های اچ‌تی‌ام‌ال‌ همیشه در یک خط با ادامهٔ متن قرار می‌گیرد.
  2. پس‌زمینه، قلم، رنگ و خصوصیات متن در فرمول مورد استفاده نیز به همان شکل خواهد بود و CSS‌ استفاده شده در صفحه نیز در فرمول ریاضی نیز اعمال خواهد شد.
  3. امکان نوشتن فارسی.

برتری‌های تِک

  1. ;تِک از نظر معنایی به اچ‌تی‌ام‌ال‌ برتری چشم‌گیری دارد. "<nowiki>x"</nowiki> در تِک به معنی «متغیر ریاضی x» ولی در اچ‌تی‌ام‌ال هر چیزی می‌تواند باشد.
  2. تِک به طور مشخص برای حروف‌چینی فرمول‌های ریاضی ساخته شده و ورودی و خروجی آن مشخص‌تر و راضی‌ کننده ‌تر است. تقریباً تمام افرادی که به طور حرفه‌ای با ریاضیات سروکار دارند، با دستورهای آن آشنا هستند.
  3. تِک قابل تبدیل به اچ‌تی‌ام‌ال‌ است ولی برعکس آن انجام پذیر نیست.
  4. نگرانی بابت پشتیبانی مرورگرهای مختلف از خروجی تولید شده وجود ندارد.

توابع، علائم و کاراکترهای ویژه

الگو:چپ‌چین

مشخصه Syntax خروجی
Accents/Diacritics
\acute{a} \quad \grave{a} \quad \breve{a}
\check{a} \quad \tilde{a}
a´a`a˘

aˇa~

Std. functions (good)
\sin x + \ln y +\operatorname{sgn} z
\sin a \ \cos b \ \tan c
\cot d \ \sec e \ \csc f
\sinh g \ \cosh h \ \tanh i \ \coth j
\arcsin k \ \arccos l \ \arctan m
\lim n \ \limsup o \ \liminf p
\min q \ \max r \ \inf s \ \sup t
\exp u \ \lg v \ \log w
\ker x \ \deg x \gcd x \Pr x
\det x \hom x \ \arg x \dim x
sinx+lny+sgnz

sina cosb tanc
cotd sece cscf
sinhg coshh tanhi cothj
arcsink arccosl arctanm
limn lim supo lim infp
minq maxr infs supt
expu lgv logw
kerx degxgcdxPrx
detxhomx argxdimx

Std. functions (wrong)
sin x + ln y + sgn z
sinx+lny+sgnz
Modular arithmetic
s_k \equiv 0 \pmod{m}
a \bmod b
sk0(modm)

amodb

Derivatives
\nabla \; \partial x \; dx \; \dot x \; \ddot y
xdxx˙y¨
Sets

(Square symbols may not work for some wikis)

\forall \; \exists \; \empty \; \emptyset \; \varnothing
\in \ni \not\in \notin \subset \subseteq
\supset \supseteq \cap \bigcap \cup \bigcup \biguplus

∉

\sqsubset \sqsubseteq \sqsupset \sqsupseteq
\sqcap \sqcup \bigsqcup

Logic
p \land \wedge \; \bigwedge \; \bar{q} \to p
\lor \; \vee \; \bigvee \; \lnot \; \neg q
\setminus \; \smallsetminus
pq¯p

¬¬q

Root
\sqrt{2}\approx 1.4
21.4
\sqrt[n]{x}
xn
Relations
\sim \; \approx \; \simeq \; \cong
\le \; < \; \ll \; \gg \; \ge >
\equiv \; \not\equiv \; \ne \; \propto
\pm \; \mp

<>
≢
±

Geometric
\Diamond \; \Box \; \triangle \; \angle \; \perp 
\; \mid \; \nmid \; \| \; 45^\circ
45
Arrows

(Harpoons may not work for some wikis)

\leftarrow \; \gets \; \rightarrow \; \to
\leftrightarrow \; \longleftarrow \; \longrightarrow
\mapsto \; \longmapsto
\hookrightarrow \; \hookleftarrow
\nearrow \; \searrow \; \swarrow \; \nwarrow
\uparrow \; \downarrow \; \updownarrow





\rightharpoonup \; \rightharpoondown 
\; \leftharpoonup \; \leftharpoondown 
\; \upharpoonleft \; \upharpoonright 
\; \downharpoonleft \; \downharpoonright
\Leftarrow \; \Rightarrow \; \Leftrightarrow
\Longleftarrow \; \Longrightarrow
\Longleftrightarrow (or \iff)
\Uparrow \; \Downarrow \; \Updownarrow


(or)

Special
\eth \; \S \; \P \; \% \; \dagger \; \ddagger
\star \; * \; \ldots \smile \frown \wr
ð§%

*

\oplus \bigoplus \otimes \bigotimes
\times \cdot \circ \bullet \bigodot

×

\triangleleft \triangleright \infty \bot \top
\vdash \vDash \Vdash \models \lVert \rVert

\imath \; \hbar \; \ell \; \mho \; \Finv
\Re \; \Im \; \wp \; \complement
ı

\diamondsuit \; \heartsuit \; \clubsuit \; \spadesuit
\Game \; \flat \; \natural \; \sharp

Lowercase \mathcal has some extras
\mathcal {45abcdenpqs}
45𝒶𝒷𝒸𝒹𝓃𝓅𝓆𝓈

الگو:پایان چپ‌چین

اندیس، توان و انتگرال‌ها

الگو:چپ‌چین

ویژگی Syntax نحوهٔ نمایش خروجی
HTML PNG
Superscript
a^2
a2 a2
Subscript
a_2
a2 a2
Grouping
a^{2+2}
a2+2 a2+2
a_{i,j}
ai,j ai,j
Combining sub & super
x_2^3
x23
Preceding sub & super
{}_1^2\!X_3^4
12X34
Derivative (forced PNG)
x', y'', f', f''\!
  x,y,f,f
Derivative (f in italics may overlap primes in HTML)
x', y'', f', f''
x,y,f,f x,y,f,f
Derivative (wrong in HTML)
x^\prime, y^{\prime\prime}
x,y x,y
Derivative (wrong in PNG)
x\prime, y\prime\prime
x,y x,y
Derivative dots
\dot{x}, \ddot{x}
x˙,x¨
Underlines, overlines, vectors
\hat a \ \bar b \ \vec c
a^ b¯ c
\overrightarrow{a b} \ \overleftarrow{c d} \ \widehat{d e f}
ab cd def^
\overline{g h i} \ \underline{j k l}
ghi jkl_
Overbraces
\begin{matrix} 5050 \ \overbrace{ 1+2+\cdots+100 } \end{matrix}
5050 1+2++100
Underbraces
\begin{matrix} \underbrace{ a+b+\cdots+z } \ 26 \end{matrix}
a+b++z 26
Sum
\sum_{k=1}^N k^2
k=1Nk2
Sum (force \textstyle)
\begin{matrix} \sum_{k=1}^N k^2 \end{matrix}
k=1Nk2
Product
\prod_{i=1}^N x_i
i=1Nxi
Product (force \textstyle)
\begin{matrix} \prod_{i=1}^N x_i \end{matrix}
i=1Nxi
Coproduct
\coprod_{i=1}^N x_i
i=1Nxi
Coproduct (force \textstyle)
\begin{matrix} \coprod_{i=1}^N x_i \end{matrix}
i=1Nxi
Limit
\lim_{n \to \infty}x_n
limnxn
Limit (force \textstyle)
\begin{matrix} \lim_{n \to \infty}x_n \end{matrix}
limnxn
Integral
\int_{-N}^{N} e^x\, dx
NNexdx
Integral (force \textstyle)
\begin{matrix} \int_{-N}^{N} e^x\, dx \end{matrix}
NNexdx
Double integral
\iint_{D}^{W} \, dx\,dy
DWdxdy
Triple integral
\iiint_{E}^{V} \, dx\,dy\,dz
EVdxdydz
Quadruple integral
\iiiint_{F}^{U} \, dx\,dy\,dz\,dt
FUdxdydzdt
Path integral
\oint_{C} x^3\, dx + 4y^2\, dy
Cx3dx+4y2dy
Intersections
\bigcap_1^{n} p
1np
Unions
\bigcup_1^{k} p
1kp

کسرها، ماتریس‌ها و روابط چندخطی

Feature Syntax How it looks rendered
Fractions \frac{2}{4}=0.5 24=0.5
Small Fractions \tfrac{2}{4} = 0.5 24=0.5
Large (normal) Fractions \dfrac{2}{4} = 0.5 \qquad \dfrac{2}{c + \dfrac{2}{d + \dfrac{2}{4}}} = a 24=0.52c+2d+24=a
Large (nested) Fractions \cfrac{2}{c + \cfrac{2}{d + \cfrac{2}{4}}} = a 2c+2d+24=a
Binomial coefficients \binom{n}{k} (nk)
Small Binomial coefficients \tbinom{n}{k} (nk)
Large (normal) Binomial coefficients \dbinom{n}{k} (nk)
Matrices
\begin{matrix}
  x & y \\
  z & v 
\end{matrix}
xyzv
\begin{vmatrix}
  x & y \\
  z & v 
\end{vmatrix}
|xyzv|
\begin{Vmatrix}
  x & y \\
  z & v
\end{Vmatrix}
xyzv
\begin{bmatrix}
  0      & \cdots & 0      \\
  \vdots & \ddots & \vdots \\ 
  0      & \cdots & 0
\end{bmatrix}
[0000]
\begin{Bmatrix}
  x & y \\
  z & v
\end{Bmatrix}
{xyzv}
\begin{pmatrix}
  x & y \\
  z & v 
\end{pmatrix}
(xyzv)
\bigl( \begin{smallmatrix}
  a&b\\ c&d
\end{smallmatrix} \bigr)
(abcd)
Case distinctions
f(n) = 
\begin{cases} 
  n/2,  & \mbox{if }n\mbox{ is even} \\
  3n+1, & \mbox{if }n\mbox{ is odd} 
\end{cases}
f(n)={n/2,if n is even3n+1,if n is odd
Multiline equations
\begin{align}
 f(x) & = (a+b)^2 \\
      & = a^2+2ab+b^2 \\
\end{align}
f(x)=(a+b)2=a2+2ab+b2
\begin{alignat}{2}
 f(x) & = (a-b)^2 \\
      & = a^2-2ab+b^2 \\
\end{alignat}
f(x)=(ab)2=a22ab+b2
Multiline equations (must define number of colums used ({lcr}) (should not be used unless needed)
\begin{array}{lcl}
  z        & = & a \\
  f(x,y,z) & = & x + y + z  
\end{array}
z=af(x,y,z)=x+y+z
Multiline equations (more)
\begin{array}{lcr}
  z        & = & a \\
  f(x,y,z) & = & x + y + z     
\end{array}
z=af(x,y,z)=x+y+z
Breaking up a long expression so that it wraps when necessary

<math>f(x) \,\!</math>
<math>= \sum_{n=0}^\infty a_n x^n </math>
<math>= a_0+a_1x+a_2x^2+\cdots</math>

f(x)=n=0anxn=a0+a1x+a2x2+

Simultaneous equations
\begin{cases}
    3x + 5y +  z \\
    7x - 2y + 4z \\
   -6x + 3y + 2z 
\end{cases}
{3x+5y+z7x2y+4z6x+3y+2z
Arrays
\begin{array}{|c|c||c|} a & b & S \\
\hline
0&0&1\\
0&1&1\\
1&0&1\\
1&1&0\\
\end{array}
abS001011101110

الفبا و طرح حروف

Texvc cannot render arbitrary Unicode characters. Those it can handle can be entered by the below expressions. For others, such as Cyrillic, they can be entered as Unicode or HTML entities in running text, but cannot be used in displayed formulas.

Greek alphabet
\Alpha \Beta \Gamma \Delta \Epsilon \Zeta ABΓΔEZ
\Eta \Theta \Iota \Kappa \Lambda \Mu HΘIKΛM
\Nu \Xi \Pi \Rho \Sigma \Tau NΞΠPΣT
\Upsilon \Phi \Chi \Psi \Omega ΥΦXΨΩ
\alpha \beta \gamma \delta \epsilon \zeta αβγδϵζ
\eta \theta \iota \kappa \lambda \mu ηθικλμ
\nu \xi \pi \rho \sigma \tau νξπρστ
\upsilon \phi \chi \psi \omega υϕχψω
\varepsilon \digamma \vartheta \varkappa εϝϑϰ
\varpi \varrho \varsigma \varphi ϖϱςφ
Blackboard Bold/Scripts
\mathbb{A} \mathbb{B} \mathbb{C} \mathbb{D} \mathbb{E} \mathbb{F} \mathbb{G} 𝔸𝔹𝔻𝔼𝔽𝔾
\mathbb{H} \mathbb{I} \mathbb{J} \mathbb{K} \mathbb{L} \mathbb{M} 𝕀𝕁𝕂𝕃𝕄
\mathbb{N} \mathbb{O} \mathbb{P} \mathbb{Q} \mathbb{R} \mathbb{S} \mathbb{T} 𝕆𝕊𝕋
\mathbb{U} \mathbb{V} \mathbb{W} \mathbb{X} \mathbb{Y} \mathbb{Z} 𝕌𝕍𝕎𝕏𝕐
boldface (vectors)
\mathbf{A} \mathbf{B} \mathbf{C} \mathbf{D} \mathbf{E} \mathbf{F} \mathbf{G} 𝐀𝐁𝐂𝐃𝐄𝐅𝐆
\mathbf{H} \mathbf{I} \mathbf{J} \mathbf{K} \mathbf{L} \mathbf{M} 𝐇𝐈𝐉𝐊𝐋𝐌
\mathbf{N} \mathbf{O} \mathbf{P} \mathbf{Q} \mathbf{R} \mathbf{S} \mathbf{T} 𝐍𝐎𝐏𝐐𝐑𝐒𝐓
\mathbf{U} \mathbf{V} \mathbf{W} \mathbf{X} \mathbf{Y} \mathbf{Z} 𝐔𝐕𝐖𝐗𝐘𝐙
\mathbf{a} \mathbf{b} \mathbf{c} \mathbf{d} \mathbf{e} \mathbf{f} \mathbf{g} 𝐚𝐛𝐜𝐝𝐞𝐟𝐠
\mathbf{h} \mathbf{i} \mathbf{j} \mathbf{k} \mathbf{l} \mathbf{m} 𝐡𝐢𝐣𝐤𝐥𝐦
\mathbf{n} \mathbf{o} \mathbf{p} \mathbf{q} \mathbf{r} \mathbf{s} \mathbf{t} 𝐧𝐨𝐩𝐪𝐫𝐬𝐭
\mathbf{u} \mathbf{v} \mathbf{w} \mathbf{x} \mathbf{y} \mathbf{z} 𝐮𝐯𝐰𝐱𝐲𝐳
\mathbf{0} \mathbf{1} \mathbf{2} \mathbf{3} \mathbf{4} 𝟎𝟏𝟐𝟑𝟒
\mathbf{5} \mathbf{6} \mathbf{7} \mathbf{8} \mathbf{9} 𝟓𝟔𝟕𝟖𝟗
Boldface (greek)
\boldsymbol{\Alpha} \boldsymbol{\Beta} \boldsymbol{\Gamma} \boldsymbol{\Delta} \boldsymbol{\Epsilon} \boldsymbol{\Zeta} ABΓΔEZ
\boldsymbol{\Eta} \boldsymbol{\Theta} \boldsymbol{\Iota} \boldsymbol{\Kappa} \boldsymbol{\Lambda} \boldsymbol{\Mu} HΘIKΛM
\boldsymbol{\Nu} \boldsymbol{\Xi} \boldsymbol{\Pi} \boldsymbol{\Rho} \boldsymbol{\Sigma} \boldsymbol{\Tau} NΞΠPΣT
\boldsymbol{\Upsilon} \boldsymbol{\Phi} \boldsymbol{\Chi} \boldsymbol{\Psi} \boldsymbol{\Omega} ΥΦXΨΩ
\boldsymbol{\alpha} \boldsymbol{\beta} \boldsymbol{\gamma} \boldsymbol{\delta} \boldsymbol{\epsilon} \boldsymbol{\zeta} αβγδϵζ
\boldsymbol{\eta} \boldsymbol{\theta} \boldsymbol{\iota} \boldsymbol{\kappa} \boldsymbol{\lambda} \boldsymbol{\mu} ηθικλμ
\boldsymbol{\nu} \boldsymbol{\xi} \boldsymbol{\pi} \boldsymbol{\rho} \boldsymbol{\sigma} \boldsymbol{\tau} νξπρστ
\boldsymbol{\upsilon} \boldsymbol{\phi} \boldsymbol{\chi} \boldsymbol{\psi} \boldsymbol{\omega} υϕχψω
\boldsymbol{\varepsilon} \boldsymbol{\digamma} \boldsymbol{\vartheta} \boldsymbol{\varkappa} εϝϑϰ
\boldsymbol{\varpi} \boldsymbol{\varrho} \boldsymbol{\varsigma} \boldsymbol{\varphi} ϖϱςφ
Italics
\mathit{A} \mathit{B} \mathit{C} \mathit{D} \mathit{E} \mathit{F} \mathit{G} 𝐴𝐵𝐶𝐷𝐸𝐹𝐺
\mathit{H} \mathit{I} \mathit{J} \mathit{K} \mathit{L} \mathit{M} 𝐻𝐼𝐽𝐾𝐿𝑀
\mathit{N} \mathit{O} \mathit{P} \mathit{Q} \mathit{R} \mathit{S} \mathit{T} 𝑁𝑂𝑃𝑄𝑅𝑆𝑇
\mathit{U} \mathit{V} \mathit{W} \mathit{X} \mathit{Y} \mathit{Z} 𝑈𝑉𝑊𝑋𝑌𝑍
\mathit{a} \mathit{b} \mathit{c} \mathit{d} \mathit{e} \mathit{f} \mathit{g} 𝑎𝑏𝑐𝑑𝑒𝑓𝑔
\mathit{h} \mathit{i} \mathit{j} \mathit{k} \mathit{l} \mathit{m} 𝑖𝑗𝑘𝑙𝑚
\mathit{n} \mathit{o} \mathit{p} \mathit{q} \mathit{r} \mathit{s} \mathit{t} 𝑛𝑜𝑝𝑞𝑟𝑠𝑡
\mathit{u} \mathit{v} \mathit{w} \mathit{x} \mathit{y} \mathit{z} 𝑢𝑣𝑤𝑥𝑦𝑧
\mathit{0} \mathit{1} \mathit{2} \mathit{3} \mathit{4} 01234
\mathit{5} \mathit{6} \mathit{7} \mathit{8} \mathit{9} 56789
Roman typeface
\mathrm{A} \mathrm{B} \mathrm{C} \mathrm{D} \mathrm{E} \mathrm{F} \mathrm{G} ABCDEFG
\mathrm{H} \mathrm{I} \mathrm{J} \mathrm{K} \mathrm{L} \mathrm{M} HIJKLM
\mathrm{N} \mathrm{O} \mathrm{P} \mathrm{Q} \mathrm{R} \mathrm{S} \mathrm{T} NOPQRST
\mathrm{U} \mathrm{V} \mathrm{W} \mathrm{X} \mathrm{Y} \mathrm{Z} UVWXYZ
\mathrm{a} \mathrm{b} \mathrm{c} \mathrm{d} \mathrm{e} \mathrm{f} \mathrm{g} abcdefg
\mathrm{h} \mathrm{i} \mathrm{j} \mathrm{k} \mathrm{l} \mathrm{m} hijklm
\mathrm{n} \mathrm{o} \mathrm{p} \mathrm{q} \mathrm{r} \mathrm{s} \mathrm{t} nopqrst
\mathrm{u} \mathrm{v} \mathrm{w} \mathrm{x} \mathrm{y} \mathrm{z} uvwxyz
\mathrm{0} \mathrm{1} \mathrm{2} \mathrm{3} \mathrm{4} 01234
\mathrm{5} \mathrm{6} \mathrm{7} \mathrm{8} \mathrm{9} 56789
Fraktur typeface
\mathfrak{A} \mathfrak{B} \mathfrak{C} \mathfrak{D} \mathfrak{E} \mathfrak{F} \mathfrak{G} 𝔄𝔅𝔇𝔈𝔉𝔊
\mathfrak{H} \mathfrak{I} \mathfrak{J} \mathfrak{K} \mathfrak{L} \mathfrak{M} 𝔍𝔎𝔏𝔐
\mathfrak{N} \mathfrak{O} \mathfrak{P} \mathfrak{Q} \mathfrak{R} \mathfrak{S} \mathfrak{T} 𝔑𝔒𝔓𝔔𝔖𝔗
\mathfrak{U} \mathfrak{V} \mathfrak{W} \mathfrak{X} \mathfrak{Y} \mathfrak{Z} 𝔘𝔙𝔚𝔛𝔜
\mathfrak{a} \mathfrak{b} \mathfrak{c} \mathfrak{d} \mathfrak{e} \mathfrak{f} \mathfrak{g} 𝔞𝔟𝔠𝔡𝔢𝔣𝔤
\mathfrak{h} \mathfrak{i} \mathfrak{j} \mathfrak{k} \mathfrak{l} \mathfrak{m} 𝔥𝔦𝔧𝔨𝔩𝔪
\mathfrak{n} \mathfrak{o} \mathfrak{p} \mathfrak{q} \mathfrak{r} \mathfrak{s} \mathfrak{t} 𝔫𝔬𝔭𝔮𝔯𝔰𝔱
\mathfrak{u} \mathfrak{v} \mathfrak{w} \mathfrak{x} \mathfrak{y} \mathfrak{z} 𝔲𝔳𝔴𝔵𝔶𝔷
\mathfrak{0} \mathfrak{1} \mathfrak{2} \mathfrak{3} \mathfrak{4} 01234
\mathfrak{5} \mathfrak{6} \mathfrak{7} \mathfrak{8} \mathfrak{9} 56789
Calligraphy/Script
\mathcal{A} \mathcal{B} \mathcal{C} \mathcal{D} \mathcal{E} \mathcal{F} \mathcal{G} 𝒜𝒞𝒟𝒢
\mathcal{H} \mathcal{I} \mathcal{J} \mathcal{K} \mathcal{L} \mathcal{M} 𝒥𝒦
\mathcal{N} \mathcal{O} \mathcal{P} \mathcal{Q} \mathcal{R} \mathcal{S} \mathcal{T} 𝒩𝒪𝒫𝒬𝒮𝒯
\mathcal{U} \mathcal{V} \mathcal{W} \mathcal{X} \mathcal{Y} \mathcal{Z} 𝒰𝒱𝒲𝒳𝒴𝒵
Hebrew
\aleph \beth \gimel \daleth
Feature Syntax How it looks rendered
non-italicised characters \mbox{abc} abc abc
mixed italics (bad) \mbox{if} n \mbox{is even} ifnis even ifnis even
mixed italics (good) \mbox{if }n\mbox{ is even} if n is even if n is even
mixed italics (more legible: ~ is a non-breaking space, while "\ " forces a space) \mbox{if}~n\ \mbox{is even} ifn is even ifn is even

پرانتزگذاری برای عبارت‌های بزرگ

Feature Syntax How it looks rendered
Bad ( \frac{1}{2} ) (12)
Good \left ( \frac{1}{2} \right ) (12)

You can use various delimiters with \left and \right:

Feature Syntax How it looks rendered
Parentheses \left ( \frac{a}{b} \right ) (ab)
Brackets \left [ \frac{a}{b} \right ] \quad \left \lbrack \frac{a}{b} \right \rbrack [ab][ab]
Braces \left \{ \frac{a}{b} \right \} \quad \left \lbrace \frac{a}{b} \right \rbrace {ab}{ab}
Angle brackets \left \langle \frac{a}{b} \right \rangle ab
Bars and double bars \left | \frac{a}{b} \right \vert \left \Vert \frac{c}{d} \right \| |ab|cd
Floor and ceiling functions: \left \lfloor \frac{a}{b} \right \rfloor \left \lceil \frac{c}{d} \right \rceil abcd
Slashes and backslashes \left / \frac{a}{b} \right \backslash /ab\
Up, down and up-down arrows \left \uparrow \frac{a}{b} \right \downarrow \quad \left \Uparrow \frac{a}{b} \right \Downarrow \quad \left \updownarrow \frac{a}{b} \right \Updownarrow ababab

Delimiters can be mixed,
as long as \left and \right match

\left [ 0,1 \right )
\left \langle \psi \right |

[0,1)
ψ|

Use \left. and \right. if you don't
want a delimiter to appear:
\left . \frac{A}{B} \right \} \to X AB}X
Size of the delimiters \big( \Big( \bigg( \Bigg( \dots \Bigg] \bigg] \Big] \big]

((((]]]]

\big\{ \Big\{ \bigg\{ \Bigg\{ \dots \Bigg\rangle \bigg\rangle \Big\rangle \big\rangle

{{{{

\big\| \Big\| \bigg\| \Bigg\| \dots \Bigg| \bigg| \Big| \big| ||||
\big\lfloor \Big\lfloor \bigg\lfloor \Bigg\lfloor \dots \Bigg\rceil \bigg\rceil \Big\rceil \big\rceil

\big\uparrow \Big\uparrow \bigg\uparrow \Bigg\uparrow \dots \Bigg\Downarrow \bigg\Downarrow \Big\Downarrow \big\Downarrow

\big\updownarrow \Big\updownarrow \bigg\updownarrow \Bigg\updownarrow \dots \Bigg\Updownarrow \bigg\Updownarrow \Big\Updownarrow \big\Updownarrow

\big / \Big / \bigg / \Bigg / \dots \Bigg\backslash \bigg\backslash \Big\backslash \big\backslash

////\\\\

فاصله‌گذاری

Note that TeX handles most spacing automatically, but you may sometimes want manual control.

Feature Syntax How it looks rendered
double quad space a \qquad b ab
quad space a \quad b ab
text space a\ b a b
text space without PNG conversion a \mbox{ } b a b
large space a\;b ab
medium space a\>b [not supported]
small space a\,b ab
no space ab ab
small negative space a\!b ab

همراستاسازی با متن معمولی

Due to the default css

img.tex { vertical-align: middle; }

an inline expression like NNexdx should look good.

If you need to align it otherwise, use <font style="vertical-align:-100%;"><math>...</math></font> and play with the vertical-align argument until you get it right; however, how it looks may depend on the browser and the browser settings.

Also note that if you rely on this workaround, if/when the rendering on the server gets fixed in future releases, as a result of this extra manual offset your formulae will suddenly be aligned incorrectly. So use it sparingly, if at all.

ارائه به‌صورت فایل پی‌ان‌جی

To force the formula to render as PNG, add \, (small space) at the end of the formula (where it is not rendered). This will force PNG if the user is in "HTML if simple" mode, but not for "HTML if possible" mode (math rendering settings in preferences).

You can also use \,\! (small space and negative space, which cancel out) anywhere inside the math tags. This does force PNG even in "HTML if possible" mode, unlike \,.

This could be useful to keep the rendering of formulae in a proof consistent, for example, or to fix formulae that render incorrectly in HTML (at one time, a^{2+2} rendered with an extra underscore), or to demonstrate how something is rendered when it would normally show up as HTML (as in the examples above).

For instance:

Syntax How it looks rendered
a^{c+2} ac+2
a^{c+2} \, ac+2
a^{\,\!c+2} ac+2
a^{b^{c+2}} abc+2 (WRONG with option "HTML if possible or else PNG"!)
a^{b^{c+2}} \, abc+2 (WRONG with option "HTML if possible or else PNG"!)
a^{b^{c+2}}\approx 5 abc+25 (due to "" correctly displayed, no code "\,\!" needed)
a^{b^{\,\!c+2}} abc+2
\int_{-N}^{N} e^x\, dx NNexdx


This has been tested with most of the formulae on this page, and seems to work perfectly.

You might want to include a comment in the HTML so people don't "correct" the formula by removing it:

<!-- The \,\! is to keep the formula rendered as PNG instead of HTML. Please don't remove it.-->

رنگ

Equations can use color:

  • {\color{Blue}x^2}+{\color{Brown}2x}-{\color{OliveGreen}1}
    x2+2x1
  • x_{1,2}=\frac{-b\pm\sqrt{\color{Red}b^2-4ac}}{2a}
    x1,2=b±b24ac2a

See here for all named colors supported by LaTeX.

Note that color should not be used as the only way to identify something, because it will become meaningless on black-and-white media or for color-blind people. See .

Commutative diagrams

To make a , there are three steps:

  • Write the diagram in TeX
  • Convert to * === Diagrams in TeX ===

Xy-pic (online manual) is the most power and general-purpose diagram package in TeX.

Simpler packages include:

The following is a template for Xy-pic, together with a to increase the in (suggested in : TUGboat, Volume 17 1996, No. 3):

\documentclass{amsart}
\usepackage[all, ps, dvips]{xy} % Loading the XY-Pic package
                                % Using postscript driver for smoother curves
\usepackage{color}              % For invisible frame
\begin{document}
\thispagestyle{empty} % No page numbers
\SelectTips{eu}{}     % Euler arrowheads (tips)
\setlength{\fboxsep}{0pt} % Frame box margin
{\color{white}\framebox{{\color{black}$$ % Frame for margin

\xymatrix{ % The diagram is a 3x3 matrix
%%% Diagram goes here %%%
}

$$}}} % end math, end frame
\end{document}

Convert to SVG

Once one has the TeX code, one can produce an SVG file via the following, which assume the TeX file is called comm.tex:

latex comm.tex
dvips -E -y 2500 -o comm.eps comm.dvi
eps2eps -dNOCACHE comm.eps comm2.eps
pstoedit -f sk comm2.eps comm.sk
inkscape -z -f comm.sk -l comm.svg

These produce a DVI file, convert it to EPS (rescaling by 2.5x), convert fonts to outlines, and convert to SVG via Sketch.

This assumes several pieces of software:

  • a working TeX distribution, such as * * * === Upload the file ===

الگو:همچنین ببینید Before uploading, check that the default size of the image is neither too large nor too small by opening in an SVG application, otherwise adjust the -y option to dvips.

Name
Make sure the file has a meaningful name.
Upload
Upload the file using own work upload.
Source code
Include the source code in the , in a section called ==TeX source==, so that the diagram can be edited in future. Include the complete .tex file, not just the fragment, so future editors do not need to reconstruct a compilable file.
Include image
Now include the image on the original page via [[Image:Diagram.svg]]

A sample diagram is .

مثال‌ها

چندجمله‌ای درجه دوم

ax2+bx+c=0

<math>ax^2 + bx + c = 0</math>

چندجمله‌ای درجه دوم (پی‌ان‌جی)

ax2+bx+c=0

<math>ax^2 + bx + c = 0\,\!</math>

ریشه درجه دوم

x=b±b24ac2a

<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>

کسر و انواع پرانتز

2=((3x)×23x)

<math>2 = \left(
 \frac{\left(3-x\right) \times 2}{3-x}
 \right)</math>
Snew=Sold(5T)22

 <math>S_{\text{new}} = S_{\text{old}} - \frac{ \left( 5-T \right) ^2} {2}</math>
 

الگو:کوچکالگو:کوچکالگو:پایان کوچکالگو:پایان کوچک===انتگرال‌ها===

axasf(y)dyds=axf(y)(xy)dy

<math>\int_a^x \int_a^s f(y)\,dy\,ds
 = \int_a^x f(y)(x-y)\,dy</math>

مجموع‌یابی و سیگما

m=1n=1m2n3m(m3n+n3m)
<math>\sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n}
 {3^m\left(m\,3^n+n\,3^m\right)}</math>

معادلات دیفرانسیل

u+p(x)u+q(x)u=f(x),x>a

<math>u'' + p(x)u' + q(x)u=f(x),\quad x>a</math>

اعداد مختلط

|z¯|=|z|,|(z¯)n|=|z|n,arg(zn)=narg(z)

<math>|\bar{z}| = |z|,
 |(\bar{z})^n| = |z|^n,
 \arg(z^n) = n \arg(z)</math>

حد

limzz0f(z)=f(z0)

<math>\lim_{z\rightarrow z_0} f(z)=f(z_0)</math>

معادلات انتگرالی

ϕn(κ)=14π2κ20sin(κR)κRR[R2Dn(R)R]dR

<math>\phi_n(\kappa) =
 \frac{1}{4\pi^2\kappa^2} \int_0^\infty
 \frac{\sin(\kappa R)}{\kappa R}
 \frac{\partial}{\partial R}
 \left[R^2\frac{\partial D_n(R)}{\partial R}\right]\,dR</math>

--

ϕn(κ)=0.033Cn2κ11/3,1L0κ1l0

<math>\phi_n(\kappa) = 
 0.033C_n^2\kappa^{-11/3},\quad
 \frac{1}{L_0}\ll\kappa\ll\frac{1}{l_0}</math>

Continuation and cases

f(x)={11x<012x=01x2otherwise

<math>
 f(x) =
 \begin{cases}
 1 & -1 \le x < 0 \\
 \frac{1}{2} & x = 0 \\
 1 - x^2 & \mbox{otherwise}
 \end{cases}
 </math>

زیرنویس

pFq(a1,...,ap;c1,...,cq;z)=n=0(a1)n(ap)n(c1)n(cq)nznn!

 <math>{}_pF_q(a_1,...,a_p;c_1,...,c_q;z)
 = \sum_{n=0}^\infty
 \frac{(a_1)_n\cdot\cdot\cdot(a_p)_n}{(c_1)_n\cdot\cdot\cdot(c_q)_n}
 \frac{z^n}{n!}</math>

الگو:پایان چپ‌چین

جستارهای وابسته

پیوندها