1 <?xml version="1.0" encoding="utf-8"?>
4 This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
5 Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
8 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
9 xmlns:wl="http://wolnelektury.pl/functions"
10 xmlns:dc="http://purl.org/dc/elements/1.1/"
11 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
13 <xsl:output encoding="utf-8" indent="yes" version="2.0" />
15 <xsl:template match="utwor">
16 <TeXML xmlns="http://getfo.sourceforge.net/texml/ns1">
18 \documentclass[<xsl:value-of select="@customizations"/>]{wl}
20 <!-- flags and values set on root -->
22 \newif\ifflaglessadvertising
23 <xsl:for-each select="@*[starts-with(name(), 'flag-')]">
25 <xsl:attribute name="name"><xsl:value-of select="wl:texcommand(name())" />true</xsl:attribute>
29 <xsl:for-each select="@*[starts-with(name(), 'data-')]">
31 \def\<xsl:value-of select="wl:texcommand(name())" />{<TeXML escape="1"><xsl:value-of select="."/></TeXML>}
37 <xsl:when test="@morefloats = 'new'">
39 \usepackage[maxfloats=64]{morefloats}
42 <xsl:when test="@morefloats = 'old'">
44 \usepackage{morefloats}
47 <xsl:when test="@morefloats = 'none'" />
50 \IfFileExists{morefloats.sty}{
51 \usepackage{morefloats}
57 <xsl:apply-templates select="rdf:RDF" mode="titlepage" />
58 <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode='titlepage' />
61 <xsl:if test="@data-cover-width">
62 <cmd name="makecover">
63 <parm><xsl:value-of select="210 * @data-cover-width div @data-cover-height" />mm</parm>
67 <xsl:if test="@thanks">
69 \def\thanknote{<TeXML escape="1"><xsl:value-of select="@thanks" /></TeXML>}
72 <cmd name="maketitle" />
74 <cmd name="tytul"><parm>
76 <xsl:when test="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu">
77 <!-- title in master -->
78 <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/autor_utworu" mode="title" />
79 <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/dzielo_nadrzedne" mode="title" />
80 <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu" mode="title" />
81 <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/podtytul" mode="title" />
82 <!-- dc in master or not -->
83 <cmd name="translatorsline" />
86 <!-- look for author title in dc -->
87 <xsl:apply-templates select="rdf:RDF" mode="firstdctitle" />
88 <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode='firstdctitle' />
92 <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" />
93 <xsl:apply-templates select="utwor" mode="part" />
96 <xsl:if test="@data-cover-by">
97 \def\coverby{Okładka na podstawie:
99 <xsl:when test="@data-cover-source">
100 \href{\datacoversource}{\datacoverby}
108 \def\editors{<TeXML escape="1"><xsl:call-template name="editors" /></TeXML>}
109 <xsl:if test="@funders">
110 \def\funders{Publikację ufundowali i ufundowały:
111 <TeXML escape="1"><xsl:value-of select="@funders" /></TeXML>.}
115 <cmd name="editorialsection" />
121 <xsl:template match="utwor" mode="part">
122 <cmd name="tytul"><parm>
124 <xsl:when test="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu">
125 <!-- title in master -->
126 <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu" mode="title" />
127 <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/podtytul" mode="title" />
130 <!-- look for title in dc -->
131 <xsl:apply-templates select="rdf:RDF" mode="dctitle" />
132 <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode='dctitle' />
137 <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" />
138 <xsl:apply-templates select="utwor" mode="part" />
141 <!-- =================== -->
142 <!-- = MAIN TITLE PAGE = -->
143 <!-- = (from DC) = -->
144 <!-- =================== -->
146 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="titlepage">
147 <xsl:apply-templates select="rdf:RDF" mode="titlepage" />
150 <xsl:template match="rdf:RDF" mode="titlepage">
152 \def\authors{<xsl:call-template name="authors" />}
154 \title{<xsl:apply-templates select=".//dc:title" mode="inline" />}
155 \def\translatorsline{<xsl:call-template name="translators" />}
157 \def\bookurl{<xsl:value-of select=".//dc:identifier.url" />}
159 \def\rightsinfo{Ten utwór nie jest objęty majątkowym prawem autorskim i~znajduje się w~domenie
160 publicznej, co oznacza że możesz go swobodnie wykorzystywać, publikować
161 i~rozpowszechniać. Jeśli utwór opatrzony jest dodatkowymi materiałami
162 (przypisy, motywy literackie etc.), które podlegają prawu autorskiemu, to
163 te dodatkowe materiały udostępnione są na licencji
164 \href{http://creativecommons.org/licenses/by-sa/3.0/}{Creative Commons
165 Uznanie Autorstwa – Na Tych Samych Warunkach 3.0 PL}.}
166 <xsl:if test=".//dc:rights.license">
167 \def\rightsinfo{Ten utwór jest udostepniony na licencji
168 \href{<xsl:value-of select=".//dc:rights.license" />}{<xsl:value-of select=".//dc:rights" />}.}
172 <xsl:if test=".//dc:source">
173 Tekst opracowany na podstawie: <xsl:apply-templates select=".//dc:source" mode="inline" />
176 \def\description{<xsl:apply-templates select=".//dc:description" mode="inline" />}
181 <!-- ============== -->
182 <!-- = BOOK TITLE = -->
183 <!-- = (from DC) = -->
184 <!-- ============== -->
186 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="dctitle">
187 <xsl:apply-templates select="rdf:RDF" mode="dctitle" />
190 <xsl:template match="rdf:RDF" mode="dctitle">
191 <cmd name="nazwapodutworu"><parm>
192 <xsl:apply-templates select=".//dc:title/node()" mode="inline" />
196 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="firstdctitle">
197 <xsl:apply-templates select="rdf:RDF" mode="firstdctitle" />
200 <xsl:template match="rdf:RDF" mode="firstdctitle">
201 <cmd name="autorutworu"><parm><cmd name="authors"/></parm></cmd>
202 <cmd name="nazwautworu"><parm>
203 <xsl:apply-templates select=".//dc:title/node()" mode="inline" />
205 <cmd name="translatorsline" />
209 <!-- ============================================================================== -->
210 <!-- = MASTER TAG = -->
211 <!-- = (can contain block tags, paragraph tags, standalone tags and special tags) = -->
212 <!-- ============================================================================== -->
213 <!-- ==================================================================================== -->
214 <!-- = BLOCK TAGS = -->
215 <!-- = (can contain other block tags, paragraph tags, standalone tags and special tags) = -->
216 <!-- ==================================================================================== -->
219 match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny|nota|dedykacja|dlugi_cytat|poezja_cyt|motto">
221 <xsl:attribute name="name">
222 <xsl:value-of select="wl:texcommand(name())" />
224 <parm><xsl:apply-templates/></parm>
228 <xsl:template match="lista_osob">
229 <cmd name="listaosob">
230 <parm><xsl:apply-templates select="naglowek_listy" /></parm>
231 <parm><xsl:apply-templates select="lista_osoba" /></parm>
235 <xsl:template match="kwestia">
237 <parm><xsl:apply-templates select="strofa|akap|didaskalia" /></parm>
242 <!-- ========================================== -->
243 <!-- = PARAGRAPH TAGS = -->
244 <!-- = (can contain inline and special tags) = -->
245 <!-- ========================================== -->
247 <!-- only in root -->
249 match="autor_utworu|dzielo_nadrzedne|nazwa_utworu|podtytul"
252 <xsl:attribute name="name">
253 <xsl:value-of select="wl:texcommand(name())" />
255 <parm><xsl:apply-templates mode="inline"/></parm>
261 match="naglowek_akt|naglowek_czesc|srodtytul|naglowek_osoba|naglowek_podrozdzial|naglowek_scena|naglowek_rozdzial|miejsce_czas|didaskalia|lista_osoba|akap|akap_dialog|akap_cd|motto_podpis|naglowek_listy">
263 <xsl:attribute name="name">
264 <xsl:value-of select="wl:texcommand(name())" />
266 <parm><xsl:apply-templates mode="inline"/></parm>
270 <xsl:template match="strofa">
271 <cmd name="strofa"><parm>
273 <xsl:when test="count(br) > 0">
274 <xsl:call-template name="verse">
275 <xsl:with-param name="verse-content" select="br[1]/preceding-sibling::text() | br[1]/preceding-sibling::node()" />
276 <xsl:with-param name="verse-type" select="br[1]/preceding-sibling::*[name() = 'wers_wciety' or name() = 'wers_akap' or name() = 'wers_cd'][1]" />
278 <xsl:for-each select="br">
279 <TeXML escape="0">\\{}</TeXML>
280 <!-- Each BR tag "consumes" text after it -->
281 <xsl:variable name="lnum" select="count(preceding-sibling::br)" />
282 <xsl:call-template name="verse">
283 <xsl:with-param name="verse-content"
284 select="following-sibling::text()[count(preceding-sibling::br) = $lnum+1] | following-sibling::node()[count(preceding-sibling::br) = $lnum+1]" />
285 <xsl:with-param name="verse-type" select="following-sibling::*[count(preceding-sibling::br) = $lnum+1 and (name() = 'wers_wciety' or name() = 'wers_akap' or name() = 'wers_cd')][1]" />
290 <xsl:call-template name="verse">
291 <xsl:with-param name="verse-content" select="text() | node()" />
292 <xsl:with-param name="verse-type" select="wers_wciety|wers_akap|wers_cd[1]" />
300 <xsl:template name="verse">
301 <xsl:param name="verse-content" />
302 <xsl:param name="verse-type" />
305 <xsl:attribute name="name">
307 <xsl:when test="$verse-type != ''">
308 <xsl:value-of select='wl:texcommand(name($verse-type))' />
310 <xsl:otherwise>wers</xsl:otherwise>
313 <xsl:if test="string($verse-content/@typ)">
314 <opt><xsl:value-of select="$verse-content/@typ" />em</opt>
316 <parm><xsl:apply-templates select="$verse-content" mode="inline"/></parm>
320 <!-- ================================================ -->
321 <!-- = INLINE TAGS = -->
322 <!-- = (contain other inline tags and special tags) = -->
323 <!-- ================================================ -->
325 <xsl:template mode="inline"
326 match="pa|pe|pr|pt|mat|didask_tekst|slowo_obce|wyroznienie|osoba">
328 <xsl:attribute name="name">
329 <xsl:value-of select="wl:texcommand(name())" />
331 <parm><xsl:apply-templates mode="inline"/></parm>
337 <xsl:template match="tytul_dziela" mode="inline">
338 <cmd name="tytuldziela"><parm>
339 <xsl:if test="@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="@typ = '1'">”</xsl:if>
345 <!-- ============================================== -->
346 <!-- = STANDALONE TAGS = -->
347 <!-- = (cannot contain any other tags) = -->
348 <!-- ============================================== -->
350 match="sekcja_swiatlo|sekcja_asterysk|separator_linia">
352 <xsl:attribute name="name">
353 <xsl:value-of select="wl:texcommand(name())" />
359 <!-- ================ -->
360 <!-- = SPECIAL TAGS = -->
361 <!-- ================ -->
365 <xsl:template match="begin|end|motyw">
366 <xsl:apply-templates select='.' mode="inline" />
369 <xsl:template match="begin" mode="inline" />
370 <xsl:template match="end" mode="inline" />
372 <xsl:template match="motyw" mode="inline">
374 <xsl:if test="@moved">
375 <opt name="moved"><xsl:value-of select="@moved" /></opt>
377 <parm><xsl:apply-templates mode="inline" /></parm>
381 <xsl:template name="authors">
382 <xsl:for-each select=".//dc:creator_parsed">
383 <xsl:if test="position() != 1">, </xsl:if>
384 <xsl:apply-templates mode="inline" />
388 <xsl:template name="editors">
389 <xsl:if test="@editors">
390 <xsl:text>Opracowanie redakcyjne i przypisy: </xsl:text>
391 <xsl:value-of select="@editors" />
392 <xsl:text>.</xsl:text>
396 <xsl:template name="translators">
397 <xsl:if test=".//dc:contributor.translator_parsed">
398 <cmd name='translator'><parm>
399 <xsl:for-each select=".//dc:contributor.translator_parsed">
400 <xsl:if test="position() != 1">, </xsl:if>
401 <xsl:apply-templates mode="inline" />
408 <!-- ============== -->
409 <!-- = ADDED TAGS = -->
410 <!-- ============== -->
413 <xsl:template match="dywiz" mode="inline">
417 <xsl:template match="nbsp" mode="inline">
421 <xsl:template match="alien" mode="inline">
424 <xsl:apply-templates mode="inline" />
428 <!-- ================ -->
429 <!-- = IGNORED TAGS = -->
430 <!-- ================ -->
431 <xsl:template match="extra|uwaga" />
432 <xsl:template match="extra|uwaga" mode="inline" />
434 <xsl:template match="nota_red" />
439 <xsl:template match="text()" />
440 <xsl:template match="text()" mode="inline">
441 <xsl:if test="preceding-sibling::node() and wl:starts_white(.)">
442 <xsl:text> </xsl:text>
445 <xsl:value-of select="wl:substitute_entities(wl:strip(.))" />
447 <xsl:if test="following-sibling::node() and wl:ends_white(.)">
448 <xsl:text> </xsl:text>