-
Notifications
You must be signed in to change notification settings - Fork 335
/
Copy pathf_title_page.tex
40 lines (36 loc) · 1012 Bytes
/
f_title_page.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
31
32
33
34
35
36
37
38
39
40
% The Clever Algorithms Project: http://www.CleverAlgorithms.com
% (c) Copyright 2010 Jason Brownlee. Some Rights Reserved.
% This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 Australia License.
% Title Page
% def
\makeatletter
\def\thickhrulefill{\leavevmode \leaders \hrule height 1pt\hfill \kern \z@}
\renewcommand{\maketitle}{\begin{titlepage}%
\let\footnotesize\small
\let\footnoterule\relax
\parindent \z@
\reset@font
\null
\vskip 10\p@
\hbox{\mbox{\hspace{3em}}%
\vrule depth 0.6\textheight%
\mbox{\hspace{2em}}
\vbox{
\vskip 40\p@
\begin{flushleft}
\Large \@author \par
\end{flushleft}
\vskip 70\p@
\begin{flushleft}
\huge \bfseries \@title \par
\end{flushleft}
\vfil
}}
\null
\end{titlepage}%
\setcounter{footnote}{0}%
}
\makeatother
\author{\mybookauthor}
\title{\mybooktitle\\{\large\mybooksubtitle}}
\date{\mybookdate}