Add co-supervisor
- Add option to add one co-supervisor - Add option to aline supervisor and author
This commit is contained in:
parent
6ec27a84bb
commit
b1f12a4a24
43
latekiss.tex
43
latekiss.tex
@ -403,7 +403,13 @@ $if(subtitle)$
|
|||||||
\medskip
|
\medskip
|
||||||
\textit{$subtitle$} \\
|
\textit{$subtitle$} \\
|
||||||
$endif$
|
$endif$
|
||||||
|
\end{center}
|
||||||
\vfill
|
\vfill
|
||||||
|
|
||||||
|
%===== superviros and author =====%
|
||||||
|
% centered
|
||||||
|
$if(titlepage-center)$
|
||||||
|
\begin{center}
|
||||||
$if(author)$
|
$if(author)$
|
||||||
\spacedallcaps{\LARGE $author$} \\
|
\spacedallcaps{\LARGE $author$} \\
|
||||||
$if(matr)$
|
$if(matr)$
|
||||||
@ -416,7 +422,44 @@ $if(supervisor)$
|
|||||||
\spacedlowsmallcaps{$supervisor.title$}\\
|
\spacedlowsmallcaps{$supervisor.title$}\\
|
||||||
\spacedlowsmallcaps{$supervisor.name$}\\
|
\spacedlowsmallcaps{$supervisor.name$}\\
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(cosupervisor)$
|
||||||
\vfill
|
\vfill
|
||||||
|
\spacedallcaps{Corelatore}\\
|
||||||
|
\spacedlowsmallcaps{$cosupervisor.title$}\\
|
||||||
|
\spacedlowsmallcaps{$cosupervisor.name$}\\
|
||||||
|
$endif$
|
||||||
|
\end{center}
|
||||||
|
$else$
|
||||||
|
% aligned
|
||||||
|
$if(supervisor)$
|
||||||
|
\begin{minipage}{2in}
|
||||||
|
\spacedallcaps{Relatore:}\\
|
||||||
|
\spacedlowsmallcaps{$supervisor.title$}\\
|
||||||
|
\spacedlowsmallcaps{$supervisor.name$}
|
||||||
|
\end{minipage}
|
||||||
|
$endif$
|
||||||
|
$if(author)$
|
||||||
|
\hfill
|
||||||
|
\begin{minipage}{1.5in}
|
||||||
|
\spacedallcaps{Candidato:}\\
|
||||||
|
\spacedlowsmallcaps{$author$}\\
|
||||||
|
$if(matr)$
|
||||||
|
\spacedlowsmallcaps{$matr$}
|
||||||
|
$endif$
|
||||||
|
\end{minipage}
|
||||||
|
$endif$
|
||||||
|
$if(cosupervisor)$
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\spacedallcaps{Corelatore:}\\
|
||||||
|
\spacedlowsmallcaps{$cosupervisor.title$}\\
|
||||||
|
\spacedlowsmallcaps{$cosupervisor.name$}
|
||||||
|
$endif$
|
||||||
|
$endif$
|
||||||
|
|
||||||
|
\vfill
|
||||||
|
\begin{center}
|
||||||
$if(academic-year)$
|
$if(academic-year)$
|
||||||
\vfill
|
\vfill
|
||||||
\spacedlowsmallcaps{$academic-year$}
|
\spacedlowsmallcaps{$academic-year$}
|
||||||
|
Loading…
Reference in New Issue
Block a user