diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-05-02 17:43:36 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-05-02 17:43:36 +0200 |
commit | 83f272ce30658808afc7c8e9f2ce0f70d86bbd64 (patch) | |
tree | 677bf7810ce90e0422c5feb343dc0751ef738fbe | |
parent | 64b4b22d5fb163cb34cc29851b39a61cde9bb4a6 (diff) | |
download | ekdosis-83f272ce30658808afc7c8e9f2ce0f70d86bbd64.tar.gz |
new names for NewCM fonts
-rw-r--r-- | ekdosis.dtx | 8 | ||||
-rw-r--r-- | samples/Caesar_BG-6-13-1.tex | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 957093a..685bca7 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -529,14 +529,14 @@ along with this program. If not, see | |||
529 | \defaultfontfeatures{Renderer=Harfbuzz} | 529 | \defaultfontfeatures{Renderer=Harfbuzz} |
530 | \usepackage[latin.classic,greek.ancient,american]{babel} | 530 | \usepackage[latin.classic,greek.ancient,american]{babel} |
531 | \babelfont{rm}{Old Standard} | 531 | \babelfont{rm}{Old Standard} |
532 | \babelfont{sf}{NewComputerModern Sans} | 532 | \babelfont{sf}{NewCMSans10-Book} |
533 | \babelfont{tt}{NewComputerModern Mono} | 533 | \babelfont{tt}{NewCMMono10-Book} |
534 | \babelfont[greek]{rm}[ | 534 | \babelfont[greek]{rm}[ |
535 | Script=Greek, | 535 | Script=Greek, |
536 | RawFeature={+ss05;+ss06} | 536 | RawFeature={+ss05;+ss06} |
537 | ]{Old Standard} | 537 | ]{Old Standard} |
538 | \babelfont[greek]{sf}[Script=Greek]{NewComputerModern Sans} | 538 | \babelfont[greek]{sf}[Script=Greek]{NewCMSans10-Book} |
539 | \babelfont[greek]{tt}[Script=Greek]{NewComputerModern Mono} | 539 | \babelfont[greek]{tt}[Script=Greek]{NewCMMono10-Book} |
540 | \newfontfamily{\junicode}{Junicode}[ | 540 | \newfontfamily{\junicode}{Junicode}[ |
541 | Ligatures=TeX, | 541 | Ligatures=TeX, |
542 | RawFeature={+hist}] | 542 | RawFeature={+hist}] |
diff --git a/samples/Caesar_BG-6-13-1.tex b/samples/Caesar_BG-6-13-1.tex index 2b1b442..22e34c8 100644 --- a/samples/Caesar_BG-6-13-1.tex +++ b/samples/Caesar_BG-6-13-1.tex | |||
@@ -2,8 +2,8 @@ | |||
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}{NewComputerModern Sans} | 5 | \babelfont{sf}{NewCMSans10-Book} |
6 | \babelfont{tt}{NewComputerModern Mono} | 6 | \babelfont{tt}{NewCMMono10-Book} |
7 | 7 | ||
8 | \usepackage{nextpage} | 8 | \usepackage{nextpage} |
9 | \usepackage{xltabular} | 9 | \usepackage{xltabular} |