\documentclass[paper=a4,fontsize=11pt,twoside,titlepage,parskip=half-,openright]{scrbook} % TODO remove draft \overfullrule=2cm % TODO fix the overfull hboxes \newif\ifbeischnittzugabe\beischnittzugabefalse % TODO set to true for final upload (required by flyeralarm) %%% papering %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Flyeralarm / content: 170mm x 240mm / mit buffer: 176mm x 246mm \ifbeischnittzugabe \usepackage[paperwidth=17.6cm, paperheight=24.6cm, lmargin = 2.7cm, rmargin = 2.7cm, top = 2.3cm, headsep = 0.6cm, textheight = 19.3cm, footskip = 1.0cm]{geometry} \else \usepackage[paperwidth=17.0cm, paperheight=24.0cm, lmargin = 2.4cm, rmargin = 2.4cm, top = 2.0cm, headsep = 0.6cm, textheight = 19.3cm, footskip = 1.0cm]{geometry} \fi \usepackage{tugraz_defaults} \addbibresource{main.bib} % TODO: if you have unused bib files lying around, some of theses might be incorrectly added: \begin{document} %\includepdf[pages=-]{front.pdf} \frontmatter %\counterwithin{lstlisting}{section} \counterwithin{listing}{section} \title{} \author{} \date{} %\pagenumbering{gobble} \newcommand{\tugsq}{\raisebox{0.5ex}{\tikzset{external/export next=false}\tikz{\fill (0,0) rectangle (0.5ex,0.5ex);}}} \sodef\so{}{0.45em}{1.4em}{0em} \begin{titlepage}% \pagestyle{empty} \tikzset{external/export next=false} \begin{tikzpicture}[remember picture,overlay] \node at (current page.south west){ \tikzset{external/export next=false} \begin{tikzpicture}[remember picture, overlay] \fill[white] (0,0) rectangle (\paperwidth,\paperheight); \shade[shading=axis,bottom color=black!35,top color=white] (-1,0) rectangle (\paperwidth,0.92\paperheight); \node[anchor=south west,inner sep=0pt] at (-2.8,1) {\includegraphics[width=152.5mm]{figures/background.png}}; \end{tikzpicture}}; \node at (current page.south east){ \tikzset{external/export next=false} \begin{tikzpicture}[remember picture, overlay] \node[anchor=north east] at ($({\paperwidth-21.5cm},1)$) { \color{black}\fontsize{9}{9}\selectfont\so{\sffamily SCIENCE \tugsq{} PASSION \tugsq{} TECHNOLOGY} }; \node [anchor=north east] at ($({\paperwidth-18cm},1.4)$) {\resizebox{1in}{!}{ \includegraphics{figures/TU_Graz_Logo} }}; \end{tikzpicture}}; \node at (current page.east){ \begin{tikzpicture}[remember picture, overlay] \node[anchor=east,xshift=-1.075cm,yshift=-3.6cm] (inst) { \color{black}\sffamily }; \node[below=of inst.east,anchor=east,yshift=0.4cm] {\sffamily Graz University of Technology}; \end{tikzpicture}}; \end{tikzpicture} \vspace{1cm} {\sffamily\large\noindent \theauthor} \vspace{0.15cm} \hrule \vspace{0.3cm} {\sffamily\huge\noindent \thetitle} \vspace{0.2cm} \hrule \vspace{2cm} {\sffamily\Large\noindent }\\[0.2cm] {\sffamily\noindent Assessors: }\\[0.2cm] {\sffamily\noindent }\\[0.2cm] \vspace{6cm} \end{titlepage}% \cleardoublepage \addtocontents{toc}{\vspace*{\baselineskip}} \addtocontents{toc}{\vspace*{\baselineskip}} \tikzset{external/export next=true} \input{abstract} \cleardoublepage \tableofcontents \addcontentsline{toc}{chapter}{Contents} \cleardoublepage \mainmatter \addtocontents{toc}{\vspace*{\baselineskip}} \part[]{} \bgroup \begin{refsection} \input{intro} \printbibliography[title={References}, heading=bibintoc] \end{refsection} \egroup \addtocontents{toc}{\vspace*{\baselineskip}} \cleardoublepage \part{Publications} \addtocontents{toc}{\protect\setcounter{tocdepth}{0}} \renewcommand*\thesection{\arabic{section}} \bgroup \begin{refsection}[main] \chapter*{List of Publications} \label{sec:publicationlist} \addcontentsline{toc}{chapter}{List of Publications} During my thesis, I contributed to publications in conference proceedings, of which are included in this thesis as shown below. \newrefcontext[sorting=nty] \nocite{*} \defbibenvironment{mypubs} {\begin{enumerate}[] \setlength{\leftmargin}{\bibhang}% \setlength{\itemindent}{0pt}% \setlength{\itemsep}{\bibitemsep}% \setlength{\parsep}{\bibparsep}} {\end{enumerate}} {\item} \enableboldauthor \printbibliography[env=mypubs,title={Publications in this Thesis}, type=inproceedings, heading=subbibliography, keyword={mine}] \printbibliography[env=mypubs,title={Other Contributions}, type=inproceedings, heading=subbibliography, keyword={mine_other}] \disableboldauthor \end{refsection} \egroup $f) { echo ' \bgroup \pgfplotsset{ table/search path={'.$p.'/}, } '; if (isset($options['--use-subimport'])) echo ' \subimport*{'.$p.'/}{'.$f.'}'; elseif (isset($options['--use-include'])) echo ' \include{'.$p.'/'.$f.'}'; else echo ' \input{'.$p.'/'.$f.'}'; echo ' \egroup \newpage '; } ?> \end{document}