Initial check in.

This commit is contained in:
Michael Bredel
2017-11-07 14:19:22 +01:00
parent a03cfbbf2a
commit 04687123c9
5 changed files with 61 additions and 0 deletions

View 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}

View 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}

View 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

View 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

View 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