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

@@ -249,19 +249,29 @@ Note that this is marked as deprecated for koma-script.
* Fonts
https://tug.org/FontCatalogue/quattrocento/
#+begin_src latex
\usepackage[lf]{ebgaramond}
#+end_src
\ifxetexorluatex
\usepackage{unicode-math}
\setmainfont{EB Garamond}
\setmathfont{Garamond Math}
https://tug.org/FontCatalogue/crimsonproregular/
#+begin_src latex
% \usepackage{crimson}
#+end_src
https://tug.org/FontCatalogue/sourcecodepro/
#+begin_src latex
\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
#+end_src
* Colors