From 563aeb4a12a76837a10f89d8901159dfce0e4855 Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Tue, 27 Aug 2024 10:49:52 +0200 Subject: [PATCH] Make chapters start on the right side --- src/paper/dissertation.tex | 2 +- src/paper/dissertation/uzh_disclaimer.tex | 31 +++++++++++++---------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/paper/dissertation.tex b/src/paper/dissertation.tex index e51bf49..f636ff6 100644 --- a/src/paper/dissertation.tex +++ b/src/paper/dissertation.tex @@ -1,4 +1,4 @@ -\documentclass[a4paper,11pt]{report} +\documentclass[a4paper,11pt,twoside,openright]{report} \usepackage{microtype} \usepackage{fullpage} diff --git a/src/paper/dissertation/uzh_disclaimer.tex b/src/paper/dissertation/uzh_disclaimer.tex index 493aec5..4a60266 100644 --- a/src/paper/dissertation/uzh_disclaimer.tex +++ b/src/paper/dissertation/uzh_disclaimer.tex @@ -1,19 +1,24 @@ \makeatletter \let\insertdate\@date \let\insertchairman\@chairman + \newcommand{\unchapter}[1]{% + \begingroup + \let\@makeschapterhead\@gobble % make \@makechapterhead do nothing + \chapter*{#1} + \endgroup + } \makeatother -\begin{titlepage} - \begin{singlespace} - \noindent - The Faculty of Economics, Business Administration and Information Technology of the University of Zurich hereby authorizes the printing of this dissertation, without indicating an opinion of the views expressed in the work. +\unchapter{Disclaimer} +\begin{singlespace} + \noindent + The Faculty of Economics, Business Administration and Information Technology of the University of Zurich hereby authorizes the printing of this dissertation, without indicating an opinion of the views expressed in the work. + + \vspace{1cm} + \noindent + Zurich, \monthdayyeardate\insertdate - \vspace{1cm} - \noindent - Zurich, \monthdayyeardate\insertdate - - \vspace{0.4cm} - \noindent - Chairman of the Doctoral Board: \insertchairman - \end{singlespace} -\end{titlepage} \ No newline at end of file + \vspace{0.4cm} + \noindent + Chairman of the Doctoral Board: \insertchairman +\end{singlespace}