44\setmainfont{TeX Gyre Adventor}
55\setsansfont{TeX Gyre Adventor}
66\setmonofont{TeX Gyre Cursor}
7+ \newfontfamily\subtitlefont{TeX Gyre Termes}
78
89\usepackage{xcolor}
910\definecolor{eversepurple}{HTML}{80529a}
1920 footskip=2cm
2021}
2122
23+ \usepackage{setspace}
24+ \setstretch{1.15}
25+
2226\usepackage{hyperref}
2327\hypersetup{
2428 colorlinks=true,
2832
2933\usepackage{titlesec}
3034\titleformat{\section}{\fontsize{18}{22}\bfseries\color{eversepurple}}{\thesection}{1em}{}
35+ \titlespacing*{\section}{0pt}{6pt}{4pt}
3136\titleformat{\subsection}{\fontsize{16}{20}\bfseries\color{eversepurple}}{\thesubsection}{1em}{}
37+ \titlespacing*{\subsection}{0pt}{18pt}{4pt}
3238\titleformat{\subsubsection}{\fontsize{14}{17}\bfseries\color{eversepurple}}{\thesubsubsection}{1em}{}
39+ \titlespacing*{\subsubsection}{0pt}{17pt}{4pt}
3340
3441\setcounter{secnumdepth}{-\maxdimen}
3542
5764\usepackage{fancyhdr}
5865\pagestyle{fancy}
5966\fancyhf{}
67+ \fancyhead[L]{\small\color{eversepurple}$title$}
6068\fancyhead[R]{\includegraphics[height=0.8cm]{templates/logos/eosc-everse.png}}
6169\fancyfoot[C]{\includegraphics[height=0.8cm]{templates/logos/funded-by-eu.png}}
6270\renewcommand{\headrulewidth}{0.4pt}
6371\renewcommand{\footrulewidth}{0pt}
6472\fancypagestyle{plain}{%
6573 \fancyhf{}%
74+ \fancyhead[L]{\small\color{eversepurple}$title$}%
6675 \fancyhead[R]{\includegraphics[height=0.8cm]{templates/logos/eosc-everse.png}}%
6776 \fancyfoot[C]{\includegraphics[height=0.8cm]{templates/logos/funded-by-eu.png}}%
6877 \renewcommand{\headrulewidth}{0.4pt}%
6978 \renewcommand{\footrulewidth}{0pt}%
7079}
7180
81+ \renewcommand{\contentsname}{{\fontsize{14}{17}\bfseries\color{eversepurple}TABLE OF CONTENTS}}
82+
7283$if(highlighting-macros)$
7384$highlighting-macros$
7485$endif$
@@ -79,7 +90,6 @@ $endif$
7990$if(title)$
8091\begin{titlepage}
8192\thispagestyle{empty}
82-
8393\noindent\includegraphics[height=1.5cm]{templates/logos/eosc-everse.png}%
8494\hfill%
8595
@@ -88,17 +98,20 @@ $if(title)$
8898
8999\vspace{0.3cm}
90100{\fontsize{10}{13}\selectfont
91- Project acronym: EVERSE\\
92- Project full title: European Virtual Institute for Research Software Excellence\\
93- Call identifier: HORIZON-INFRA-2023-EOSC-01\\
94- Grant Agreement Number: 101129744\par}
101+ \textbf{Project acronym:} EVERSE\\
102+ \textbf{Project full title:} European Virtual Institute for Research Software Excellence\\
103+ \textbf{Call identifier:} HORIZON-INFRA-2023-EOSC-01\\
104+ \textbf{Grant Agreement Number:} 101129744\\
105+ \textbf{DOI:} \href{https://doi.org/10.5281/zenodo.15856368}{10.5281/zenodo.15856368}\par}
95106
96107\vspace{2cm}
97- {\fontsize{36}{44}\bfseries\color{eversepurple} $title$\par}
108+ \begin{center}
109+ {\fontsize{36}{44}\bfseries\color{eversepurple}\obeylines $title$\par}
98110\vspace{1.2cm}
99111$if(version)$
100- {\fontsize{24}{30}\itshape\color[HTML]{666666} Version $version$\par}
112+ {\subtitlefont\ fontsize{24}{30}\itshape\color[HTML]{666666} Version $version$\par}
101113$endif$
114+ \end{center}
102115\vspace{2cm}
103116$if(author)$
104117{\small Author(s):\par}
0 commit comments