Download presentation
Presentation is loading. Please wait.
Published byTobias Sundberg Modified over 5 years ago
1
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
2
Some Key Concepts Document Class Packages Logical Structure
Environments Funny Characters 8/3/2019 ARENA Tutorial - LaTeX
3
Document Classes Document has documentclass Body Preamble declares
8/3/2019 ARENA Tutorial - LaTeX
4
Document Classes book report article letter slides 8/3/2019
ARENA Tutorial - LaTeX
5
Document Classes Class options 10pt | 11pt | 12pt
onecolumn | twocolumn oneside | twoside notitlepage | titlepage final | draft a4paper | letterpaper | a5paper | … 8/3/2019 ARENA Tutorial - LaTeX
6
Packages Document uses package * * Body Header includes 8/3/2019
ARENA Tutorial - LaTeX
7
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
8
Logical Structure book, report article chapter * section section * *
subsection subsection * * subsubsection subsubsection 8/3/2019 ARENA Tutorial - LaTeX
9
Environments Body * Building block * Text Command Environment 8/3/2019
ARENA Tutorial - LaTeX
10
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
11
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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.