diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-05-22 18:01:44 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-05-22 18:01:44 +0200 |
commit | b73e4d11b5cfbd60cd23a6af429455d3f66112d3 (patch) | |
tree | 646b74efb86bfbdea743db99cd3c91c551c5406d /samples | |
parent | 97b2810e2923be9b12ead2af2eaa1c43de933316 (diff) | |
download | ekdosis-b73e4d11b5cfbd60cd23a6af429455d3f66112d3.tar.gz |
use fontsetup until selecting NewCM by font name is possible again
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Caesar_BG-6-13-1.tex | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/samples/Caesar_BG-6-13-1.tex b/samples/Caesar_BG-6-13-1.tex index 1be88de..538648b 100644 --- a/samples/Caesar_BG-6-13-1.tex +++ b/samples/Caesar_BG-6-13-1.tex | |||
@@ -1,15 +1,8 @@ | |||
1 | \documentclass[12pt]{article} | 1 | \documentclass[12pt]{article} |
2 | \usepackage{fontspec} | 2 | \usepackage{fontspec} |
3 | \usepackage[default]{fontsetup} | ||
3 | \usepackage[latin.classic,french,english]{babel} | 4 | \usepackage[latin.classic,french,english]{babel} |
4 | \babelfont{rm}{Old Standard} | 5 | \babelfont{rm}{Old Standard} |
5 | \babelfont{sf}[ItalicFont=NewCMSans10-BookOblique, | ||
6 | BoldFont=NewCMSans10-Bold, | ||
7 | BoldItalicFont=NewCMSans10-BoldOblique] | ||
8 | {NewCMSans10-Book} | ||
9 | \babelfont{tt}[ItalicFont=NewCMMono10-BookItalic, | ||
10 | BoldFont=NewCMMono10-Bold, | ||
11 | BoldItalicFont=NewCMMono10-BoldOblique] | ||
12 | {NewCMMono10-Book} | ||
13 | 6 | ||
14 | \usepackage{nextpage} | 7 | \usepackage{nextpage} |
15 | \usepackage{xltabular} | 8 | \usepackage{xltabular} |