LaTeX Glossary


My.SUPA has been setup to allow maths to be written quickly using LaTeX notation. This can be included anywhere you see a text box in your course area -- including news or social forums, web pages and wikis. The format for entering LaTeX in My.SUPA is to wrap the code between two pairs of dollar signs. $$ a=b+c $$


If you are looking at this for the first time, please read the entries under 01 Getting Started for an overview. The list of entries may be viewed by categories or alphabetically.

01 Getting Started
| 02 Arithmetic expressions | 03 Font Styles | 04 Delimiters
05 Spaces
| 06 Symbols | 07 Relations | 09 Structures | 10 Feynman Diagrams
11 Other LaTeX Software
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

I

infinity

$$\infty$$  gives \infty

integral

  • General syntax for symbols with a kind of lower and upper limits:

\symbolname_{lowerexpression}^{upperexpression}

  • In general, there are two ways how these lower and upper expressions can be placed: centered below and above the symbol or in a subscript / superscript manner. In the first case the symbol name is preceded by the word "big", in the second there is no prefix.
  • Syntax for integral symbol:

$$\bigint_{0}^{\infty}$$   gives  

\bigint_{0}^{\infty}

and

$$\int_{0}^{\infty}$$   gives 

\int_{0}^{\infty}

  • Use font size commands for a nicer picture:

$$\LARGE\bigint_{\small0}^{\small\infty}$$   gives  

\LARGE\bigint_{\small0}^{\small\infty}

and

$$\large\int_{\small0}^{\small\infty}$$   gives 

\large\int_{\small0}^{\small\infty}

iota (lower case greek letter)

$$\iota$$ gives \iota