diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-12-18 16:55:44 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-12-18 16:55:44 +0100 |
commit | 719103fdb416cd70696b3951e4dd288683a4ed23 (patch) | |
tree | deeae8de3f141bcb39ed4c7cc597b7a31affb5be | |
parent | a2b42e072ced6506648412fd7d7ff86d6bfd230c (diff) | |
download | ekdosis-719103fdb416cd70696b3951e4dd288683a4ed23.tar.gz |
specifying SlantedFeatures is no longer required
-rw-r--r-- | ekdosis.dtx | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 0752eb6..af94745 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -358,19 +358,13 @@ along with this program. If not, see | |||
358 | \usepackage{microtype} | 358 | \usepackage{microtype} |
359 | \usepackage[no-math]{fontspec} | 359 | \usepackage[no-math]{fontspec} |
360 | \usepackage[latin.classic,greek.ancient,american]{babel} | 360 | \usepackage[latin.classic,greek.ancient,american]{babel} |
361 | \babelfont{rm}[ | 361 | \babelfont{rm}{Old Standard} |
362 | SlantedFont={Old Standard}, | ||
363 | SlantedFeatures={FakeSlant=0.25}, | ||
364 | BoldSlantedFont={Old Standard}, | ||
365 | BoldSlantedFeatures={FakeBold=1.5,FakeSlant=0.25}]{Old Standard} | ||
366 | \babelfont{sf}{NewComputerModern Sans} | 362 | \babelfont{sf}{NewComputerModern Sans} |
367 | \babelfont{tt}{NewComputerModern Mono} | 363 | \babelfont{tt}{NewComputerModern Mono} |
368 | \babelfont[greek]{rm}[ | 364 | \babelfont[greek]{rm}[ |
369 | Script=Greek, RawFeature={+ss05;+ss06}, | 365 | Script=Greek, |
370 | SlantedFont={Old Standard}, | 366 | RawFeature={+ss05;+ss06} |
371 | SlantedFeatures={FakeSlant=0.25}, | 367 | ]{Old Standard} |
372 | BoldSlantedFont={Old Standard}, | ||
373 | BoldSlantedFeatures={FakeBold=1.5,FakeSlant=0.25}]{Old Standard} | ||
374 | \babelfont[greek]{sf}[Script=Greek]{NewComputerModern Sans} | 368 | \babelfont[greek]{sf}[Script=Greek]{NewComputerModern Sans} |
375 | \babelfont[greek]{tt}[Script=Greek]{NewComputerModern Mono} | 369 | \babelfont[greek]{tt}[Script=Greek]{NewComputerModern Mono} |
376 | \babeltags{ancientgreek = greek} | 370 | \babeltags{ancientgreek = greek} |