Skip to content

Commit

Permalink
add Tufte-like front page template
Browse files Browse the repository at this point in the history
  • Loading branch information
pagmatt committed May 16, 2024
1 parent 5bb9232 commit a46b85a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 6 deletions.
50 changes: 50 additions & 0 deletions Sources/Title_UniPD_tufte_like.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
\begin{titlepage}
\makeatletter

%\begin{figure}
% \centering
% \includegraphics[width=0.4\textwidth]{unipd_logo_and_text.pdf}
%\end{figure}
%\vspace*{1cm}
{
\sffamily%
\fontsize{24}{24}\selectfont\par\noindent\textcolor{black}{\textsc{\@author}}%
\vspace{1cm}%
\fontsize{42}{36}\selectfont\par\noindent{\MakeUppercase{\@title}}%
}

\vspace{9cm}
{
\sffamily%
\fontsize{10}{15}\selectfont\par\noindent\textcolor{black}
{\MakeUppercase{A thesis submitted in partial fulfillment of the requirements for the}}
\vspace{-0.5cm}%
\fontsize{15}{15}\selectfont\par\noindent\textcolor{black}
{\MakeUppercase{Ph.D. Degree in XXXX}}
\vspace{0.1cm}%
\fontsize{10}{15}\selectfont\par\noindent\textcolor{black}
{\MakeUppercase{of the}}
\vspace{0.1cm}
\fontsize{15}{15}\selectfont\par\noindent\textcolor{black}
{\MakeUppercase{Department of XXXX\\University of Padova}}%
\vspace{0.1cm}%
\fontsize{10}{15}\selectfont\par\noindent\textcolor{black}
{\MakeUppercase{supervised by}}
\vspace{0.1cm}%
\fontsize{15}{15}\selectfont\par\noindent\textcolor{black}
{\MakeUppercase{Supervisor name}}%
}

\vspace*{\fill}
{
\sffamily%
\fontsize{10}{10}\selectfont\par\noindent{\MakeUppercase{Academic year XXXX}}%
\fontsize{10}{10}\selectfont\par\noindent{\MakeUppercase{Graduation date XXXX}}%
}
\makeatother
\end{titlepage}

%\newpage
%\null
%\thispagestyle{empty}
%\newpage
9 changes: 3 additions & 6 deletions main-template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@
\usepackage{newpxtext,newpxmath} % Palatino like text and math
\onehalfspacing

% Front pages counter
\newcounter{frontpagecounter}
\newcommand\showfrontpagecounter{\stepcounter{frontpagecounter}\thefrontpagecounter}

\renewcommand{\th}{\textsuperscript{\textup{th}}\xspace}

\input{Sources/acronyms.tex}
Expand All @@ -187,15 +183,16 @@
% Incipit
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\title{\textcolor{UNIPDRED}{Cover page template~\showfrontpagecounter}}
\author{\textsc{Dissertation author}}
\title{\textcolor{UNIPDRED}{Dissertation title}}
\author{Dissertation author}

\begin{document}

\frontmatter
\include{Sources/Title_Unipd}
\include{Sources/Title_UniPD_background_logo}
\include{Sources/Title_UniPD_background_logo_2}
\include{Sources/Title_UniPD_tufte_like}
%\include{Sources/Abstract}
\newpage\phantom{justskipthepage}

Expand Down

0 comments on commit a46b85a

Please sign in to comment.