Initial check in.
This commit is contained in:
11
frontbackmatter/AbstractDE.tex
Normal file
11
frontbackmatter/AbstractDE.tex
Normal file
@@ -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}
|
||||
17
frontbackmatter/AbstractEN.tex
Normal file
17
frontbackmatter/AbstractEN.tex
Normal file
@@ -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}
|
||||
11
frontbackmatter/Figures.tex
Normal file
11
frontbackmatter/Figures.tex
Normal file
@@ -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
|
||||
11
frontbackmatter/Listings.tex
Normal file
11
frontbackmatter/Listings.tex
Normal file
@@ -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
|
||||
11
frontbackmatter/Tables.tex
Normal file
11
frontbackmatter/Tables.tex
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user