diff --git a/frontbackmatter/AbstractDE.tex b/frontbackmatter/AbstractDE.tex new file mode 100644 index 0000000..8813b8d --- /dev/null +++ b/frontbackmatter/AbstractDE.tex @@ -0,0 +1,11 @@ +%******************************************************* +% Abstract in German +%******************************************************* +\pdfbookmark[1]{Zusammenfassung}{Zusammenfassung} + + +\begin{otherlanguage}{ngerman} + \pdfbookmark[1]{Zusammenfassung}{Zusammenfassung} + \chapter*{Zusammenfassung} + Kurze Zusammenfassung des Inhaltes in deutscher Sprache. Ungefähr eine Seite\dots +\end{otherlanguage} \ No newline at end of file diff --git a/frontbackmatter/AbstractEN.tex b/frontbackmatter/AbstractEN.tex new file mode 100644 index 0000000..3dc58bc --- /dev/null +++ b/frontbackmatter/AbstractEN.tex @@ -0,0 +1,17 @@ +%******************************************************* +% Abstract in English +%******************************************************* +\pdfbookmark[1]{Abstract}{Abstract} + + +\begin{otherlanguage}{american} + \chapter*{Abstract} + Short summary of the contents in English. Approximately one page\dots + \medskip + + \noindent + BTW: A great guide by Kent Beck how to write good abstracts can be found here: + \begin{center} + \url{https://plg.uwaterloo.ca/~migod/research/beckOOPSLA.html} + \end{center} +\end{otherlanguage} \ No newline at end of file diff --git a/frontbackmatter/Figures.tex b/frontbackmatter/Figures.tex new file mode 100644 index 0000000..3e916b8 --- /dev/null +++ b/frontbackmatter/Figures.tex @@ -0,0 +1,11 @@ +%******************************************************* +% List of Figures +%******************************************************* +\automark[section]{chapter} +\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}} +\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} +\refstepcounter{dummy} +\pdfbookmark[1]{\listfigurename}{lof} +\listoffigures + +\cleardoublepage diff --git a/frontbackmatter/Listings.tex b/frontbackmatter/Listings.tex new file mode 100644 index 0000000..496338d --- /dev/null +++ b/frontbackmatter/Listings.tex @@ -0,0 +1,11 @@ +%******************************************************* +% List of Listings +%******************************************************* +\automark[section]{chapter} +\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}} +\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} +\refstepcounter{dummy} +\pdfbookmark[1]{\lstlistlistingname}{lol} +\lstlistoflistings + +\cleardoublepage \ No newline at end of file diff --git a/frontbackmatter/Tables.tex b/frontbackmatter/Tables.tex new file mode 100644 index 0000000..d929753 --- /dev/null +++ b/frontbackmatter/Tables.tex @@ -0,0 +1,11 @@ +%******************************************************* +% List of Tables +%******************************************************* +\automark[section]{chapter} +\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}} +\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}} +\refstepcounter{dummy} +\pdfbookmark[1]{\listtablename}{lot} +\listoftables + +\cleardoublepage \ No newline at end of file