aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-05-07 11:05:48 +0200
committerRobert Alessi <alessi@robertalessi.net>2021-05-07 11:05:48 +0200
commit2a06a8f0256f1bbbd5c2392444bcb7669056c80e (patch)
treedf873dae2bdb2760d115b4a6e36bbdbfb3ab930e
parentfabc9fafc745931c1ed7b5b5f203252671315267 (diff)
downloadekdosis-2a06a8f0256f1bbbd5c2392444bcb7669056c80e.tar.gz
NewCM needed to have all shapes defined
-rw-r--r--ekdosis.dtx16
-rw-r--r--samples/Caesar_BG-6-13-1.tex10
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
61%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] 61%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
62%<package>\ProvidesPackage{ekdosis} 62%<package>\ProvidesPackage{ekdosis}
63%<*package> 63%<*package>
64 [2021/05/04 v1.3-dev Typesetting TEI xml-compliant critical editions] 64 [2021/05/07 v1.3-dev Typesetting TEI xml-compliant critical editions]
65%</package> 65%</package>
66%<*driver> 66%<*driver>
67\begin{filecontents}[noheader,overwrite]{bibdata.xml} 67\begin{filecontents}[noheader,overwrite]{bibdata.xml}
@@ -529,8 +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}{NewCMSans10-Book} 532\babelfont{sf}[ItalicFont=NewCMSans10-Oblique,
533\babelfont{tt}{NewCMMono10-Book} 533 BoldFont=NewCMSans10-Bold,
534 BoldItalicFont=NewCMSans10-BoldOblique]
535 {NewCMSans10-Regular}
536\babelfont{tt}[ItalicFont=NewCMMono10-Italic,
537 BoldFont=NewCMMono10-Bold,
538 BoldItalicFont=NewCMMono10-BoldOblique]
539 {NewCMMono10-Regular}
534\babelfont[greek]{rm}[ 540\babelfont[greek]{rm}[
535 Script=Greek, 541 Script=Greek,
536 RawFeature={+ss05;+ss06} 542 RawFeature={+ss05;+ss06}
@@ -7502,7 +7508,7 @@ Sample text with a \textcolor{red}{word} in red.
7502% \end{macrocode} 7508% \end{macrocode}
7503% \end{macro} 7509% \end{macro}
7504% \begin{macro}{\teidirect} 7510% \begin{macro}{\teidirect}
7505% \changes{v1.3}{2021/05/04}{direct insertion of elements in the 7511% \changes{v1.3}{2021/05/07}{direct insertion of elements in the
7506% \texttt{TEI xml} file} 7512% \texttt{TEI xml} file}
7507% \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code} 7513% \cs{teidirect}\oarg{xml attributes}\marg{xml element}\marg{code}
7508% does nothing in \LaTeX. Its only use is to insert elements in the 7514% 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.
7856% \end{macrocode} 7862% \end{macrocode}
7857% \end{macro} 7863% \end{macro}
7858% \begin{macro}{\SetApparatusNoteLanguage} 7864% \begin{macro}{\SetApparatusNoteLanguage}
7859% \changes{v1.3}{2021/05/04}{defines an alternate language to be 7865% \changes{v1.3}{2021/05/07}{defines an alternate language to be
7860% applied in note apparatus entries} 7866% applied in note apparatus entries}
7861% \cs{SetApparatusNoteLang}\marg{languagename} can be used when 7867% \cs{SetApparatusNoteLang}\marg{languagename} can be used when
7862% it is needed to apply in entries introduced by the \cs{note} command 7868% 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 @@
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}