-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathudl-style.tex
30 lines (27 loc) · 1.06 KB
/
udl-style.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\newcommand{\degree}[1]{\gdef\@degree{#1}}
\newcommand{\masterthesis}{\gdef\@doctype{A Master Thesis}}
\newcommand{\department}[1]{\gdef\@department{(#1)}}
\def\advisortitle#1{\gdef\@advisortitle{#1}}
\def\advisorname#1{\gdef\@advisorname{#1}}
\gdef\@advisortitle{Professor}
\gdef\@advisorname{Default Professor}
%=============================================================================
% COPYRIGHTPAGE
%=============================================================================
% The copyright must do the following:
% - start a new page with no number
% - place the copyright text centered at the bottom.
%=============================================================================
\def\copyrightpage{
\newpage
\thispagestyle{empty} % No page number
\addtocounter{page}{-1}
\chapter*{} % Required for \vfill to work
\begin{center}
\vfill
\copyright\ Copyright by \actualauthor\ \date\\
All Rights Reserved
\end{center}}
\newcommand{\twoskip}{1.5}
\newcommand{\doublespace}
{\renewcommand{\baselinestretch}{\twoskip}\Large\normalsize}