diff options
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r-- | ekdosis.dtx | 16 |
1 files changed, 11 insertions, 5 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 |