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.

37 lines
599 B

  1. \documentclass[12pt,a4paper]{report}
  2. \usepackage{lipsum}
  3. \usepackage{abstract}
  4. \usepackage[ngerman]{babel}
  5. \title{\LaTeX{} Demo}
  6. \author{}
  7. \begin{document}
  8. \maketitle
  9. \begin{abstract}
  10. \lipsum[1-3]
  11. \end{abstract}
  12. \tableofcontents
  13. \chapter{Das erste Beispiel}
  14. \section{Abschnitt}
  15. \lipsum[4]\footnote{erste Fu"snote}
  16. \section{Abschnitt}
  17. \lipsum[5]\footnote{zweite Fu"snote}
  18. \lipsum[6-8]\footnote{dritte Fu"snote}
  19. \chapter{Fu"snotenbeispiel}
  20. \lipsum[5]\footnote{vierte Fu"snote wird im neuen Kapitel wieder mit \texttt{1} beginnend nummeriert} \footnote{weitere Fußnote}
  21. \end{document}