Eine modernisierte Version des offiziellen IFI-Templates für Abschlussarbeiten
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.

42 lines
981 B

3 years ago
  1. %
  2. % general configuration
  3. %
  4. \usepackage[draft=false]{scrlayer-scrpage}
  5. \usepackage{ifdraft}
  6. \renewcommand*{\chaptermarkformat}{\MakeUppercase{\chapapp}~\thechapter\autodot\enskip}
  7. \chead{}
  8. %\chead*{Entwicklungsversion \version}
  9. \ihead{\headmark}
  10. \ohead{\pagemark}
  11. % Use microtype to improve typesetting
  12. \usepackage{microtype}
  13. %set page margin for DIN A4
  14. \geometry{a4paper, left=2.5cm, right=2.5cm, top=4cm,
  15. bottom=5cm, bindingoffset=1cm}
  16. %makes TeX less fussy about line breaking
  17. % but makes it also look like Word
  18. %\sloppy
  19. % Replacement for changing parskip and parindent directly
  20. %\usepackage{parskip}
  21. %1.5 spacing
  22. \onehalfspacing
  23. {}
  24. %define some colors
  25. \definecolor{darkblue}{rgb}{0.0,0.0,0.5}
  26. \definecolor{grey}{rgb}{0.8,0.8,0.8}
  27. \definecolor{lightgrey}{rgb}{0.95,0.95,0.95}
  28. %override reference title and listings title
  29. \renewcommand \bibname{References}
  30. %\renewcommand{\lstlistlistingname}{List of Listings}
  31. \newtheorem{definition}{Definition}