From eb039c204e543153e65ab205de2f5bb8ac17fe1b Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 17 Dec 2024 14:18:59 +0100 Subject: [PATCH] fix --- setup.py | 2 +- src/librarian/pdf/wl.cls | 2 +- src/librarian/pdf/wl2tex.xslt | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 418f7bc..cde62c2 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_tree(prefix, path): setup( name='librarian', - version='24.5.3', + version='24.5.4', description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats', author="Marek Stępniowski", author_email='marek@stepniowski.com', diff --git a/src/librarian/pdf/wl.cls b/src/librarian/pdf/wl.cls index a56629b..16248c1 100644 --- a/src/librarian/pdf/wl.cls +++ b/src/librarian/pdf/wl.cls @@ -829,7 +829,7 @@ Letters={Uppercase} } -\newcommand{\list}[1]{% +\newcommand{\wllist}[1]{% \begin{quotation}% #1% \end{quotation}% diff --git a/src/librarian/pdf/wl2tex.xslt b/src/librarian/pdf/wl2tex.xslt index 319f608..3388154 100644 --- a/src/librarian/pdf/wl2tex.xslt +++ b/src/librarian/pdf/wl2tex.xslt @@ -348,7 +348,7 @@ + match="naglowek_osoba|naglowek_podrozdzial|podtytul_podrozdzial|miejsce_czas|didaskalia|lista_osoba|akap|akap_dialog|akap_cd|motto_podpis|naglowek_listy|srodtytul|podtytul_czesc|podtytul_rozdzial|podtytul_akt|podtytul_scena|werset|adresat|miejsce_data|naglowek_listu|pozdrowienie|podpis"> @@ -364,6 +364,13 @@ + + + + + + + -- 2.20.1