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.

38 lines
599 B

\documentclass[12pt,a4paper]{report}
\usepackage{lipsum}
\usepackage{abstract}
\usepackage[ngerman]{babel}
\title{\LaTeX{} Demo}
\author{}
\begin{document}
\maketitle
\begin{abstract}
\lipsum[1-3]
\end{abstract}
\tableofcontents
\chapter{Das erste Beispiel}
\section{Abschnitt}
\lipsum[4]\footnote{erste Fu"snote}
\section{Abschnitt}
\lipsum[5]\footnote{zweite Fu"snote}
\lipsum[6-8]\footnote{dritte Fu"snote}
\chapter{Fu"snotenbeispiel}
\lipsum[5]\footnote{vierte Fu"snote wird im neuen Kapitel wieder mit \texttt{1} beginnend nummeriert} \footnote{weitere Fußnote}
\end{document}