LaTeX

From Elvanör's Technical Wiki
Revision as of 18:46, 1 July 2007 by Elvanor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LaTeX is a fantastic typesetting package. Unfortunately it has a big problem: no useful documentation. So this is a collection of useful tips I have learnt while spending a lot of time googling for LaTeX documentation.

Alignment

  • By default LaTeX justifies a paragraph. Should you need to have it aligned use:
\begin{flushright}
This is some text.
\end{flushright}
  • There is also a \begin{flushleft} environment, of course.