Add headings to cheat sheet
This commit is contained in:
parent
30d9f87669
commit
265f1b3f85
@ -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):\\
|
||||
|
Loading…
x
Reference in New Issue
Block a user