-
Notifications
You must be signed in to change notification settings - Fork 1
/
FrontespizioSapienza.sty
215 lines (193 loc) · 5.48 KB
/
FrontespizioSapienza.sty
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
% ============================================== %
% Author: Michele Laurenti <[email protected]>
%
% Simple package for thesis title pages compliant
% to the Sapienza's requirements.
% Reference taken from La Sapienza's website.
%
% Package is provided as-is.
% ============================================== %
\ProvidesPackage{FrontespizioSapienza}[2016/12/01]
\RequirePackage[a4paper]{geometry}
\RequirePackage[utf8]{inputenc}
\RequirePackage{color}
\RequirePackage{anyfontsize}
\RequirePackage{ifthen}
\RequirePackage{tabularx}
\RequirePackage{graphicx}
% Sapienza's color
\definecolor{FSSapienzaColorRed}{RGB}{111,10,25}
% set sans serif font to arial
\renewcommand{\sfdefault}{phv}
% declare default lengths
\newlength{\FSSapienzaSpazioTitolo}
\newlength{\FSSapienzaSpazioFacolta}
\newlength{\FSSapienzaSpazioCandidato}
\newlength{\FSSapienzaSpazioRelatore}
\newlength{\FSSapienzaSpazioAnnoAccademico}
\newlength{\FSSapienzaTabularLength}
% set default lengths
\setlength{\FSSapienzaSpazioTitolo}{6.15cm}
\setlength{\FSSapienzaSpazioFacolta}{7cm}
\setlength{\FSSapienzaSpazioCandidato}{1cm}
\setlength{\FSSapienzaSpazioRelatore}{1cm}
\setlength{\FSSapienzaSpazioAnnoAccademico}{.5cm}
% length for advisor/co-advisor table
\setlength{\FSSapienzaTabularLength}{0.9\textwidth}
\makeatletter
% commands to get info from the user
\newcommand{\FSSTitolo}[1]{\def\@FSS@Titolo{#1}\title{#1}}
\newcommand{\FSSFacolta}[1]{\def\@FSS@Facolta{#1}}
\newcommand{\FSSCorso}[1]{\def\@FSS@Corso{#1}}
\newcommand{\FSSCattedra}[1]{\def\@FSS@Cattedra{#1}}
\newcommand{\FSSCandidato}[1]{\def\@FSS@Candidato{#1}\author{#1}}
\newcommand{\FSSMatricola}[1]{\def\@FSS@Matricola{#1}}
\newcommand{\FSSRelatore}[1]{\def\@FSS@Relatore{#1}}
\newcommand{\FSSCorrelatore}[1]{\def\@FSS@Correlatore{#1}}
\newcommand{\FSSAnnoAccademico}[1]{\def\@FSS@AnnoAccademico{#1}}
% commands to set text for relatore/correlatore
\newcommand{\FSSTestoRelatore}[1]{\def\@FSS@Testo@Relatore{#1}}
\newcommand{\FSSTestoCorrelatore}[1]{\def\@FSS@Testo@Correlatore{#1}}
% empty defaults
\def\@FSS@Cattedra{}
\def\@FSS@Correlatore{}
% text default for relatore/correlatore
\def\@FSS@Testo@Relatore{Relatore}
\def\@FSS@Testo@Correlatore{Correlatore}
% print info commands
\def\FSSapienzaPrintTitolo{\@FSS@Titolo}
\def\FSSapienzaPrintFacolta{\@FSS@Facolta}
\def\FSSapienzaPrintCorso{\@FSS@Corso}
\def\FSSapienzaPrintCattedra{\@FSS@Cattedra}
\def\FSSapienzaPrintCandidato{\@FSS@Candidato}
\def\FSSapienzaPrintMatricola{\@FSS@Matricola}
\def\FSSapienzaPrintRelatore{\@FSS@Relatore}
\def\FSSapienzaPrintCorrelatore{\@FSS@Correlatore}
\def\FSSapienzaPrintAnnoAccademico{\@FSS@AnnoAccademico}
\def\FSSapienzaPrintTestoRelatore{\@FSS@Testo@Relatore}
\def\FSSapienzaPrintTestoCorrelatore{\@FSS@Testo@Correlatore}
% check if info available
\def\skipCattedra{\equal{\@FSS@Cattedra}{}}
\def\skipCorrelatore{\equal{\@FSS@Correlatore}{}}
\makeatother
\newcommand{\FSSapienzaMakeLogo}{%
\hspace*{-2cm}% -2cm horizontal skip to align logo with text
\includegraphics[width=4cm]{./logo-sapienza.eps}%
\par%
}
\newcommand{\FSSapienzaMakeTitolo}{%
\vspace{\FSSapienzaSpazioTitolo}%
{%
\fontsize{20pt}{24pt}\selectfont%
\noindent%
\sffamily%
\color{FSSapienzaColorRed}%
\FSSapienzaPrintTitolo%
\par%
}%
}
\newcommand{\FSSapienzaMakeFacoltaCorsoCattedra}{%
\vspace{\FSSapienzaSpazioFacolta}%
% facolta'
{%
\fontsize{10pt}{12pt}\selectfont%
\noindent%
\sffamily%
\bfseries%
\color{FSSapienzaColorRed}%
Facoltà di \FSSapienzaPrintFacolta%
\par%
% corso di laurea
\fontsize{10pt}{12pt}\selectfont%
\noindent%
\sffamily%
\bfseries%
\color{FSSapienzaColorRed}%
Corso di laurea in \FSSapienzaPrintCorso%
\par%
}%
% cattedra (opzionale)
\ifthenelse{\skipCattedra}{}{%
{%
\fontsize{10pt}{12pt}\selectfont%
\noindent%
\sffamily%
Cattedra di \FSSapienzaPrintCattedra%
\par%
}%
}%
}
\newcommand{\FSSapienzaMakeCandidato}{%
\vspace{\FSSapienzaSpazioCandidato}%
{%
\fontsize{10pt}{12pt}\selectfont%
\noindent%
\sffamily%
\FSSapienzaPrintCandidato%
\protect\newline%
\FSSapienzaPrintMatricola%
\par%
}%
}
\newcommand{\FSSapienzaMakeRelatoreCorrelatore}{%
\vspace{\FSSapienzaSpazioRelatore}%
\noindent%
\ifthenelse{\skipCorrelatore}{%
{%
\fontsize{10pt}{12pt}\selectfont%
\sffamily%
\FSSapienzaPrintTestoRelatore%
\protect\newline%
\sffamily%
\FSSapienzaPrintRelatore%
}%
}{%
\begin{tabularx}{\FSSapienzaTabularLength}{@{}Xl}%
\fontsize{10pt}{12pt}\selectfont%
\sffamily%
\FSSapienzaPrintTestoRelatore%
&%
\fontsize{10pt}{12pt}\selectfont%
\sffamily%
\FSSapienzaPrintTestoCorrelatore \\%
\fontsize{10pt}{12pt}\selectfont%
\sffamily%
\FSSapienzaPrintRelatore%
&%
\fontsize{10pt}{12pt}\selectfont%
\sffamily%
\FSSapienzaPrintCorrelatore \\%
\end{tabularx}%
}%
\par%
}
\newcommand{\FSSapienzaMakeAnnoAccademico}{%
\vspace{\FSSapienzaSpazioAnnoAccademico}%
{%
\fontsize{10pt}{12pt}\selectfont%
\noindent%
\sffamily%
A/A \FSSapienzaPrintAnnoAccademico%
\par%
}%
}
\renewcommand{\maketitle}{%
% margins as suggested by Sapienza
\newgeometry{left=4cm,top=2.75cm,right=2.5cm,bottom=1cm}%
% no page number
\thispagestyle{empty}%
% Sapienza's logo
\FSSapienzaMakeLogo%
% title
\FSSapienzaMakeTitolo%
% faculty, degree and (optionally) course
\FSSapienzaMakeFacoltaCorsoCattedra%
% candidate and matricola
\FSSapienzaMakeCandidato%
% advisor and (optionally) co-advisor
\FSSapienzaMakeRelatoreCorrelatore%
% academic year
\FSSapienzaMakeAnnoAccademico%
% restore document geometry
\restoregeometry%
}