您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2024_MA_Platteau.tex 3.5 KiB

3 个月前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. %%% Main Document
  2. \input{Praeambel} % settings
  3. \begin{document} % beginning of the document
  4. \hypersetup{
  5. pdftitle={Template}, % insert title of the thesis
  6. pdfsubject={Thesis}, % Bachelor`s Thesis, Research Internship, Master's Thesis
  7. pdfauthor={First Name Last Name}, % insert your name
  8. pdfkeywords={Key Words} % insert key words
  9. }
  10. \include{Content/TitlePage_LES} % including the title page for LES students
  11. %\include{Content/TitlePage_ZAE} % including the title page for ZAE students
  12. \newpage\thispagestyle{empty}\mbox{}\newpage % including a blank page
  13. \pagenumbering{Roman} % page numbering with large roman numerals
  14. \input{Content/StatutoryDeclaration} % including the statutory declaration
  15. \cleardoublepage % page break after the statutory declaration
  16. %\input{Content/Acknowledgements} % including the acknowledgements
  17. %\cleardoublepage % page break after the acknowledgements
  18. \input{Content/Abstract} % including the abstract
  19. \cleardoublepage % page break after the abstract
  20. \pdfbookmark[0]{\contentsname}{chap:toc} % adds the table of contents to the bookmark bar of the generated PDF
  21. \tableofcontents % including the table of contents
  22. \cleardoublepage % page break after the table of contents
  23. \listoffigures % including the list of figures
  24. \cleardoublepage % page break after the list of figures
  25. \listoftables % including the list of tables
  26. \cleardoublepage % page break after the list of tables
  27. \input{Content/Abbreviations} % including the abbreviations
  28. \cleardoublepage % page break after the abbreviations
  29. \input{Content/Notation} % including the notation
  30. \cleardoublepage % page break after the notation
  31. \pagenumbering{arabic} % page numbering with large arabic numerals
  32. \input{Content/Introduction} % including the introduction
  33. \cleardoublepage % page break after the introduction
  34. \input{Content/Theoretical Background} % including the main section
  35. \cleardoublepage % page break after the main section
  36. \input{Content/Method} % including the main section
  37. \cleardoublepage % page break after the main section
  38. \input{Content/Results and Discussion} % including the main section
  39. \cleardoublepage % page break after the main section
  40. \input{Content/SummaryAndOutlook} % including the summary and outlook
  41. \cleardoublepage % page break after the summary and outlook
  42. \interlinepenalty 10000 % prevents a page break in the bibliography within an entry
  43. %\bibliographystyle{dinatles} % modification of the "dinat" style for the LES
  44. \bibliographystyle{unsrtnat} % numerical citation
  45. %\bibliographystyle{english_dinatles} % good style if your thesis is in english
  46. \bibliography{Bibliography} % including the bibliography
  47. \cleardoublepage % page break after the bibliography
  48. \appendix % change document to appendix
  49. \input{Content/Appendix} % including the appendix
  50. %\clearpage % page break after the appendix
  51. \end{document} % end of the document