From b1f12a4a24ebed989622fe311b815d279beec44b Mon Sep 17 00:00:00 2001 From: norangebit Date: Fri, 28 May 2021 19:19:04 +0200 Subject: [PATCH] Add co-supervisor - Add option to add one co-supervisor - Add option to aline supervisor and author --- latekiss.tex | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/latekiss.tex b/latekiss.tex index 31a31b1..7b36b0e 100644 --- a/latekiss.tex +++ b/latekiss.tex @@ -403,7 +403,13 @@ $if(subtitle)$ \medskip \textit{$subtitle$} \\ $endif$ +\end{center} \vfill + +%===== superviros and author =====% +% centered +$if(titlepage-center)$ +\begin{center} $if(author)$ \spacedallcaps{\LARGE $author$} \\ $if(matr)$ @@ -416,7 +422,44 @@ $if(supervisor)$ \spacedlowsmallcaps{$supervisor.title$}\\ \spacedlowsmallcaps{$supervisor.name$}\\ $endif$ +$if(cosupervisor)$ \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)$ \vfill \spacedlowsmallcaps{$academic-year$}