LaTeX Documents Document Body Preamble 8/3/2019 ARENA Tutorial - LaTeX Does the document really 'have' a dcomentclass or _is_ it a class (aggregation vs. inheritance)?? If so, how can indefinite amount of subclasses be depicted? 8/3/2019 ARENA Tutorial - LaTeX
Some Key Concepts Document Class Packages Logical Structure Environments Funny Characters 8/3/2019 ARENA Tutorial - LaTeX
Document Classes Document has documentclass Body Preamble declares 8/3/2019 ARENA Tutorial - LaTeX
Document Classes book report article letter slides 8/3/2019 ARENA Tutorial - LaTeX
Document Classes Class options 10pt | 11pt | 12pt onecolumn | twocolumn oneside | twoside notitlepage | titlepage final | draft a4paper | letterpaper | a5paper | … 8/3/2019 ARENA Tutorial - LaTeX
Packages Document uses package * * Body Header includes 8/3/2019 ARENA Tutorial - LaTeX
Packages babel - support for languages \usepackage[german]{babel} colortbl - coloured tables amsmath - more math symbols qtree - drawing trees array - improved tables graphicx - including pictures … 8/3/2019 ARENA Tutorial - LaTeX
Logical Structure book, report article chapter * section section * * subsection subsection * * subsubsection subsubsection 8/3/2019 ARENA Tutorial - LaTeX
Environments Body * Building block * Text Command Environment 8/3/2019 ARENA Tutorial - LaTeX
Environments document - top level environment tabular - tables table - floating elements equation - what it says itemize - bullet list center - format text centered 8/3/2019 ARENA Tutorial - LaTeX
Funny Characters Greek letters: \pi, \Gamma, \alpha Umlauts : \"a, \"u, \"e, \"s Math symbols: \leftarrow, \subset, \simeq Quotes: ``(left), ''(right) 8/3/2019 ARENA Tutorial - LaTeX