Taha Ahmed @solarchemist
May 15, 2014
CTAN lion drawing by Duane Bibby
Its basic principle is that structures in the document
are marked and transformed into typeset output.
If the marks
TeX provides both forms of markup.
You write
and supply
The preamble (setting up the document):
\documentclass{...}
\usepackage{...}
Body of the text:
\begin{document}
At the end of the document:
\end{document}
\documentclass{article}
\begin{document}
Small is beautiful.
\end{document}
Certain characters are reserved for use by TeX/LaTeX and if you want to use them as-is in your document, you need to first escape them.
Reserved characters by LaTeX:
To print these characters, add a prefix backslash:
TeX distributions
Use your macro package of choice or convenience:
There are several online LaTeX editors/compilers
Beamer
a0poster
beamerposter
MS Windows
GNU Linux