Add current state of slides and code examples
This commit is contained in:
parent
83082a2a89
commit
af4ba79052
4 changed files with 179 additions and 0 deletions
13
codebeispiele/beispiel.tex
Normal file
13
codebeispiele/beispiel.tex
Normal file
|
@ -0,0 +1,13 @@
|
|||
\documentclass[a4paper]{book}
|
||||
\title{Beispieldokument}
|
||||
\author{Julius Freudenberger}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
\section{Erste Überschrift}
|
||||
Beispielhafter Text
|
||||
\begin{itemize}
|
||||
\item Aufzählung 1
|
||||
\item Aufzählung 2
|
||||
\end{itemize}
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue