-
Notifications
You must be signed in to change notification settings - Fork 49
/
mycoverpage.tex
84 lines (81 loc) · 2.18 KB
/
mycoverpage.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
% Redefine in this file the commands to generate the front and back cover:
%
% \makefrontcovergeneral{xskip}{clearpage}
% \makebackcovergeneral{xskip}{clearpage}
%
% You can start from their definition in adsphd.cls.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% My own cover page
\makeatletter
%% \renewcommand{\makefrontcovergeneral}[2]{%
%% %
%% % Create header
%% \frontcoverheader{#1}
%% %
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %
%% % Title, subtitle, authorname, text and date can be moved around.
%% % Change the textblock* commands below.
%% %
%% % Syntax of textblock environment:
%% %
%% % \begin{textblock*}{width}(xpos,ypos)
%% % ...
%% % \end{textblock*}
%% %
%% % !! Make sure not to remove the '+#1' part!!!
%% %
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %
%% % Place the title
%% \begin{textblock*}{120mm}(17.5mm+#1,89.5mm)
%% \textblockcolour{}
%% \vspace{-\parskip}
%% \raggedright\selectfont\LARGE\sffamily\textbf{\@title}
%% \end{textblock*}
%% %
%% % Place the subtitle
%% \begin{textblock*}{120mm}(17.5mm+#1,92.0mm)
%% \textblockcolour{}
%% \vspace{-\parskip}
%% \Large\sffamily{\@subtitle}
%% \end{textblock*}
%% %
%% % Place the author name
%% \begin{textblock*}{120mm}(17.5mm+#1,109.5mm)
%% \textblockcolour{}
%% \vspace{-\parskip}
%% \Large\sffamily\@authorf\ \MakeUppercase\@authorl
%% \end{textblock*}
%% %
%% %\begin{textblock}{120}(0,115)
%% \begin{textblock*}{120mm}(17.5mm+#1,132.0mm)
%% \textblockcolour{}
%% \includegraphics*{image/coverfigure}
%% \end{textblock*}
%% %
%% % Place the misc text
%% \begin{textblock*}{60mm}(96.5mm+#1,187.5mm)
%% \textblockcolour{}
%% \vspace{-\parskip}
%% {\small\sffamily Dissertation presented in partial\\
%% fulfillment of the requirements for\\
%% the degree of Doctor\\
%% in \@degree}
%% \end{textblock*}
%% %
%% % Place date
%% \begin{textblock*}{160mm}(0mm+#1,221.5mm)
%% \textblockcolour{}
%% \vspace{-\parskip}
%% \begin{center} {\small\sffamily\@date }\end{center}
%% \end{textblock*}
%%
%% %
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %
%% % Add footer
%% \frontcoverfooter{#2}
%%
%% }
\makeatother