Eric Partlo edited The_Not_So_Short_Introduction__.html  over 8 years ago

Commit id: f683c423d38669a4537a2d394e9bdd1e64b64359

deletions | additions      

       

id="auto-label-section-880783"  class="ltx_title_section">The Not So Short Introduction to LaTeX2
Chapter 1 - Things You Need to Know
\documentclass{article}
\begin{document}
Small is beautiful.
\end{document}
latex foo.tex
dvipdf foo.dvi
Chapter 2 - Typesetting Text
break a line: \\ or \newline
start a new line without starting a new paragraph \\*
\newpage
\linebreak[n], \nolinebreak[n], \pagebreak[n], \nopagebreak[n]
For the article class:
\section{}
\subsection{}
\subsubsection{}
\paragraph{}
\subparagraph{}
\part{}
\chapter{}
\tableofcontents{}
\footnote{footnote text}
Chapter 3 - Typesetting Mathematical Formulae
 foo.dvi