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
07 Relations

greater than

$$x>y$$  gives

x>y

greater than or equal

$$x\ge~y$$ or $$x\geq~y$$ gives

x\ge~y

less than

$$<$$   gives

less than or equal

$$x\le~y$$ or $$x\leq~y$$ gives

x\le~y

not equal

$$x\neq~y$$ gives

x\neq~y

note: \neg produces the logical negation, i.e. $$\neg~A$$ gives

\neg~A