aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2022-01-05 09:23:48 +0100
committerRobert Alessi <alessi@robertalessi.net>2022-01-05 09:23:48 +0100
commit35aa11e1c94869670fe5e9b2821c3262baf5d2f3 (patch)
tree564f32ad1e09bfa108408bddcd7c7e395ea0261e
parentb668f7d83ed5c6c3cfeb9a5ab66b27f99e27ca18 (diff)
downloadekdosis-35aa11e1c94869670fe5e9b2821c3262baf5d2f3.tar.gz
xurl was causing trouble
-rw-r--r--ekdosis.dtx12
1 files changed, 7 insertions, 5 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx
index 978d9da..5f7b313 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 [2022/01/04 v1.5-dev Typesetting TEI xml-compliant critical editions] 64 [2022/01/05 v1.5-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}
@@ -340,7 +340,7 @@ along with this program. If not, see
340 340
341@Software{keyfloat, 341@Software{keyfloat,
342 title = {The Keyfloat package}, 342 title = {The Keyfloat package},
343 subtitle = {Provides a key/value interface for generating 343 titleaddon = {Provides a key/value interface for generating
344 floats}, 344 floats},
345 author = {Dunn, Brian}, 345 author = {Dunn, Brian},
346 url = {https://ctan.org/pkg/keyfloat}, 346 url = {https://ctan.org/pkg/keyfloat},
@@ -386,7 +386,7 @@ along with this program. If not, see
386 386
387@Software{tcolorbox, 387@Software{tcolorbox,
388 title = {The Tcolorbox package}, 388 title = {The Tcolorbox package},
389 subtitle = {Coloured boxes, for LaTeX examples and theorems, 389 titleaddon = {Coloured boxes, for LaTeX examples and theorems,
390 etc}, 390 etc},
391 author = {Sturm, Thomas F.}, 391 author = {Sturm, Thomas F.},
392 url = {https://ctan.org/pkg/tcolorbox}, 392 url = {https://ctan.org/pkg/tcolorbox},
@@ -646,7 +646,9 @@ along with this program. If not, see
646\bibinput{ekdosis} 646\bibinput{ekdosis}
647\newcommand\vnref[1]{\vref{#1}, \enquote{\nameref{#1}}} 647\newcommand\vnref[1]{\vref{#1}, \enquote{\nameref{#1}}}
648\usepackage[style=oxnotes-inote,dashed]{biblatex} 648\usepackage[style=oxnotes-inote,dashed]{biblatex}
649\usepackage{xurl} 649\setcounter{biburllcpenalty}{100}
650\setcounter{biburlucpenalty}{200}
651\setcounter{biburlnumpenalty}{100}
650\DefineBibliographyStrings{english}{ 652\DefineBibliographyStrings{english}{
651 seenote={cf\adddotspace n\adddotspace}} 653 seenote={cf\adddotspace n\adddotspace}}
652\DeclareSourcemap{ 654\DeclareSourcemap{
@@ -7789,7 +7791,7 @@ Sample text with a \textcolor{red}{word} in red.
7789% \end{macrocode} 7791% \end{macrocode}
7790% \paragraph{\textsf{ekdosis} Symbol} 7792% \paragraph{\textsf{ekdosis} Symbol}
7791% \begin{macro}{\eKd} 7793% \begin{macro}{\eKd}
7792% \changes{v1.5}{2022/01/04}{Prints \textsf{ekdosis} indentifying 7794% \changes{v1.5}{2022/01/05}{Prints \textsf{ekdosis} indentifying
7793% symbol} As of v1.5, \pkg{ekdosis} has its own identifying 7795% symbol} As of v1.5, \pkg{ekdosis} has its own identifying
7794% symbol. It is produced by \cs{eKd} and best printed with the Old 7796% symbol. It is produced by \cs{eKd} and best printed with the Old
7795% Standard Greek font. 7797% Standard Greek font.