From 2a06a8f0256f1bbbd5c2392444bcb7669056c80e Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 7 May 2021 11:05:48 +0200 Subject: NewCM needed to have all shapes defined --- ekdosis.dtx | 16 +++++++++++----- samples/Caesar_BG-6-13-1.tex | 10 ++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/ekdosis.dtx b/ekdosis.dtx index 22a2353..45252b9 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -61,7 +61,7 @@ along with this program. If not, see %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{ekdosis} %<*package> - [2021/05/04 v1.3-dev Typesetting TEI xml-compliant critical editions] + [2021/05/07 v1.3-dev Typesetting TEI xml-compliant critical editions] % %<*driver> \begin{filecontents}[noheader,overwrite]{bibdata.xml} @@ -529,8 +529,14 @@ along with this program. If not, see \defaultfontfeatures{Renderer=Harfbuzz} \usepackage[latin.classic,greek.ancient,american]{babel} \babelfont{rm}{Old Standard} -\babelfont{sf}{NewCMSans10-Book} -\babelfont{tt}{NewCMMono10-Book} +\babelfont{sf}[ItalicFont=NewCMSans10-Oblique, + BoldFont=NewCMSans10-Bold, + BoldItalicFont=NewCMSans10-BoldOblique] + {NewCMSans10-Regular} +\babelfont{tt}[ItalicFont=NewCMMono10-Italic, + BoldFont=NewCMMono10-Bold, + BoldItalicFont=NewCMMono10-BoldOblique] + {NewCMMono10-Regular} \babelfont[greek]{rm}[ Script=Greek, RawFeature={+ss05;+ss06} @@ -7502,7 +7508,7 @@ Sample text with a \textcolor{red}{word} in red. % \end{macrocode} % \end{macro} % \begin{macro}{\teidirect} -% \changes{v1.3}{2021/05/04}{direct insertion of elements in the +% \changes{v1.3}{2021/05/07}{direct insertion of elements in the % \texttt{TEI xml} file} % \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code} % does nothing in \LaTeX. Its only use is to insert elements in the @@ -7856,7 +7862,7 @@ Sample text with a \textcolor{red}{word} in red. % \end{macrocode} % \end{macro} % \begin{macro}{\SetApparatusNoteLanguage} -% \changes{v1.3}{2021/05/04}{defines an alternate language to be +% \changes{v1.3}{2021/05/07}{defines an alternate language to be % applied in note apparatus entries} % \cs{SetApparatusNoteLang}\marg{languagename} can be used when % it is needed to apply in entries introduced by the \cs{note} command 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 @@ \usepackage{fontspec} \usepackage[latin.classic,french,english]{babel} \babelfont{rm}{Old Standard} -\babelfont{sf}{NewCMSans10-Book} -\babelfont{tt}{NewCMMono10-Book} +\babelfont{sf}[ItalicFont=NewCMSans10-Oblique, + BoldFont=NewCMSans10-Bold, + BoldItalicFont=NewCMSans10-BoldOblique] + {NewCMSans10-Regular} +\babelfont{tt}[ItalicFont=NewCMMono10-Italic, + BoldFont=NewCMMono10-Bold, + BoldItalicFont=NewCMMono10-BoldOblique] + {NewCMMono10-Regular} \usepackage{nextpage} \usepackage{xltabular} -- cgit v1.2.3