top align in tables
[librarian.git] / librarian / pdf / wl2tex.xslt
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3
4    This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
5    Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
6
7 -->
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#" >
12
13 <xsl:output encoding="utf-8" indent="yes" version="2.0" />
14
15 <xsl:template match="utwor">
16     <TeXML xmlns="http://getfo.sourceforge.net/texml/ns1">
17         <TeXML escape="0">
18         \documentclass[<xsl:value-of select="@customizations"/>]{wl}
19
20         <!-- flags and values set on root -->
21
22         \newif\ifflaglessadvertising
23         <xsl:for-each select="@*[starts-with(name(), 'flag-')]">
24             <cmd>
25                 <xsl:attribute name="name"><xsl:value-of select="wl:texcommand(name())" />true</xsl:attribute>
26             </cmd>
27         </xsl:for-each>
28
29         <xsl:for-each select="@*[starts-with(name(), 'data-')]">
30             <TeXML escape="0">
31                 \def\<xsl:value-of select="wl:texcommand(name())" />{<TeXML escape="1"><xsl:value-of select="."/></TeXML>}
32             </TeXML>
33         </xsl:for-each>
34         </TeXML>
35
36         <xsl:choose>
37             <xsl:when test="@morefloats = 'new'">
38                 <TeXML escape="0">
39                     \usepackage[maxfloats=53]{morefloats}
40                 </TeXML>
41             </xsl:when>
42             <xsl:when test="@morefloats = 'old'">
43                 <TeXML escape="0">
44                     \usepackage{morefloats}
45                 </TeXML>
46             </xsl:when>
47             <xsl:when test="@morefloats = 'none'" />
48             <xsl:otherwise>
49                 <TeXML escape="0">
50                     \IfFileExists{morefloats.sty}{
51                         \usepackage{morefloats}
52                     }{}
53                 </TeXML>
54             </xsl:otherwise>
55         </xsl:choose>
56
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' />
59
60         <env name="document">
61             <xsl:if test="@data-cover-width">
62                 <cmd name="makecover">
63                     <parm>210mm</parm>
64                     <parm><xsl:value-of select="210 * @data-cover-height div @data-cover-width" />mm</parm>
65                 </cmd>
66             </xsl:if>
67                 <xsl:if test="@thanks">
68                     <TeXML escape="0">
69                         \def\thanknote{<TeXML escape="1"><xsl:value-of select="@thanks" /></TeXML>}
70                     </TeXML>
71                 </xsl:if>
72             <cmd name="maketitle" />
73
74             <cmd name="tytul"><parm>
75               <xsl:choose>
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" />
84                 </xsl:when>
85                 <xsl:otherwise>
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' />
89                 </xsl:otherwise>
90               </xsl:choose>
91             </parm></cmd>
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" />
94
95             <TeXML escape="0">
96                 <xsl:if test="@data-cover-by">
97                 \def\coverby{Okładka na podstawie:
98                     <xsl:choose>
99                     <xsl:when test="@data-cover-source">
100                         \href{\datacoversource}{\datacoverby}
101                     </xsl:when>
102                     <xsl:otherwise>
103                         \datacoverby{}
104                     </xsl:otherwise>
105                     </xsl:choose>
106                 }
107                 </xsl:if>
108                 \def\editors{<TeXML escape="1"><xsl:call-template name="editors" /></TeXML>}
109                 <xsl:if test="@funders">
110                     \def\funders{Publikację wsparli i wsparły:
111                         <TeXML escape="1"><xsl:value-of select="@funders" /></TeXML>.}
112                 </xsl:if>
113
114                 <xsl:if test="@sponsor-note|data-sponsor">
115                     \def\sponsors{
116                         \scriptsize
117                         <xsl:choose>
118                             <xsl:when test="@sponsor-note">
119                                 <TeXML escape="1"><xsl:value-of select="@sponsor-note" /></TeXML>
120                             </xsl:when>
121                             <xsl:otherwise>
122                                 Sfinansowano ze~środków:
123                             </xsl:otherwise>
124                         </xsl:choose>
125
126                         \vspace{1em}
127
128                         <xsl:apply-templates select="data-sponsor" mode="sponsor" />
129                     }
130                 </xsl:if>
131             </TeXML>
132
133             <cmd name="editorialsection" />
134
135         </env>
136     </TeXML>
137 </xsl:template>
138
139 <xsl:template match="utwor" mode="part">
140     <cmd name="tytul"><parm>
141       <xsl:choose>
142         <xsl:when test="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu">
143             <!-- title in master -->
144             <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu" mode="title" />
145             <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/podtytul" mode="title" />
146         </xsl:when>
147         <xsl:otherwise>
148             <!-- look for title in dc -->
149             <xsl:apply-templates select="rdf:RDF" mode="dctitle" />
150             <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode='dctitle' />
151         </xsl:otherwise>
152       </xsl:choose>
153     </parm></cmd>
154
155     <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" />
156     <xsl:apply-templates select="utwor" mode="part" />
157 </xsl:template>
158
159 <!-- =================== -->
160 <!-- = MAIN TITLE PAGE = -->
161 <!-- = (from DC)       = -->
162 <!-- =================== -->
163
164 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="titlepage">
165     <xsl:apply-templates select="rdf:RDF" mode="titlepage" />
166 </xsl:template>
167
168 <xsl:template match="rdf:RDF" mode="titlepage">
169     <TeXML escape="0">
170         \def\authors{<TeXML escape="1"><xsl:call-template name="authors" /></TeXML>}
171         \author{\authors}
172         \title{<TeXML escape="1"><xsl:apply-templates select=".//dc:title" mode="inline" /></TeXML>}
173         \def\translatorsline{<TeXML escape="1"><xsl:call-template name="translators" /></TeXML>}
174
175         \def\bookurl{<TeXML escape="1"><xsl:value-of select=".//dc:identifier.url" /></TeXML>}
176
177         \def\rightsinfo{Ten utwór nie jest objęty majątkowym prawem autorskim i~znajduje się w~domenie
178             publicznej, co oznacza że możesz go swobodnie wykorzystywać, publikować
179             i~rozpowszechniać. Jeśli utwór opatrzony jest dodatkowymi materiałami
180             (przypisy, motywy literackie etc.), które podlegają prawu autorskiemu, to
181             te dodatkowe materiały udostępnione są na licencji
182             \href{http://creativecommons.org/licenses/by-sa/3.0/}{Creative Commons
183             Uznanie Autorstwa – Na Tych Samych Warunkach 3.0 PL}.}
184         <xsl:if test=".//dc:rights.license">
185             \def\rightsinfo{Ten utwór jest udostępniony na licencji
186             \href{<xsl:value-of select=".//dc:rights.license" />}{<TeXML escape="1"><xsl:apply-templates select=".//dc:rights" mode="inline" /></TeXML>}.}
187         </xsl:if>
188
189         \def\sourceinfo{
190             <xsl:if test=".//dc:source">
191                 Tekst opracowany na podstawie: <TeXML escape="1"><xsl:apply-templates select=".//dc:source" mode="inline" /></TeXML>
192                 \vspace{.6em}
193             </xsl:if>}
194         \def\publisherinfo{
195             <xsl:if test=".//dc:publisher">
196                 Wydawca:
197                 <TeXML escape="1">
198                     <xsl:for-each select=".//dc:publisher/text()">
199                         <xsl:value-of select="."/>
200                         <xsl:if test="not(position() = last())">, </xsl:if>
201                     </xsl:for-each>
202                 </TeXML>
203                 \vspace{.6em}
204             </xsl:if>}
205         \def\description{<TeXML escape="1"><xsl:apply-templates select=".//dc:description" mode="inline" /></TeXML>}
206         <xsl:if test=".//meta[@id='pdf-id']">
207             <xsl:variable name="isbn" select=".//meta[@id='pdf-id']"/>
208             \def\isbn{ISBN <xsl:value-of select="substring-after($isbn, 'ISBN-')"/>}
209         </xsl:if>
210     </TeXML>
211 </xsl:template>
212
213
214 <!-- ============== -->
215 <!-- = BOOK TITLE = -->
216 <!-- = (from DC)  = -->
217 <!-- ============== -->
218
219 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="dctitle">
220     <xsl:apply-templates select="rdf:RDF" mode="dctitle" />
221 </xsl:template>
222
223 <xsl:template match="rdf:RDF" mode="dctitle">
224     <cmd name="nazwapodutworu"><parm>
225         <xsl:apply-templates select=".//dc:title/node()" mode="inline" />
226     </parm></cmd>
227 </xsl:template>
228
229 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="firstdctitle">
230     <xsl:apply-templates select="rdf:RDF" mode="firstdctitle" />
231 </xsl:template>
232
233 <xsl:template match="rdf:RDF" mode="firstdctitle">
234     <cmd name="autorutworu"><parm><cmd name="authors"/></parm></cmd>
235     <cmd name="nazwautworu"><parm>
236         <xsl:apply-templates select=".//dc:title/node()" mode="inline" />
237     </parm></cmd>
238     <cmd name="translatorsline" />
239 </xsl:template>
240
241
242 <!-- ============================================================================== -->
243 <!-- = MASTER TAG                                                                 = -->
244 <!-- = (can contain block tags, paragraph tags, standalone tags and special tags) = -->
245 <!-- ============================================================================== -->
246 <!-- ==================================================================================== -->
247 <!-- = BLOCK TAGS                                                                       = -->
248 <!-- = (can contain other block tags, paragraph tags, standalone tags and special tags) = -->
249 <!-- ==================================================================================== -->
250
251 <xsl:template
252     match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny|nota|dedykacja|dlugi_cytat|poezja_cyt|motto">
253     <cmd>
254         <xsl:attribute name="name">
255             <xsl:value-of select="wl:texcommand(name())" />
256         </xsl:attribute>
257         <parm><xsl:apply-templates/></parm>
258     </cmd>
259 </xsl:template>
260
261 <xsl:template match="lista_osob">
262     <cmd name="listaosob">
263         <parm><xsl:apply-templates select="naglowek_listy" /></parm>
264         <parm><xsl:apply-templates select="lista_osoba" /></parm>
265     </cmd>
266 </xsl:template>
267
268 <xsl:template match="kwestia">
269     <cmd name="kwestia">
270         <parm><xsl:apply-templates select="strofa|akap|didaskalia" /></parm>
271     </cmd>
272 </xsl:template>
273
274 <xsl:template match="ilustr">
275     <cmd name="ilustr">
276         <parm><xsl:value-of select="@src" /></parm>
277         <parm><xsl:value-of select="@alt" /></parm>
278     </cmd>
279 </xsl:template>
280
281 <!-- ========================================== -->
282 <!-- = PARAGRAPH TAGS                         = -->
283 <!-- = (can contain inline and special tags)  = -->
284 <!-- ========================================== -->
285
286 <!-- only in root -->
287 <xsl:template
288     match="autor_utworu|dzielo_nadrzedne|nazwa_utworu|podtytul"
289     mode="title">
290     <cmd>
291         <xsl:attribute name="name">
292             <xsl:value-of select="wl:texcommand(name())" />
293         </xsl:attribute>
294         <parm><xsl:apply-templates mode="inline"/></parm>
295     </cmd>
296 </xsl:template>
297
298
299 <xsl:template
300     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">
301     <cmd>
302         <xsl:attribute name="name">
303             <xsl:value-of select="wl:texcommand(name())" />
304         </xsl:attribute>
305         <parm><xsl:apply-templates mode="inline"/></parm>
306     </cmd>
307 </xsl:template>
308
309 <xsl:template match="strofa" mode="inline">
310     <env name="minipage">
311         <opt>t</opt>
312         <parm><cmd name="linewidth" /></parm>
313         <parm><xsl:apply-templates select="." /></parm>
314     </env>
315 </xsl:template>
316
317 <xsl:template match="strofa">
318   <cmd name="strofa"><parm>
319     <xsl:choose>
320         <xsl:when test="count(br) > 0">
321             <xsl:call-template name="verse">
322                 <xsl:with-param name="verse-content" select="br[1]/preceding-sibling::text() | br[1]/preceding-sibling::node()" />
323                 <xsl:with-param name="verse-type" select="br[1]/preceding-sibling::*[name() = 'wers_wciety' or name() = 'wers_akap' or name() = 'wers_cd' or name() = 'wers_do_prawej'][1]" />
324             </xsl:call-template>
325             <xsl:for-each select="br">
326                 <TeXML escape="0">\\{}</TeXML>
327                 <!-- Each BR tag "consumes" text after it -->
328                 <xsl:variable name="lnum" select="count(preceding-sibling::br)" />
329                 <xsl:call-template name="verse">
330                     <xsl:with-param name="verse-content"
331                         select="following-sibling::text()[count(preceding-sibling::br) = $lnum+1] | following-sibling::node()[count(preceding-sibling::br) = $lnum+1]" />
332                     <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' or name() = 'wers_do_prawej')][1]" />
333                 </xsl:call-template>
334             </xsl:for-each>
335         </xsl:when>
336         <xsl:otherwise>
337             <xsl:call-template name="verse">
338                 <xsl:with-param name="verse-content" select="text() | node()" />
339                 <xsl:with-param name="verse-type" select="wers_wciety|wers_akap|wers_cd|wers_do_prawej[1]" />
340             </xsl:call-template>
341         </xsl:otherwise>
342     </xsl:choose>
343   </parm></cmd>
344 </xsl:template>
345
346
347 <xsl:template name="verse">
348     <xsl:param name="verse-content" />
349     <xsl:param name="verse-type" />
350
351     <cmd>
352         <xsl:attribute name="name">
353             <xsl:choose>
354                 <xsl:when test="$verse-type != ''">
355                     <xsl:value-of select='wl:texcommand(name($verse-type))' />
356                 </xsl:when>
357                 <xsl:otherwise>wers</xsl:otherwise>
358             </xsl:choose>
359         </xsl:attribute>
360         <xsl:if test="string($verse-content/@typ)">
361             <opt><xsl:value-of select="$verse-content/@typ" />em</opt>
362         </xsl:if>
363         <parm><xsl:apply-templates select="$verse-content" mode="inline"/></parm>
364     </cmd>
365 </xsl:template>
366
367 <!-- ================================================ -->
368 <!-- = INLINE TAGS                                  = -->
369 <!-- = (contain other inline tags and special tags) = -->
370 <!-- ================================================ -->
371
372 <xsl:template mode="inline"
373     match="pa|pe|pr|pt|mat|didask_tekst|slowo_obce|wyroznienie|osoba|indeks_dolny|wieksze_odstepy">
374     <cmd>
375         <xsl:attribute name="name">
376             <xsl:value-of select="wl:texcommand(name())" />
377         </xsl:attribute>
378         <parm><xsl:apply-templates mode="inline"/></parm>
379     </cmd>
380 </xsl:template>
381
382
383
384 <xsl:template match="tytul_dziela" mode="inline">
385     <cmd name="tytuldziela"><parm>
386         <xsl:if test="@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="@typ = '1'">”</xsl:if>
387     </parm></cmd>
388 </xsl:template>
389
390
391
392 <!-- ============================================== -->
393 <!-- = STANDALONE TAGS                            = -->
394 <!-- = (cannot contain any other tags)            = -->
395 <!-- ============================================== -->
396 <xsl:template
397     match="sekcja_swiatlo|sekcja_asterysk|separator_linia">
398     <cmd>
399         <xsl:attribute name="name">
400             <xsl:value-of select="wl:texcommand(name())" />
401         </xsl:attribute>
402     </cmd>
403 </xsl:template>
404
405
406 <!-- ================ -->
407 <!-- = SPECIAL TAGS = -->
408 <!-- ================ -->
409 <!-- Themes -->
410
411
412 <xsl:template match="begin|end|motyw">
413     <xsl:apply-templates select='.' mode="inline" />
414 </xsl:template>
415
416 <xsl:template match="begin" mode="inline" />
417 <xsl:template match="end" mode="inline" />
418
419 <xsl:template match="motyw" mode="inline">
420     <cmd name="motyw">
421         <xsl:if test="@moved">
422             <opt name="moved"><xsl:value-of select="@moved" /></opt>
423         </xsl:if>
424         <parm><xsl:apply-templates mode="inline" /></parm>
425     </cmd>
426 </xsl:template>
427
428 <xsl:template name="authors">
429     <xsl:for-each select=".//dc:creator_parsed">
430         <xsl:if test="position() != 1">, </xsl:if>
431         <xsl:apply-templates mode="inline" />
432     </xsl:for-each>
433 </xsl:template>
434
435 <xsl:template name="editors">
436     <xsl:if test="@editors">
437         <xsl:text>Opracowanie redakcyjne i przypisy: </xsl:text>
438         <xsl:value-of select="@editors" />
439         <xsl:text>.</xsl:text>
440     </xsl:if>
441 </xsl:template>
442
443 <xsl:template name="translators">
444     <xsl:if test=".//dc:contributor.translator_parsed">
445         <cmd name='translator'><parm>
446             <xsl:for-each select=".//dc:contributor.translator_parsed">
447                 <xsl:if test="position() != 1">, </xsl:if>
448                 <xsl:apply-templates mode="inline" />
449             </xsl:for-each>
450         </parm></cmd>
451     </xsl:if>
452 </xsl:template>
453
454 <xsl:template match="data-sponsor" mode="sponsor">
455     <cmd name="par"><parm>
456     <xsl:choose>
457         <xsl:when test="@src">
458             \includegraphics[height=0.25\textwidth,width=0.25\textwidth,keepaspectratio]{<xsl:value-of select="@src" />}
459         </xsl:when>
460         <xsl:otherwise>
461             <xsl:value-of select="@name" />
462         </xsl:otherwise>
463     </xsl:choose>
464     </parm></cmd>
465 </xsl:template>
466
467 <xsl:template match="mat" mode="inline">
468     <TeXML escape="0">
469         <xsl:text>$</xsl:text>
470         <xsl:value-of select="wl:mathml_latex(.)" />
471         <xsl:text>$</xsl:text>
472     </TeXML>
473 </xsl:template>
474
475 <xsl:template match="mat">
476     <TeXML escape="0">
477         <xsl:text>$$</xsl:text>
478         <xsl:value-of select="wl:mathml_latex(.)" />
479         <xsl:text>$$</xsl:text>
480     </TeXML>
481 </xsl:template>
482
483 <xsl:template match="tabela|tabelka">
484     <cmd name="par" />
485     <cmd name="vspace"><parm>1em</parm></cmd>
486     <group><cmd name="raggedright" />
487     <xsl:element name="env">
488         <xsl:attribute name="name">
489             <xsl:choose>
490                 <xsl:when test="name(.)='tabela'">longtabu</xsl:when>
491                 <xsl:otherwise>tabu</xsl:otherwise>
492             </xsl:choose>
493         </xsl:attribute> to <TeXML escape="0">\textwidth </TeXML>
494       <!--parm><cmd name="textwidth"/></parm-->
495       <parm><TeXML escape="0"><xsl:value-of select="@_format" /></TeXML></parm>
496         <xsl:choose>
497         <xsl:when test="@ramka='1' or @ramki='1'">
498           <cmd name="hline" />
499           <xsl:apply-templates mode="wiersze-ramki"/>
500         </xsl:when>
501         <xsl:otherwise>
502           <xsl:apply-templates/>
503         </xsl:otherwise>
504         </xsl:choose>
505     </xsl:element>
506     </group>
507     <cmd name="vspace"><parm>1em</parm></cmd>
508 </xsl:template>
509 <xsl:template match="wiersz" mode="wiersze-ramki">
510     <xsl:apply-templates />
511     <spec cat="esc"/><spec cat="esc"/>
512     <cmd name="hline" gr="0" />
513 </xsl:template>
514 <xsl:template match="wiersz">
515     <xsl:apply-templates />
516     <spec cat="esc"/><spec cat="esc"/>
517 </xsl:template>
518 <xsl:template match="kol">
519     <xsl:apply-templates mode="inline"/>
520     <xsl:if test="position() &lt; last()">
521     <spec cat="align"/>
522     </xsl:if>
523 </xsl:template>
524
525
526 <!-- ============== -->
527 <!-- = ADDED TAGS = -->
528 <!-- ============== -->
529
530
531 <xsl:template match="dywiz" mode="inline">
532     <cmd name="dywiz" />
533 </xsl:template>
534
535 <xsl:template match="nbsp" mode="inline">
536     <spec cat="tilde" />
537 </xsl:template>
538
539 <xsl:template match="alien" mode="inline">
540     <group>
541         <cmd name="alien" />
542         <xsl:apply-templates mode="inline" />
543     </group>
544 </xsl:template>
545
546 <!-- ================ -->
547 <!-- = IGNORED TAGS = -->
548 <!-- ================ -->
549 <xsl:template match="extra|uwaga" />
550 <xsl:template match="extra|uwaga" mode="inline" />
551
552 <xsl:template match="nota_red" />
553 <xsl:template match="abstrakt" />
554
555 <!-- ======== -->
556 <!-- = TEXT = -->
557 <!-- ======== -->
558 <xsl:template match="text()" />
559 <xsl:template match="text()" mode="inline">
560     <xsl:if test="preceding-sibling::node() and wl:starts_white(.)">
561       <xsl:text> </xsl:text>
562     </xsl:if>
563
564     <xsl:value-of select="wl:substitute_entities(wl:strip(.))" />
565
566     <xsl:if test="following-sibling::node() and wl:ends_white(.)">
567       <xsl:text> </xsl:text>
568     </xsl:if>
569 </xsl:template>
570
571
572 </xsl:stylesheet>