Difference between revisions of "LaTeX Cheat Sheet"
(→LaTeX Cheat Sheet) |
(→LaTeX Cheat Sheet) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
Here is a list of LaTeX code: | Here is a list of LaTeX code: | ||
− | + | \frac{x}{y} represents <math>\frac{x}{y}</math> | |
+ | |||
+ | \sqrt{x} represents <math>\sqrt{x}</math> | ||
+ | |||
+ | \alpha, \beta, \gamma, \pi, \Pi, \phi, \Delta, \Omega, \omega represents <math>\alpha, \beta, \gamma, \pi, \Pi, \phi, \Delta, \Omega, \omega</math> respectively | ||
+ | |||
+ | k_n represents <math>k_n</math> | ||
+ | |||
+ | \infty represents <math>\infty</math> | ||
+ | |||
+ | \sin, \cos, \tan represents <math>\sin, \cos, \tan</math> | ||
+ | |||
+ | \cot, \sec, \csc represents <math>\cot, \sec, \csc</math> | ||
+ | |||
+ | x \equiv a \pmod{b} represents <math>x \equiv a \pmod{b}</math> | ||
+ | |||
+ | x \bmod y represent <math>x \bmod y</math> | ||
+ | |||
+ | \binom{a}{b} represents <math>\binom{a}{b}</math> | ||
+ | |||
+ | \sqrt[n]{x} represents <math>\sqrt[n]{x}</math> | ||
+ | <math>\frac34</math> | ||
+ | |||
+ | \int\limits_a^b represents <math>\int\limits_a^b</math>, while \int\limits_a^b {c} represents <math>\int\limits_a^b {c}</math> | ||
+ | |||
+ | ( a ), [ b ], \{ a \}, | a |, \|a \|, \langle a \rangle, \lfloor a \rfloor, \lceil a \rceil represents | ||
+ | <math>( a )</math>,<math>[ b ]</math>, <math>\{ a \}</math>, <math>| a |</math>, <math>\|a \|</math>, <math>\langle a \rangle</math>, <math>\lfloor a \rfloor</math>, <math>\lceil a \rceil</math> respectively | ||
+ | |||
+ | \lim\limits_{x \to 235} \sin(x) represents <math>\lim\limits_{x \to 235} \sin(x)</math> | ||
+ | |||
+ | f(n) = n|_{n = 3} represents <math>f(n) = n|_{n = 3}</math> | ||
+ | |||
+ | \log_{a} b represents <math>log_{a} b</math> | ||
+ | |||
+ | \pm is <math>\pm</math>, \parallel is <math>\parallel</math>, \therefore is <math>\therefore</math>. \supset is <math>\supset</math>, \to is <math>\to</math>, \gets is <math>\gets</math>, \subset is <math>\subset</math>, \angle is <math>\angle</math>, \ni is <math>\ni</math>, \dots is <math>\dots</math>, \in is <math>\in</math>, \cup is <math>\cup</math> | ||
+ | |||
+ | In AoPS, if you type in "displaystyle", the next time when you edit the "displaystyle" when disappear automatically. | ||
+ | |||
+ | Subtitle can be created in this way: ==[space]Subtitle[space]== | ||
+ | |||
+ | <math> sdb </math> |
Latest revision as of 12:47, 4 May 2024
LaTeX Cheat Sheet
Here is a list of LaTeX code:
\frac{x}{y} represents
\sqrt{x} represents
\alpha, \beta, \gamma, \pi, \Pi, \phi, \Delta, \Omega, \omega represents respectively
k_n represents
\infty represents
\sin, \cos, \tan represents
\cot, \sec, \csc represents
x \equiv a \pmod{b} represents
x \bmod y represent
\binom{a}{b} represents
\sqrt[n]{x} represents
\int\limits_a^b represents , while \int\limits_a^b {c} represents
( a ), [ b ], \{ a \}, | a |, \|a \|, \langle a \rangle, \lfloor a \rfloor, \lceil a \rceil represents ,, , , , , , respectively
\lim\limits_{x \to 235} \sin(x) represents
f(n) = n|_{n = 3} represents
\log_{a} b represents
\pm is , \parallel is , \therefore is . \supset is , \to is , \gets is , \subset is , \angle is , \ni is , \dots is , \in is , \cup is
In AoPS, if you type in "displaystyle", the next time when you edit the "displaystyle" when disappear automatically.
Subtitle can be created in this way: ==[space]Subtitle[space]==