-
Notifications
You must be signed in to change notification settings - Fork 2
/
prelude.tex
176 lines (125 loc) · 3.84 KB
/
prelude.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
% prelude.tex
% - titlepage
% - dedication
% - acknowledgments
% - table of contents, list of tables and list of figures
% - nomenclature
% - abstract
%============================================================================
\clearpage\pagenumbering{gobble} % This makes the page numbers Roman (i, ii, etc)
% TITLE PAGE
% - define \title{} \author{} \date{}
\newcommand{\actualtitle}{Zimbra 8 High Availability on Ubuntu 12.04}
\title{\actualtitle}
\newcommand{\actualauthor}{Adri\'an Gibanel L\'opez}
\author{\actualauthor}
\date{2013}
% - The default degree is ``Doctor of Philosophy''
% (unless the document style msthesis is specified
% and then the default degree is ``Master of Science'')
% Degree can be changed using the command \degree{}
\degree{M\`aster en Enginyeria de Programari Lliure}
% - The default is dissertation, unless the document style
% msthesis was specified in which case it becomes thesis.
% If msthesis is specified for the MS margins, you can
% still have a dissertation if you specify \disseration
%\disseration
% - for a masters project report, specify \project
%\project
% - for a preliminary report, specify \prelim
%\prelim
% - for a masters thesis, specify \thesis
\masterthesis
% - The default department is ``Electrical Engineering''
% The department can be changed using the command \department{}
\department{Dept. d'Informatica i Enginyeria Industrial}
% - once the above are defined, use \maketitle to generate the titlepage
\advisorname{Josep Maria Rib\'o Balust}
\advisortitle{Professor}
\newdateformat{udlthesisdate}{\monthname[\THEMONTH] \THEYEAR}
% Title - BEGIN
\let\textquotedbl="
\pagestyle{empty}~
~
~
\begin{center}
{\LARGE \title{}}
\par\end{center}{\LARGE \par}
~
\begin{center}
\includegraphics[scale=0.4]{img/udl}
\par\end{center}
~
~
\begin{center}
{\large Universitat de Lleida}
\par\end{center}{\large \par}
\begin{center}
{\large Escola Polit\`ecnica Superior}
\par\end{center}{\large \par}
\begin{center}
{\large M\`aster en Enginyeria de Programari Lliure}
\par\end{center}{\large \par}
%\begin{center}
%{\large Dept. d'Informatica i Enginyeria Industrial}
%\par\end{center}{\large \par}
~
~
\begin{center}
{\large Treball de final de m\`aster}
\par\end{center}{\large \par}
~
\begin{center}
{\large \textbf{Zimbra 8 High Availability on Ubuntu 12.04}}
\par\end{center}{\large \par}
~
~
\hfill {\large Autor/a: Adri\'an Gibanel L\'opez}
\par{\large \par}
~
\hfill {\large Director/s: Josep Maria Rib\'o Balust}
\par{\large \par}
~
\hfill {\large Setembre 2013}
\par{\large \par}
\newpage
Copyright (c) 2013 Adrian Gibanel Lopez.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.
A copy of the license is included in the section entitled \textquotedbl{}GNU
Free Documentation License\textquotedbl{}.
\newpage
% Title - END
% DEDICATION
\newpage
\null\vfil
\begin{center}
To the bTactic crew
\end{center}
\par\vfil\newpage
% ACKNOWLEDGMENTS
\chapter*{ACKNOWLEDGMENTS}
%\doublespace
I acknowledge Richard M. Stallman for his personal commitment to the free software movement.
\par\newpage
% ABSTRACT
\section* {ABSTRACT}
\thispagestyle{empty}
\addtocounter{page}{-1}
\begin{center}
{\bf\expandafter\uppercase\expandafter{\actualtitle}}\\
\vspace{12pt}
\actualauthor \\
\vspace{12pt}
\end{center}
\input{abstract}
\pagestyle{headings}
% CONTENTS, TABLES, FIGURES
\tableofcontents
%\listoftables
\listoffigures
\newpage
\clearpage\pagenumbering{arabic} % This makes the page numbers Arabic (1, 2, etc)