-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make chapters start on the right side
- Loading branch information
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |