diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-05-22 18:23:39 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-05-22 18:23:39 +0200 |
commit | 4dada9513e906543b22469c94cc128b66134025e (patch) | |
tree | 15966de4225892d7fe60317f849e8559cfec296f | |
parent | 3c3dd447ecffdd8fbc6cf6110cb79aa207eaae80 (diff) | |
download | icite-4dada9513e906543b22469c94cc128b66134025e.tar.gz |
use fontsetup until selecting NewCM by font name is possible again
-rw-r--r-- | icite.dtx | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -180,11 +180,10 @@ | |||
180 | } | 180 | } |
181 | \end{filecontents*} | 181 | \end{filecontents*} |
182 | \usepackage{fontspec} | 182 | \usepackage{fontspec} |
183 | \usepackage[default]{fontsetup} | ||
183 | \usepackage[english]{babel} | 184 | \usepackage[english]{babel} |
184 | \usepackage[letterpaper,margin=25mm,left=50mm,nohead]{geometry} | 185 | \usepackage[letterpaper,margin=25mm,left=50mm,nohead]{geometry} |
185 | \babelfont{rm}{Old Standard} | 186 | \babelfont{rm}{Old Standard} |
186 | \babelfont{sf}{NewComputerModern Sans} | ||
187 | \babelfont{tt}{NewComputerModern Mono} | ||
188 | \usepackage{arabluatex} | 187 | \usepackage{arabluatex} |
189 | \SetTranslitConvention{loc} | 188 | \SetTranslitConvention{loc} |
190 | \usepackage{xurl} | 189 | \usepackage{xurl} |