Beispieldateien für den Einsatz von LaTeX
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
355 B

%% Dokumentdeklaration
\documentclass{report}
%% Präambel
\userpackage{lipsum}
\userpackage{babel}
\USEPACKAGE{abstract}
\title{\LaTeX Demo}
\author{}
\date{\ }
%% Dokumentbegin
\begin{document}
%%
\maketitle
\macheinenfehler
\begin{abstract}
\lipsum[1-3]
\end{abstract}
\tableofcontents
\chapter{Das erste Beispiel}
\lipsum[4-9]
\end{document}