|
GNU/Linux Desktop Survival Guide
by Graham Williams |
|
|||
LaTeX Minimal Document |
To get started create a text document called hello.tex containing just:
\documentclass{article}
\begin{document}
Hello World
\end{document}
|
Turn this into a pdf document and view it with:
$ pdflatex hello.tex $ evince hello.pdf |
Now start filling the document with text.