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

  1. %% Dokumentdeklaration
  2. \documentclass{report}
  3. %% Präambel
  4. \userpackage{lipsum}
  5. \userpackage{babel}
  6. \USEPACKAGE{abstract}
  7. \title{\LaTeX Demo}
  8. \author{}
  9. \date{\ }
  10. %% Dokumentbegin
  11. \begin{document}
  12. %%
  13. \maketitle
  14. \macheinenfehler
  15. \begin{abstract}
  16. \lipsum[1-3]
  17. \end{abstract}
  18. \tableofcontents
  19. \chapter{Das erste Beispiel}
  20. \lipsum[4-9]
  21. \end{document}