Report styling

This commit is contained in:
Edgar P. Burkhart 2022-02-04 11:42:32 +01:00
parent 6a539cf314
commit 723d859f0c
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 48 additions and 17 deletions

View file

@ -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}