Use luatex, verify glossary

This commit is contained in:
2024-04-12 09:32:02 +02:00
parent bba8128daa
commit 893fabe70b
8 changed files with 679 additions and 368 deletions

View File

@@ -149,11 +149,28 @@
\setlength{\mtcindent}{0pt}
% \usepackage[nottoc]{tocbibind}
\usepackage[lf]{ebgaramond}
\ifxetexorluatex
\usepackage{unicode-math}
\setmainfont{EB Garamond}
\setmathfont{Garamond Math}
% \usepackage{crimson}
\usepackage[oldstyle, scale=0.7]{sourcecodepro}
% Load some missing symbols from another font.
\setmathfont{STIX Two Math}[%
range = {
\sharp,
\natural,
\flat,
\clubsuit,
\spadesuit,
\checkmark
}
]
\setmonofont[Scale=MatchLowercase]{Source Code Pro}
\else
\usepackage[lf]{ebgaramond} % https://tug.org/FontCatalogue/quattrocento/
\usepackage[oldstyle,scale=0.7]{sourcecodepro} % https://tug.org/FontCatalogue/sourcecodepro/
\singlespacing
\fi
\usepackage[usenames,dvipsnames]{xcolor}