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:
  
\nfrac{x}{y} represents <math>\nfrac{x}{y}</math>
+
\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>\begin{vmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{vmatrix}\dot</math>

Revision as of 13:42, 28 March 2021

LaTeX Cheat Sheet

Here is a list of LaTeX code:

\frac{x}{y} represents $\frac{x}{y}$

\sqrt{x} represents $\sqrt{x}$

\alpha, \beta, \gamma, \pi, \Pi \phi represents $\alpha, \beta, \gamma, \pi, \Pi, \phi$ respectively

k_n represents $k_n$

\infty represents $\infty$

\sin, \cos, \tan represents $\sin, \cos, \tan$

x \equiv a \pmod{b} represents $x \equiv a \pmod{b}$

x \bmod y represent $x \bmod y$

\binom{a}{b} represents $\binom{a}{b}$

\sqrt[n]{x} represents $\sqrt[n]{x}$

\int\limits_a^b represents $\int\limits_a^b$

( a ), [ b ], \{ a \}, | a |, \|a \|, \langle a \rangle, \lfloor a \rfloor, \lceil a \rceil represents $( a )$,$[ b ]$, $\{ a \}$, $| a |$, $\|a \|$, $\langle a \rangle$, $\lfloor a \rfloor$, $\lceil a \rceil$ respectively

\lim\limits_{x \to 235} \sin(x) represents $\lim\limits_{x \to 235} \sin(x)$

f(n) = n|_{n = 3} represents $f(n) = n|_{n = 3}$

\log_{a} b represents $log_{a} b$

$\begin{vmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{vmatrix}\dot$ (Error compiling LaTeX. Unknown error_msg)