diff options
-rw-r--r-- | ekdosis.dtx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index cde4586..0c669f9 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/09/02 v1.4-dev Typesetting TEI xml-compliant critical editions] | 64 | [2021/09/06 v1.4-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} |
@@ -4854,9 +4854,7 @@ substantiall fewell,} | |||
4854 | % \DescribeMacro{\verselinenumfont} | 4854 | % \DescribeMacro{\verselinenumfont} |
4855 | % \cs{verselinenumfont}\marg{commands} can be used to set the font | 4855 | % \cs{verselinenumfont}\marg{commands} can be used to set the font |
4856 | % used for lines of verse. By default, the definition is | 4856 | % used for lines of verse. By default, the definition is |
4857 | % |\normalfont\footnotesize|. \danger If the \cls{memoir} class be | 4857 | % |\normalfont\footnotesize|.\\ |
4858 | % loaded, this command is replaced with \cs{linenumberfont} described | ||
4859 | % above.\\ | ||
4860 | % \DescribeMacro{\vrightskip} The \pkg{verse} package prints the | 4858 | % \DescribeMacro{\vrightskip} The \pkg{verse} package prints the |
4861 | % numbers at the distance \cs{vrightskip} into the right margin. This | 4859 | % numbers at the distance \cs{vrightskip} into the right margin. This |
4862 | % distance can be redefined by means of \cs{setlength} like so: | 4860 | % distance can be redefined by means of \cs{setlength} like so: |
@@ -8336,7 +8334,7 @@ Sample text with a \textcolor{red}{word} in red. | |||
8336 | % \end{macrocode} | 8334 | % \end{macrocode} |
8337 | % \end{macro} | 8335 | % \end{macro} |
8338 | % \begin{macro}{\SetSubseparator} | 8336 | % \begin{macro}{\SetSubseparator} |
8339 | % \changes{v1.4}{2021/09/02}{New command for subseparators} | 8337 | % \changes{v1.4}{2021/09/06}{New command for subseparators} |
8340 | % \cs{SetSubseparator}\marg{sub-separator} allows to change the | 8338 | % \cs{SetSubseparator}\marg{sub-separator} allows to change the |
8341 | % \enquote{subseparator} between variant readings. By default, | 8339 | % \enquote{subseparator} between variant readings. By default, |
8342 | % no subseparator is set:--- | 8340 | % no subseparator is set:--- |
@@ -8667,7 +8665,7 @@ Sample text with a \textcolor{red}{word} in red. | |||
8667 | % \end{macrocode} | 8665 | % \end{macrocode} |
8668 | % \end{macro} | 8666 | % \end{macro} |
8669 | % \begin{macro}{\vmodulolinenumbers} | 8667 | % \begin{macro}{\vmodulolinenumbers} |
8670 | % \changes{v1.4}{2021/09/02}{New command to adjust modulo verse line | 8668 | % \changes{v1.4}{2021/09/06}{New command to adjust modulo verse line |
8671 | % numbering} | 8669 | % numbering} |
8672 | % \begin{macrocode} | 8670 | % \begin{macrocode} |
8673 | \NewDocumentCommand{\vmodulolinenumbers}{O{5}}{% | 8671 | \NewDocumentCommand{\vmodulolinenumbers}{O{5}}{% |
@@ -9928,7 +9926,7 @@ Sample text with a \textcolor{red}{word} in red. | |||
9928 | % \end{macrocode} | 9926 | % \end{macrocode} |
9929 | % \end{macro} | 9927 | % \end{macro} |
9930 | % \begin{macro}{\\+} | 9928 | % \begin{macro}{\\+} |
9931 | % \changes{v1.4}{2021/09/02}{New macro for poetry} | 9929 | % \changes{v1.4}{2021/09/06}{New macro for poetry} |
9932 | % |\\+| comes in addition to the verse commands that are provided by | 9930 | % |\\+| comes in addition to the verse commands that are provided by |
9933 | % the \pkg{verse} package. |\\+| causes a linebreak within a verse | 9931 | % the \pkg{verse} package. |\\+| causes a linebreak within a verse |
9934 | % line. In contrast to |\\>|, the subsequent line is not indented and | 9932 | % line. In contrast to |\\>|, the subsequent line is not indented and |
@@ -9970,7 +9968,8 @@ Sample text with a \textcolor{red}{word} in red. | |||
9970 | code type = \def\type@value{#1}, | 9968 | code type = \def\type@value{#1}, |
9971 | } | 9969 | } |
9972 | \ifekd@memoir@loaded | 9970 | \ifekd@memoir@loaded |
9973 | \linenumberfont{\normalfont\footnotesize} | 9971 | \def\vlvnumfont{\normalfont\footnotesize} |
9972 | \def\verselinenumfont#1{\def\vlvnumfont{#1}} | ||
9974 | \else | 9973 | \else |
9975 | \verselinenumfont{\normalfont\footnotesize} | 9974 | \verselinenumfont{\normalfont\footnotesize} |
9976 | \fi | 9975 | \fi |