Printer-friendly version
This glossary will help you build complex mathematical equations using the Tex markup language. This will involve using @@ or $$ before and after the expression to display the desired results.


Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O
P | Q | R | S | T | U | V | W | X | Y | Z | ALL

Page:  1  2  3  4  5  6  7  8  9  10  ...  12  (Next)
  ALL

A

:

Absolute Font Sizes
CommandExampleResult
\tiny$$\tiny 3x$$\tiny 3x
\small$$\small 3x$$\small 3x
\normalsize (default)$$\normalsize 3x$$ or just $$3x$$\normalsize 3x
\large$$\large 3x$$\large 3x
\Large$$\Large 3x$$\Large 3x
\LARGE$$\LARGE 3x$$\LARGE 3x
   

\huge and \Huge are not supported by the mimeTeX filter

  

:
using @@ x=y^2@@ to create x=y^{2}
Keyword(s):
:
$$\alpha$$ gives \alpha
:
  • Syntax: \left<...\right>
  • Ex.: $$\left<f,g\right>$$ gives

\left&lt;f,g\right&gt;

:
  • Type arithmetic operations and "=" as usual.
  • Exp.: $$f(x)=x-2b+(3a/c)$$ gives

f(x)=x-2b+(3a/c)

  • See also keyword "fraction" for extended capabilities.
:

$$\begin{array}{|ccc|}a_1&a_2&a_3\\ b_1&b_2&b_3\\ c_1&c_2&c_3\end{array}$$ is \begin{array}{|ccc|}a_1&amp;a_2&amp;a_3\\ b_1&amp;b_2&amp;b_3\\ c_1&amp;c_2&amp;c_3\end{array}

Keyword(s):

B

:
$$\beta$$ gives \beta
:

$$\bigsum_{n+2}^x$$   is   \bigsum_{n+2}^x

:
  • Syntax: \left{...\right}
  • Ex.: $$M=\left{a, b, c\right}$$ gives

M=\left{a, b, c\right}

C

:
$$a\cdot~b$$ gives a\cdot~b

Page:  1  2  3  4  5  6  7  8  9  10  ...  12  (Next)
  ALL