From 265f1b3f854cfcb092b398de9ebdc17f79d7b963 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 19 May 2022 13:47:02 +0200 Subject: [PATCH] Add headings to cheat sheet --- latex-cheat-sheet.tex | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/latex-cheat-sheet.tex b/latex-cheat-sheet.tex index f8f9720..3dddd14 100644 --- a/latex-cheat-sheet.tex +++ b/latex-cheat-sheet.tex @@ -2,10 +2,19 @@ % Chapter: Examples % +% Different headings \chapter{Example Markup} +\section{Subline} +\subsection{Even more nexted headline} +\subsubsection{Even even more nexted headline} +\paragraph{Yet one level deeper} +\subparagraph{Yet one more level deeper} + +% You can add a * to any of these to OMIT them in the table of contents. Also won't put a number infront. +\section*{This one is not listed in the toc} Example citation:\\ -Es folgt ein Zitat.\cite{bib:vodafone-legt-in-pirmasens}\\ +Es folgt ein Zitat.\cite{bib:schwarzer-vorlesung-swa}\\ Example thick text:\\ Dieser Text ist \textbf{bold}.\\ @@ -22,10 +31,10 @@ Diesre Text ist \emph{hervorgehoben}.\\ Example quotation marks:\\ Dieser Text ist in \enquote{Anführungszeichen}.\\ -Example acronym (Erfordert aktiviertes Abkürzungsverzeichnis):\\ +Example acronym (Erfordert aktiviertes Abkürzungsverzeichnis, ist by default aus):\\ Wer dual studiert, braucht eine \ac{PRA}. Wer eine \ac{PRA} dokumentiert, kann diese Vorlage verwenden.\\ -Example plural acronym (Erfordert aktiviertes Abkürzungsverzeichnis):\\ +Example plural acronym (Erfordert aktiviertes Abkürzungsverzeichnis, ist by default aus):\\ Damit kann man ganz einfach viele \acp{PRA} dokumentieren.\\ Example linking (to an image, chapter, or appendix page, for example):\\