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