30 lines
496 B
TeX
30 lines
496 B
TeX
\begin{minted}{latex}
|
|
\documentclass{scrartcl}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage{hyperref}
|
|
\usepackage{csquotes}
|
|
|
|
\begin{document}
|
|
\tableofcontents
|
|
|
|
\section{Allgemeines}
|
|
\subsection{The Name of the Game}
|
|
\subsubsection{\TeX}
|
|
\subsubsection{\LaTeX}
|
|
\subsubsection{Layout-Design}
|
|
|
|
TEXT BLABLA
|
|
|
|
ABSATZ ZWEI
|
|
|
|
\subsubsection{Vor- und Nachteile}
|
|
|
|
|
|
|
|
\subsubsection{Der Arbeitsablauf}
|
|
|
|
|
|
\end{document}
|
|
\end{minted} |