Ohm-Management - Projektarbeit B-ME
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.

template.tex 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. % Preamble
  2. % ---
  3. \documentclass[11pt]{article}
  4. % Packages
  5. % ---
  6. \usepackage{geometry} % Provide the ability to setup a custom page configuration
  7. \geometry{a4paper, left=20mm, right=20mm, top=25mm, bottom=25mm, headsep=10mm, footskip=10mm} % Set page appearance
  8. \usepackage[utf8]{inputenc} % Unicode support (Umlaute etc.)
  9. \usepackage[ngerman]{babel} % Change hyphenation rules
  10. \renewcommand{\familydefault}{\sfdefault} % Change default font to sans serif
  11. \usepackage{tgadventor} % Change fontfamily to Tex Gyre Heros (sans serif)
  12. \usepackage[hidelinks]{hyperref} % Add a link to your document
  13. \usepackage[dvipsnames]{xcolor} % Provide font coloring
  14. \usepackage{graphicx} % Add pictures to your document
  15. \usepackage{pdfpages} % Allow to include pdf pages
  16. \usepackage{amsmath} % Advanced math typesetting
  17. %\usepackage{amsfonts} % Advanced font typesetting
  18. %\usepackage{amssymb} % Advanced symoblic typesetting
  19. % Required for \maketitle{}
  20. % ---
  21. \author{Erik Römmelt} % The authors name
  22. \title{Dokumentation 10.Treffen OMApp} % The title of the document
  23. \date{12. Dezember 2018} % The date int the title e.g. of the meeting
  24. % Document Body
  25. % ---
  26. \begin{document}
  27. \maketitle % Create Title page in document
  28. %\tableofcontents % Add table of contents to document
  29. %\newpage % Page break after table of contents (Inhaltsverzeichnis)
  30. \section{Name of heading}
  31. Some text.
  32. \section{Next heading}
  33. %\includepdf[pages=-, scale=0.8, frame=true, pagecommand=\thispagestyle{plain}]{Filename} % Include PDF file into document
  34. \end{document}