Use luatex, verify glossary
This commit is contained in:
25
config.tex
25
config.tex
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user