Skip to content

Commit

Permalink
Make chapters start on the right side
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Aug 27, 2024
1 parent d28421a commit 563aeb4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/paper/dissertation.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[a4paper,11pt]{report}
\documentclass[a4paper,11pt,twoside,openright]{report}

\usepackage{microtype}
\usepackage{fullpage}
Expand Down
31 changes: 18 additions & 13 deletions src/paper/dissertation/uzh_disclaimer.tex
Original file line number Diff line number Diff line change
@@ -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}
\vspace{0.4cm}
\noindent
Chairman of the Doctoral Board: \insertchairman
\end{singlespace}

0 comments on commit 563aeb4

Please sign in to comment.