diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-05-07 11:05:48 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-05-07 11:05:48 +0200 |
commit | 2a06a8f0256f1bbbd5c2392444bcb7669056c80e (patch) | |
tree | df873dae2bdb2760d115b4a6e36bbdbfb3ab930e /samples | |
parent | fabc9fafc745931c1ed7b5b5f203252671315267 (diff) | |
download | ekdosis-2a06a8f0256f1bbbd5c2392444bcb7669056c80e.tar.gz |
NewCM needed to have all shapes defined
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Caesar_BG-6-13-1.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/samples/Caesar_BG-6-13-1.tex b/samples/Caesar_BG-6-13-1.tex index 22e34c8..44d4088 100644 --- a/samples/Caesar_BG-6-13-1.tex +++ b/samples/Caesar_BG-6-13-1.tex | |||
@@ -2,8 +2,14 @@ | |||
2 | \usepackage{fontspec} | 2 | \usepackage{fontspec} |
3 | \usepackage[latin.classic,french,english]{babel} | 3 | \usepackage[latin.classic,french,english]{babel} |
4 | \babelfont{rm}{Old Standard} | 4 | \babelfont{rm}{Old Standard} |
5 | \babelfont{sf}{NewCMSans10-Book} | 5 | \babelfont{sf}[ItalicFont=NewCMSans10-Oblique, |
6 | \babelfont{tt}{NewCMMono10-Book} | 6 | BoldFont=NewCMSans10-Bold, |
7 | BoldItalicFont=NewCMSans10-BoldOblique] | ||
8 | {NewCMSans10-Regular} | ||
9 | \babelfont{tt}[ItalicFont=NewCMMono10-Italic, | ||
10 | BoldFont=NewCMMono10-Bold, | ||
11 | BoldItalicFont=NewCMMono10-BoldOblique] | ||
12 | {NewCMMono10-Regular} | ||
7 | 13 | ||
8 | \usepackage{nextpage} | 14 | \usepackage{nextpage} |
9 | \usepackage{xltabular} | 15 | \usepackage{xltabular} |