-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfront.tex
88 lines (74 loc) · 2.01 KB
/
front.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
85
86
87
88
% *************** Front matter ***************
% ***************************************************
% Title page
% Optional dedication page
% Abstract page
% Tables of content
% ***************************************************
% *************** Title page ***************
\pagestyle{empty}
%\sffamily
%--- Institution logo if needed -----
%\begin{center}
%\includegraphics[scale = ]{}
%\end{center}
\vfill
\noindent
\begin{center}
\Large
Phd. Dissertation, The University of Awesomeness \\
Life Would Be too Simple with only One Institution \\
Discipline : \LaTeX\ writer \\
\end{center}
\vfill
\noindent\rule{\textwidth}{1.6pt}\vspace*{-\baselineskip}\vspace*{2pt} % Thick horizontal line
\rule{\textwidth}{0.4pt} % Thin horizontal line
\begin{center}
\Huge\bfseries
My Phd. \\ You Should Read It
\end{center}
\noindent\rule{\textwidth}{0.4pt}\vspace*{-\baselineskip}\vspace{3.2pt} % Thin horizontal line
\rule{\textwidth}{1.6pt}\\[\baselineskip] % Thick horizontal line
\begin{center}
\Large
Defended in public by \\
\huge
\textsc{Me Myself}
\end{center}
\vfill
\begin{center}
\Large\noindent
In latexland, with the jury members:\\
\vfill
\begin{tabular}{lcr}
\textsc{The Bigprof} & Grade/Institution & President \\
\textsc{Important Scholar} & Grade/Institution & Examinator \\
\end{tabular}
\end{center}
\vfill
\cleardoublepage
%*******************************************
\pagenumbering{roman}
\pagestyle{headings}
% *************** Dedication ***************
%\vspace*{\fill}
%{\hfill\sffamily\itshape To ...}
%\cleardoublepage
%
%%\rmfamily
%\normalfont
% *************** Abstract **********
\clearpage
\section*{Abstract}
Make it short, make it clear !
\blindtext
\paragraph{Keywords :} Make, Me, Googleable
%************** Akcnowledgments *******************
\clearpage
\section*{Acknowlegements}
Thanks mum, thanks dad, no really…
\blindtext
% *************** Table of contents ***************
\cleardoublepage
\tableofcontents
% *************** End of front matter ***************