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.

21 lines
384 B

3 years ago
  1. %
  2. % own commands
  3. %
  4. %double empty page
  5. \newcommand \myemptypage {
  6. \clearpage
  7. \thispagestyle{empty}
  8. \null
  9. \cleardoublepage
  10. }
  11. %create abstract environment that is not available in latex book style
  12. \newcommand\abstractname{Abstract}
  13. \newenvironment{abstract}{%
  14. \begin{center}%
  15. \normalfont\Large\bfseries \abstractname
  16. \end{center}%
  17. \it%
  18. }
  19. {}