Use luatex, verify glossary
This commit is contained in:
32
setup.org
32
setup.org
@@ -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
|
||||
|
Reference in New Issue
Block a user