LaTeX Glossary
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
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
\ |
---|
\_ (where _ is blank)
| |
\, | |
\; | |
\: | |
\/ (backslash slash) | |
\~ | |
\hspace{n} | |
\LARGE (all capital letters) | |
\Large (L capital letter) | |
\large (all lower case letters) | |
\normalsize | |
\qquad | |
\quad | |
\small | |
\tiny | |
A |
---|
absolute font sizes (overview) | |
alpha (lower case greek letter) | |
angle bracket | |
arithmetic operations | |
array | |
B |
---|
beta (lower case greek letter) | |
braces | |
C |
---|
cdot (multiplication) | |
chi (lower case greek letter) | |
constants | |
coproduct
\symbolname_{lowerexpression}^{upperexpression}
$$\bigcoprod_{i=k}^{n}$$ gives
$$\LARGE\bigcoprod_{\small{i=k}}^{\small~n}$$ gives | |
D |
---|
delimiters (overview)
Note: The delimiters are automatically sizes. | ||||||||||||||||||||||||||||||||||
Delta (upper case greek letter) | |
delta (lower case greek letter) | |
div (division) | |
double vertical line (norm symbol) | |
E |
---|
epsilon (lower case greek letter) | |
escaping the TeX filter
| |
eta (lower case greek letter) | |
F |
---|
Feynman Diagrams using LaTeX feynMF and feynMP is a tool made by Thorsten Ohl to draw Feynman diagrams in LaTeX. In his paper, [Ohl 1995], he explains how his package along with LaTeX and Metafont can be used to draw such diagrams. This package has been installed on the SUPA web server, and My.SUPA has been modified to allow such diagrams to be shown in course pages, wikis and forums. $$ \unitlength = 1mm \begin{fmffile}{simpletwo} \begin{fmfgraph}(60,45) \fmfleft{i1,i2} \fmfright{o1,o2} \fmf{fermion}{i1,v1,o1} \fmf{fermion}{i2,v2,o2} \fmf{photon}{v1,v2} \end{fmfgraph} \end{fmffile} $$ ![]() Note all examples using feynmp articles need to be wrapped in the following code to start a new feynman diagram environment at a sensible size. $$ ....... starts LaTeX interpretation \unitlength = 1mm \begin{fmffile}{tmpfile} ..... temp name does not matter \begin{fmfgraph*}(40,30) ..... increase x,y size of diagram here ... example goes here ... \end{fmfgraph*} \end{fmffile} $$ | |
formula box | |
fraction
| |
Function namesFunction names supplied by LaTeX: \arccos \cos \csc \exp \ker \limsup | |
G |
---|
gamma (lower case greek letter) | |
Gamma (upper case greek letter) | |
greater than | |
greater than or equal | |
greek letters (overview)Simply write \greekletter for lower case and \Greekletter for upper case. Here's a list of all known greek letters (Note: not all upper case greek letters are known): Lower Case Greek Letters:
Upper Case Greek Letters:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
H |
---|
HelpIntroduction to LaTeXLaTeX (pronounced Lay-teck or Laytech) is a text processing language, designed to make it easy to typeset high quality technical documents. In the context of My.SUPA, it makes it easy to include mathematical expressions in forum postings. In this short introduction we'll cover some basic expressions to give you a flavour of the possibilities. There is a huge range of resources available for LaTeX and we'll give a short list of these at the end. Getting Started - symbolsLaTeX expressions are indicated in My.SUPA by enclosing them in double dollar signs. So, typing $$1+2$$ gives the following LaTeX output: The first useful thing that LaTeX can do is to translate commands mathematical symbols and characters. For example, $$\omega$$ gives FormulaeUseful as using LaTeX to type symbols is, you can also use it to create complex mathematical expressions. In the following example, we'll create a finite integral from 0 to 5 of the function f(x). The command for an integral in LaTeX is \int. We can indicate limits to the integral by using the superscript command, ^, and the subscript command, _ . The complete command is then: $$ \int_0^5 f(x) dx$$: ![]() LaTeX recognises that we want to make 0 a subscript and 5 a superscript. What if we would like to use more than one character for our limits, for example integrating sine(x) in the following example? ![]() In this case we use the following set of commands: $$ \int_0^{2\pi}\sin(x) dx $$. Note that the 2\pi is enclosed in curly brackets to tell LaTeX that we want everything contained within to be made a superscript. We've also used in this example the standard function \sin. FractionsTo use fractions in LaTeX, we use the command \frac, with 2 sets of curly brackets for the numerator and denominator. For example, ![]() where \pm gives MatricesAnother useful feature of LaTeX is the ability to format matrices. To demonstrate the different parts of writing a matrix, we'll use the following example: ![]() The code for this is: $$\left(\begin{array}{cccc}a&b&c&d\\e&f&g&h\\i&j&k&l\\m&n&o&p\end{array}\right)$$. You can split this over several lines if you would like, but make sure that you don't put any spaces between the double dollar signs. Working from the outside in:
Going furtherThis help section only scratches the very surface of the possibilities of LaTeX. For more information, here are some useful guides:
If you are interested in using LaTeX away from My.SUPA for creating documents, try some of the following resources:
| |
I |
---|
infinity | |
integral
\symbolname_{lowerexpression}^{upperexpression}
$$\bigint_{0}^{\infty}$$ gives and $$\int_{0}^{\infty}$$ gives
$$\LARGE\bigint_{\small0}^{\small\infty}$$ gives and $$\large\int_{\small0}^{\small\infty}$$ gives | |
iota (lower case greek letter) | |
K |
---|
kappa | |
L |
---|
Lagrangian | |
lambda (lower case greek letter) | |
Lambda (upper case greek letter) | |
Learning Formula | |
left only brace | |
less than | |
less than or equal | |
LyXLyX is a LaTeX editor available for Windows, Linux and Mac OS X. Unlike other LaTeX packages, LyX looks similar to a word processor such as Microsoft Word. For more information, please visit the website at: http://www.lyx.org | |
M |
---|
math spacesList of predefined spaces:
Note: Simple blank spaces and tildes (~) are ignored by the TeX filter and don't produce any space. You must use one of the defined math spaces to get a visible (extra) space. | ||||||||||||||||||||||||||||||||||
mathematics expression | |
matrix
Note in the example above that "lcr" has the effect that column 1 is left aligned, column 2 centered and colums 3 right aligned. | |
minus plus | |
mu (lower case greek letter) | |
multiplication (with cdot) | |
N |
---|
not equal | |
nu (lower case greek letter) | |
O |
---|
omega (lower case greek letter) | |
Omega (upper case greek letter) | |
omikron (lower case greek letter) | |
P |
---|
parentheses | |
phi (lower case greek letter) | |
Phi (upper case greek letter) | |
pi (lower case greek letter) | |
Pi (upper case greek letter) | |
plus minus | |
product
\symbolname_{lowerexpression}^{upperexpression}
$$\bigprod_{i=k}^{n}$$ gives and $$\prod_{i=k}^{n}$$ gives
$$\LARGE\bigprod_{\tiny{i=k}}^{\tiny{n}}$$ gives and $$\large\prod_{\small{i=k}}^{\small{n}}$$ gives | |
psi (lower case greek letter) | |
Psi (upper case greek letter) | |
R |
---|
Resonant S-Channel Resonant s-channel contribution from Drawing Feynman Diagrams with LaTeX and METAFONT. Part 1 \begin{fmffile}{schannel} \begin{fmfgraph*}(100,160) \fmfpen{thick} \fmfleftn{i}{2}\fmfrightn{o}{4} \fmflabel{$e_-$}{i1}\fmflabel{$e_+$}{i2} \fmflabel{$\noexpand\bar c$}{o1} \fmflabel{$\nu_{\mu}$}{o2} \fmflabel{$\mu_+$}{o3} \fmflabel{$s$}{o4} \fmf{boson,label=$\gamma,,Z$}{v1,v2} \fmf{fermion}{i1,v1,i2} \fmf{fermion}{o1,v2,v3,o4} \fmffreeze \fmf{boson}{v3,v4}\fmf{fermion}{o3,v4,o2} \fmfdotn{v}{4} \end{fmfgraph*} \end{fmffile} ![]() | |
rho (lower case greek letter) | |
right only brace | |
root | |
S |
---|
sigma (lower case greek letter) | |
Sigma (upper case greek letter) | |
smiley | |
square bracket | |
square root | |
subscript
| |
sum (summation)
\symbolname_{lowerexpression}^{upperexpression}
$$\bigsum_{i=k}^{n}$$ gives and $$\sum_{i=k}^{n}$$ gives
$$\LARGE\bigsum_{\small{i=1}}^{\small{n}}$$ gives and $$\large\sum_{\small{i=1}}^{\small{n}}$$ gives | |
superscript
| |
T |
---|
tau (lower case greek letter) | |
TeX | |
theta (lower case greek letter) | |
Theta (upper case greek letter) | |
times | |
Tree Diagrams using FeynMP Tree Diagrams from Drawing Feynman Diagrams with LaTeX and METAFONT. Part 1 $ $ \unitlength = 1mm \begin{fmffile}{tree} \begin{fmfgraph*}(100,60) \fmfleftn{i}{2} \fmfrightn{o}{4} \fmflabel{$e_-$}{i1}\fmflabel{$e_+$}{i2} \fmflabel{$\mu_+$}{o1} \fmflabel{$\nu_{\mu}$}{o2} \fmflabel{$s$}{o3} \fmflabel{$\noexpand\bar c$}{o4} \fmf{fermion}{i1,v1,i2} \fmf{boson,label=$\gamma,,Z$}{v1,v2} \fmf{boson}{v3,v2,v4} \fmf{fermion}{o1,v3,o2} \fmf{fermion}{o4,v4,o3} \fmfdot{v1,v3,v4}\fmfblob{.12w}{v2} \end{fmfgraph*} \end{fmffile} $ $ ![]() | |
triangle | |
triggering the TeX filter | |
U |
---|
upsilon (lower case greek letter) | |
Upsilon (upper case greek letter) | |
Using LaTeX in My.SUPAMy.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, in news or social forums, wikis or other course areas. The format for entering LaTeX in My.SUPA is to wrap the code between two double dollar signs eg. $$$a^2=b^2+c+d^2$$$ is automatically shown to others as a graphic element which appears as ![]() See the following categories for more detailed information and examples: 01 Getting Started 02 Arithmetic expressions, sub-/superscripts, roots 03 Font Styles 04 Delimiters (parentheses, braces,...) 05 Spaces 06 Symbols 07 Relations 09 Structures The formula is stored as LaTeX internally, and copes with most standard formulae. The underlying code can be edited repeatedly in text form. Others using the My.SUPA course will see the graphic version, and on hovering a mouse over the graphic may be the LaTeX code as alternate text popup. My.SUPA uses a full installation of teTeX package of LaTeX 2e (tetex-latex-2.0.2-22.0.1.EL4.10). For help with this and setting up forums, wikis or course pages to use this, contact David, Karon or Sean | |
V |
---|
varepsilon (special lower case greek letter) | |
variables | |
varphi (special lower case greek letter) | |
varpi (special lower case greek letter) | |
varrho (special lower case greek letter) | |
varsigma (special lower greek letter) | |
vartheta (special lower case greek letter) | |
vertical line (absolute value, determinant, ...etc. symbol) | |
X |
---|
xi (lower case greek letter) | |
Xi (upper case greek letter) | |
Z |
---|
zeta (lower case greek letter) | |