Revert "feat: Improved font loading in Thesis.tex."

This reverts commit 4e7461e999.
pull/42/head
Bastian Rieck 2022-08-08 18:05:25 +02:00
parent 4e7461e999
commit 13eee98e6c
1 changed files with 8 additions and 5 deletions

View File

@ -56,12 +56,15 @@
% Fonts % Fonts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[cmintegrals,cmbraces]{newtxmath} \ifxetexorluatex
\usepackage{ebgaramond-maths} \usepackage{unicode-math}
\ifpdftex \setmainfont{EB Garamond}
\usepackage[scale=0.8]{sourcecodepro} \setmathfont{Garamond Math}
\setmonofont[Scale=MatchLowercase]{Source Code Pro}
\else \else
\usepackage[scale=MatchLowercase]{sourcecodepro} \usepackage[lf]{ebgaramond}
\usepackage[oldstyle,scale=0.7]{sourcecodepro}
\singlespacing
\fi \fi
\newacronym[description={Principal component analysis}]{PCA}{PCA}{principal component analysis} \newacronym[description={Principal component analysis}]{PCA}{PCA}{principal component analysis}