Report styling
This commit is contained in:
parent
6a539cf314
commit
723d859f0c
2 changed files with 48 additions and 17 deletions
|
|
@ -38,6 +38,7 @@
|
|||
\RequirePackage{unicode-math}
|
||||
%\RequirePackage[backend=biber,sorting=ynt]{biblatex}
|
||||
\RequirePackage[notransparent]{svg}
|
||||
\RequirePackage{authblk}
|
||||
\@ifclassloaded{beamer}{}{
|
||||
\RequirePackage[list=true]{subcaption}
|
||||
}
|
||||
|
|
@ -194,11 +195,28 @@
|
|||
}
|
||||
}
|
||||
|
||||
\setmainfont{Inter}
|
||||
\setsansfont{Inter}
|
||||
%%%% FONTS
|
||||
\RequirePackage[sfdefault]{inter}
|
||||
%\setmainfont{Inter}
|
||||
%\setsansfont{Inter}
|
||||
\setmathfont[mathrm=sym]{Fira Math}
|
||||
\setmonofont[Ligatures=TeX]{Fira Code}
|
||||
|
||||
% Title fonts
|
||||
\RequirePackage{titlesec}
|
||||
|
||||
\titleformat*{\subparagraph}{\intersemibold}
|
||||
\titleformat*{\paragraph}{\intersemibold}
|
||||
\titleformat*{\subsubsection}{\large}
|
||||
\titleformat*{\subsection}{\Large}
|
||||
\titleformat*{\section}{\LARGE}
|
||||
\titleformat{\chapter}[display]{\interlight\LARGE}
|
||||
{\chaptertitlename~\thechapter}{12pt}{\interlight\Huge}
|
||||
|
||||
|
||||
\newcommand\email[1]{\href{mailto:#1}{#1}}
|
||||
|
||||
|
||||
\definecolor{ENSblue}{RGB}{0,119,139}
|
||||
\definecolor{ultralightgray}{gray}{.95}
|
||||
\definecolor{customblue}{RGB}{0,102,204}
|
||||
|
|
|
|||
Reference in a new issue