diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-05-22 18:18:52 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-05-22 18:18:52 +0200 |
commit | 5a355afa958761229d6dbce5eae7dacbcf6c2e63 (patch) | |
tree | 0eca0391c0b97500e71dde05a87490c839a970d6 /samples | |
parent | 1c39d0666f1244dbed52af1de9ab6a6b3fb68600 (diff) | |
download | arabluatex-5a355afa958761229d6dbce5eae7dacbcf6c2e63.tar.gz |
use fontsetup until selecting NewCM by font name is possible again
Diffstat (limited to 'samples')
-rw-r--r-- | samples/al-Jahiz.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/al-Jahiz.tex b/samples/al-Jahiz.tex index 6c34bcc..74d8973 100644 --- a/samples/al-Jahiz.tex +++ b/samples/al-Jahiz.tex | |||
@@ -5,10 +5,9 @@ | |||
5 | % | 5 | % |
6 | \documentclass[fontsize=12pt, paper=letter, DIV=classic]{scrartcl} | 6 | \documentclass[fontsize=12pt, paper=letter, DIV=classic]{scrartcl} |
7 | \usepackage{fontspec} | 7 | \usepackage{fontspec} |
8 | \usepackage[default]{fontsetup} | ||
8 | \usepackage[english]{babel} | 9 | \usepackage[english]{babel} |
9 | \babelfont{rm}{Old Standard} | 10 | \babelfont{rm}{Old Standard} |
10 | \babelfont{sf}{NewComputerModern Sans} | ||
11 | \babelfont{tt}{NewComputerModern Mono} | ||
12 | \usepackage{filecontents} | 11 | \usepackage{filecontents} |
13 | 12 | ||
14 | \usepackage{xcolor} | 13 | \usepackage{xcolor} |