Difference between revisions of "LaTeX Cheat Sheet"
(→LaTeX Cheat Sheet) |
(→LaTeX Cheat Sheet) |
||
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 represents <math>\alpha, \beta, \gamma, \pi, \Pi, \phi</math> respectively | ||
+ | |||
+ | k_n represents <math>k_n</math> | ||
+ | |||
+ | \infty represents <math>\infty</math> | ||
+ | |||
+ | \sin, \cos, \tan represents <math>\sin, \cos, \tan</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> | ||
+ | |||
+ | \int\limits_a^b represents <math>\int\limits_a^b</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> | ||
+ | |||
+ | <center><math> |
Revision as of 12:42, 28 March 2021
LaTeX Cheat Sheet
Here is a list of LaTeX code:
\frac{x}{y} represents
\sqrt{x} represents
\alpha, \beta, \gamma, \pi, \Pi \phi represents respectively
k_n represents
\infty represents
\sin, \cos, \tan represents
x \equiv a \pmod{b} represents
x \bmod y represent
\binom{a}{b} represents
\sqrt[n]{x} represents
\int\limits_a^b 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