Small styling changes to the fellowship template
This commit is contained in:
parent
6ca0671644
commit
e1977d8839
1 changed files with 12 additions and 3 deletions
|
@ -121,19 +121,26 @@ $if(verbatim-in-note)$
|
|||
\usepackage{fancyvrb}
|
||||
$endif$
|
||||
\usepackage{fancyhdr}
|
||||
|
||||
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecleader}{\cftdotfill{\cftdotsep}}
|
||||
|
||||
|
||||
|
||||
\usepackage{xcolor}
|
||||
\definecolor{fplteal}{HTML}{00bfb3}
|
||||
\definecolor{fplgreen}{HTML}{cedc00}
|
||||
\definecolor{fplgreen}{HTML}{a8ad00}
|
||||
\definecolor{fplyellow}{HTML}{ffd100}
|
||||
\definecolor{fplpink}{HTML}{e8927c}
|
||||
\definecolor{fplgrey}{HTML}{d1e0d7}
|
||||
\usepackage{sectsty}
|
||||
\colorlet{primary}{fplteal}
|
||||
\sectionfont{\color{primary}\sffamily}
|
||||
\sectionfont{\fontsize{12}{15}\color{primary}\sffamily\MakeUppercase}
|
||||
\renewcommand{\cfttoctitlefont}{\fontsize{12}{15}\bfseries\color{primary}\sffamily\MakeUppercase}
|
||||
\subsectionfont{\sffamily}
|
||||
\subsubsectionfont{\color{primary}\sffamily}
|
||||
|
||||
|
||||
\usepackage{hyperref} \hypersetup{
|
||||
$if(title-meta)$
|
||||
pdftitle={$title-meta$},
|
||||
|
@ -445,6 +452,8 @@ $endif$
|
|||
$if(lof)$
|
||||
\listoffigures
|
||||
$endif$
|
||||
|
||||
|
||||
$body$
|
||||
|
||||
$if(natbib)$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue