Add headings to cheat sheet
This commit is contained in:
parent
30d9f87669
commit
265f1b3f85
@ -2,10 +2,19 @@
|
|||||||
% Chapter: Examples
|
% Chapter: Examples
|
||||||
%
|
%
|
||||||
|
|
||||||
|
% Different headings
|
||||||
\chapter{Example Markup}
|
\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:\\
|
Example citation:\\
|
||||||
Es folgt ein Zitat.\cite{bib:vodafone-legt-in-pirmasens}\\
|
Es folgt ein Zitat.\cite{bib:schwarzer-vorlesung-swa}\\
|
||||||
|
|
||||||
Example thick text:\\
|
Example thick text:\\
|
||||||
Dieser Text ist \textbf{bold}.\\
|
Dieser Text ist \textbf{bold}.\\
|
||||||
@ -22,10 +31,10 @@ Diesre Text ist \emph{hervorgehoben}.\\
|
|||||||
Example quotation marks:\\
|
Example quotation marks:\\
|
||||||
Dieser Text ist in \enquote{Anführungszeichen}.\\
|
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.\\
|
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.\\
|
Damit kann man ganz einfach viele \acp{PRA} dokumentieren.\\
|
||||||
|
|
||||||
Example linking (to an image, chapter, or appendix page, for example):\\
|
Example linking (to an image, chapter, or appendix page, for example):\\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user