fix slowo_obce for toc
[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:if test="//utwor//utwor or //naglowek_czesc or //naglowek_akt or //srodtytul or //naglowek_scena or //naglowek_rozdzial">
93                 <cmd name="ifshowtoc" />
94                 <cmd name="setcounter" >
95                     <parm>tocdepth</parm>
96                     <parm>3</parm>
97                 </cmd>
98                 <cmd name="tableofcontents" />
99                 <cmd name="clearpage" />
100                 <cmd name="fi" />
101             </xsl:if>
102             <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" />
103             <xsl:apply-templates select="utwor" mode="part" />
104
105             <TeXML escape="0">
106                 <xsl:if test="@data-cover-by">
107                 \def\coverby{Okładka na podstawie:
108                     <xsl:choose>
109                     <xsl:when test="@data-cover-source">
110                         \href{\datacoversource}{\datacoverby}
111                     </xsl:when>
112                     <xsl:otherwise>
113                         \datacoverby{}
114                     </xsl:otherwise>
115                     </xsl:choose>
116                 }
117                 </xsl:if>
118                 \def\editors{<TeXML escape="1"><xsl:call-template name="editors" /></TeXML>}
119                 <xsl:if test="@funders">
120                     \def\funders{Publikację wsparli i wsparły:
121                         <TeXML escape="1"><xsl:value-of select="@funders" /></TeXML>.}
122                 </xsl:if>
123
124                 <xsl:if test="@sponsor-note|data-sponsor">
125                     \def\sponsors{
126                         \scriptsize
127                         <xsl:choose>
128                             <xsl:when test="@sponsor-note">
129                                 <TeXML escape="1"><xsl:value-of select="@sponsor-note" /></TeXML>
130                             </xsl:when>
131                             <xsl:otherwise>
132                                 Sfinansowano ze~środków:
133                             </xsl:otherwise>
134                         </xsl:choose>
135
136                         \vspace{1em}
137
138                         <xsl:apply-templates select="data-sponsor" mode="sponsor" />
139                     }
140                 </xsl:if>
141             </TeXML>
142
143             <cmd name="editorialsection" />
144
145         </env>
146     </TeXML>
147 </xsl:template>
148
149 <xsl:template match="utwor" mode="part">
150     <cmd name="tytul"><parm>
151       <xsl:choose>
152         <xsl:when test="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu">
153             <!-- title in master -->
154             <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/nazwa_utworu" mode="part_title" />
155             <xsl:apply-templates select="(powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny)/podtytul" mode="title" />
156         </xsl:when>
157         <xsl:otherwise>
158             <!-- look for title in dc -->
159             <xsl:apply-templates select="rdf:RDF" mode="dctitle" />
160             <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode='dctitle' />
161         </xsl:otherwise>
162       </xsl:choose>
163     </parm></cmd>
164
165     <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" />
166     <xsl:apply-templates select="utwor" mode="part" />
167 </xsl:template>
168
169 <!-- =================== -->
170 <!-- = MAIN TITLE PAGE = -->
171 <!-- = (from DC)       = -->
172 <!-- =================== -->
173
174 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="titlepage">
175     <xsl:apply-templates select="rdf:RDF" mode="titlepage" />
176 </xsl:template>
177
178 <xsl:template match="rdf:RDF" mode="titlepage">
179     <TeXML escape="0">
180         \def\authors{<TeXML escape="1"><xsl:call-template name="authors" /></TeXML>}
181         \author{\authors}
182         \title{<TeXML escape="1"><xsl:apply-templates select=".//dc:title" mode="inline" /></TeXML>}
183         \def\translatorsline{<TeXML escape="1"><xsl:call-template name="translators" /></TeXML>}
184
185         \def\bookurl{<TeXML escape="1"><xsl:value-of select=".//dc:identifier.url" /></TeXML>}
186
187         \def\rightsinfo{Ten utwór nie jest objęty majątkowym prawem autorskim i~znajduje się w~domenie
188             publicznej, co oznacza że możesz go swobodnie wykorzystywać, publikować
189             i~rozpowszechniać. Jeśli utwór opatrzony jest dodatkowymi materiałami
190             (przypisy, motywy literackie etc.), które podlegają prawu autorskiemu, to
191             te dodatkowe materiały udostępnione są na licencji
192             \href{http://creativecommons.org/licenses/by-sa/3.0/}{Creative Commons
193             Uznanie Autorstwa – Na Tych Samych Warunkach 3.0 PL}.}
194         <xsl:if test=".//dc:rights.license">
195             \def\rightsinfo{Ten utwór jest udostępniony na licencji
196             \href{<xsl:value-of select=".//dc:rights.license" />}{<TeXML escape="1"><xsl:apply-templates select=".//dc:rights" mode="inline" /></TeXML>}.}
197         </xsl:if>
198
199         \def\sourceinfo{
200             <xsl:if test=".//dc:source">
201                 Tekst opracowany na podstawie: <TeXML escape="1"><xsl:apply-templates select=".//dc:source" mode="inline" /></TeXML>
202                 \vspace{.6em}
203             </xsl:if>}
204         \def\publisherinfo{
205             <xsl:if test=".//dc:publisher">
206                 Wydawca:
207                 <TeXML escape="1">
208                     <xsl:for-each select=".//dc:publisher/text()">
209                         <xsl:value-of select="."/>
210                         <xsl:if test="not(position() = last())">, </xsl:if>
211                     </xsl:for-each>
212                 </TeXML>
213                 \vspace{.6em}
214             </xsl:if>}
215         \def\description{<TeXML escape="1"><xsl:apply-templates select=".//dc:description" mode="inline" /></TeXML>}
216         <xsl:if test=".//meta[@id='pdf-id']">
217             <xsl:variable name="isbn" select=".//meta[@id='pdf-id']"/>
218             \def\isbn{ISBN <xsl:value-of select="substring-after($isbn, 'ISBN-')"/>}
219         </xsl:if>
220     </TeXML>
221 </xsl:template>
222
223
224 <!-- ============== -->
225 <!-- = BOOK TITLE = -->
226 <!-- = (from DC)  = -->
227 <!-- ============== -->
228
229 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="dctitle">
230     <xsl:apply-templates select="rdf:RDF" mode="dctitle" />
231 </xsl:template>
232
233 <xsl:template match="rdf:RDF" mode="dctitle">
234     <cmd name="autorpodutworu">
235         <parm><xsl:call-template name="authors" /></parm>
236     </cmd>
237     <cmd name="nazwapodutworu"><parm>
238         <xsl:apply-templates select=".//dc:title/node()" mode="inline" />
239     </parm></cmd>
240 </xsl:template>
241
242 <xsl:template match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" mode="firstdctitle">
243     <xsl:apply-templates select="rdf:RDF" mode="firstdctitle" />
244 </xsl:template>
245
246 <xsl:template match="rdf:RDF" mode="firstdctitle">
247     <cmd name="autorutworu"><parm><cmd name="authors"/></parm></cmd>
248     <cmd name="nazwautworu"><parm>
249         <xsl:apply-templates select=".//dc:title/node()" mode="inline" />
250     </parm></cmd>
251     <cmd name="translatorsline" />
252 </xsl:template>
253
254
255 <!-- ============================================================================== -->
256 <!-- = MASTER TAG                                                                 = -->
257 <!-- = (can contain block tags, paragraph tags, standalone tags and special tags) = -->
258 <!-- ============================================================================== -->
259 <!-- ==================================================================================== -->
260 <!-- = BLOCK TAGS                                                                       = -->
261 <!-- = (can contain other block tags, paragraph tags, standalone tags and special tags) = -->
262 <!-- ==================================================================================== -->
263
264 <xsl:template
265     match="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny|nota|dedykacja|dlugi_cytat|poezja_cyt|motto|ramka">
266     <cmd>
267         <xsl:attribute name="name">
268             <xsl:value-of select="wl:texcommand(name())" />
269         </xsl:attribute>
270         <parm><xsl:apply-templates/></parm>
271     </cmd>
272 </xsl:template>
273
274 <xsl:template match="lista_osob">
275     <cmd name="listaosob">
276         <parm><xsl:apply-templates select="naglowek_listy" /></parm>
277         <parm><xsl:apply-templates select="lista_osoba" /></parm>
278     </cmd>
279 </xsl:template>
280
281 <xsl:template match="kwestia">
282     <cmd name="kwestia">
283         <parm><xsl:apply-templates select="strofa|akap|didaskalia" /></parm>
284     </cmd>
285 </xsl:template>
286
287 <xsl:template match="ilustr">
288     <cmd name="ilustr">
289         <parm><xsl:value-of select="@src" /></parm>
290         <parm><xsl:value-of select="@alt" /></parm>
291     </cmd>
292 </xsl:template>
293
294 <!-- ========================================== -->
295 <!-- = PARAGRAPH TAGS                         = -->
296 <!-- = (can contain inline and special tags)  = -->
297 <!-- ========================================== -->
298
299 <!-- only in root -->
300 <xsl:template
301     match="autor_utworu|dzielo_nadrzedne|nazwa_utworu|podtytul"
302     mode="title">
303     <cmd>
304         <xsl:attribute name="name">
305             <xsl:value-of select="wl:texcommand(name())" />
306         </xsl:attribute>
307         <parm><xsl:apply-templates mode="inline"/></parm>
308     </cmd>
309 </xsl:template>
310
311 <xsl:template match="nazwa_utworu" mode="part_title">
312     <xsl:if test="../../rdf:RDF//use_subauthor">
313         <cmd name="autorpodutworu"><parm><xsl:call-template name="authors2"/></parm></cmd>
314     </xsl:if>
315     <cmd name="nazwapodutworu">
316         <parm><xsl:apply-templates mode="inline"/></parm>
317         <parm>
318             <xsl:for-each select="./text() | nbsp | dywiz | alien | slowo_obce">
319                 <xsl:choose>
320                     <xsl:when test="name() = 'nbsp'">
321                         <xsl:text> </xsl:text>
322                     </xsl:when>
323                     <xsl:when test="name() = 'dywiz'">
324                         <xsl:text>-</xsl:text>
325                     </xsl:when>
326                     <xsl:when test="name() = 'alien' or name() = 'slowo_obce'">
327                         <xsl:apply-templates mode="inline" />
328                     </xsl:when>
329                     <xsl:otherwise>
330                         <xsl:value-of select="."/>
331                     </xsl:otherwise>
332                 </xsl:choose>
333             </xsl:for-each>
334         </parm>
335     </cmd>
336 </xsl:template>
337
338
339 <xsl:template
340     match="naglowek_osoba|naglowek_podrozdzial|miejsce_czas|didaskalia|lista_osoba|akap|akap_diafrlog|akap_cd|motto_podpis|naglowek_listy|srodtytul">
341     <cmd>
342         <xsl:attribute name="name">
343             <xsl:value-of select="wl:texcommand(name())" />
344         </xsl:attribute>
345         <parm><xsl:apply-templates mode="inline"/></parm>
346     </cmd>
347 </xsl:template>
348
349 <xsl:template match="naglowek_czesc|naglowek_rozdzial|naglowek_akt|naglowek_scena">
350     <cmd>
351         <xsl:attribute name="name">
352             <xsl:value-of select="wl:texcommand(name())" />
353         </xsl:attribute>
354         <parm><xsl:apply-templates mode="inline"/></parm>
355         <parm>
356             <!-- osobny szablon? -->
357             <xsl:for-each select="./text() | nbsp | dywiz | alien | slowo_obce">
358                 <xsl:choose>
359                     <xsl:when test="name() = 'nbsp'">
360                         <xsl:text> </xsl:text>
361                     </xsl:when>
362                     <xsl:when test="name() = 'dywiz'">
363                         <xsl:text>-</xsl:text>
364                     </xsl:when>
365                     <xsl:when test="name() = 'alien' or name() = 'slowo_obce'">
366                         <xsl:apply-templates mode="inline" />
367                     </xsl:when>
368                     <xsl:otherwise>
369                         <xsl:value-of select="."/>
370                     </xsl:otherwise>
371                 </xsl:choose>
372             </xsl:for-each>
373         </parm>
374     </cmd>
375 </xsl:template>
376
377 <xsl:template match="strofa" mode="inline">
378     <env name="minipage">
379         <opt>t</opt>
380         <parm><cmd name="linewidth" /></parm>
381         <parm><xsl:apply-templates select="." /></parm>
382     </env>
383 </xsl:template>
384
385 <xsl:template match="strofa">
386   <cmd name="strofa"><parm>
387     <xsl:choose>
388         <xsl:when test="count(br) > 0">
389             <xsl:call-template name="verse">
390                 <xsl:with-param name="verse-content" select="br[1]/preceding-sibling::text() | br[1]/preceding-sibling::node()" />
391                 <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]" />
392             </xsl:call-template>
393             <xsl:for-each select="br">
394                 <TeXML escape="0">\\{}</TeXML>
395                 <!-- Each BR tag "consumes" text after it -->
396                 <xsl:variable name="lnum" select="count(preceding-sibling::br)" />
397                 <xsl:call-template name="verse">
398                     <xsl:with-param name="verse-content"
399                         select="following-sibling::text()[count(preceding-sibling::br) = $lnum+1] | following-sibling::node()[count(preceding-sibling::br) = $lnum+1]" />
400                     <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]" />
401                 </xsl:call-template>
402             </xsl:for-each>
403         </xsl:when>
404         <xsl:otherwise>
405             <xsl:call-template name="verse">
406                 <xsl:with-param name="verse-content" select="text() | node()" />
407                 <xsl:with-param name="verse-type" select="wers_wciety|wers_akap|wers_cd|wers_do_prawej[1]" />
408             </xsl:call-template>
409         </xsl:otherwise>
410     </xsl:choose>
411   </parm></cmd>
412 </xsl:template>
413
414
415 <xsl:template name="verse">
416     <xsl:param name="verse-content" />
417     <xsl:param name="verse-type" />
418
419     <cmd>
420         <xsl:attribute name="name">
421             <xsl:choose>
422                 <xsl:when test="$verse-type != ''">
423                     <xsl:value-of select='wl:texcommand(name($verse-type))' />
424                 </xsl:when>
425                 <xsl:otherwise>wers</xsl:otherwise>
426             </xsl:choose>
427         </xsl:attribute>
428         <xsl:if test="string($verse-content/@typ)">
429             <opt><xsl:value-of select="$verse-content/@typ" />em</opt>
430         </xsl:if>
431         <parm><xsl:apply-templates select="$verse-content" mode="inline"/></parm>
432     </cmd>
433 </xsl:template>
434
435 <!-- ================================================ -->
436 <!-- = INLINE TAGS                                  = -->
437 <!-- = (contain other inline tags and special tags) = -->
438 <!-- ================================================ -->
439
440 <xsl:template mode="inline"
441     match="pa|pe|pr|pt|mat|didask_tekst|slowo_obce|wyroznienie|osoba|indeks_dolny|wieksze_odstepy">
442     <cmd>
443         <xsl:attribute name="name">
444             <xsl:value-of select="wl:texcommand(name())" />
445         </xsl:attribute>
446         <parm><xsl:apply-templates mode="inline"/></parm>
447     </cmd>
448 </xsl:template>
449
450
451
452 <xsl:template match="tytul_dziela" mode="inline">
453     <cmd name="tytuldziela"><parm>
454         <xsl:if test="@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="@typ = '1'">”</xsl:if>
455     </parm></cmd>
456 </xsl:template>
457
458
459
460 <!-- ============================================== -->
461 <!-- = STANDALONE TAGS                            = -->
462 <!-- = (cannot contain any other tags)            = -->
463 <!-- ============================================== -->
464 <xsl:template
465     match="sekcja_swiatlo|sekcja_asterysk|separator_linia">
466     <cmd>
467         <xsl:attribute name="name">
468             <xsl:value-of select="wl:texcommand(name())" />
469         </xsl:attribute>
470     </cmd>
471 </xsl:template>
472
473
474 <!-- ================ -->
475 <!-- = SPECIAL TAGS = -->
476 <!-- ================ -->
477 <!-- Themes -->
478
479
480 <xsl:template match="begin|end|motyw">
481     <xsl:apply-templates select='.' mode="inline" />
482 </xsl:template>
483
484 <xsl:template match="begin" mode="inline" />
485 <xsl:template match="end" mode="inline" />
486
487 <xsl:template match="motyw" mode="inline">
488     <cmd name="motyw">
489         <xsl:if test="@moved">
490             <opt name="moved"><xsl:value-of select="@moved" /></opt>
491         </xsl:if>
492         <parm><xsl:apply-templates mode="inline" /></parm>
493     </cmd>
494 </xsl:template>
495
496 <xsl:template name="authors">
497     <xsl:for-each select=".//dc:creator_parsed">
498         <xsl:if test="position() != 1">, </xsl:if>
499         <xsl:apply-templates mode="inline" />
500     </xsl:for-each>
501 </xsl:template>
502
503 <xsl:template name="authors2">
504     <xsl:for-each select="../..//dc:creator_parsed">
505         <xsl:if test="position() != 1">, </xsl:if>
506         <xsl:apply-templates mode="inline" />
507     </xsl:for-each>
508 </xsl:template>
509
510 <xsl:template name="editors">
511     <xsl:if test="@editors">
512         <xsl:text>Opracowanie redakcyjne i przypisy: </xsl:text>
513         <xsl:value-of select="@editors" />
514         <xsl:text>.</xsl:text>
515     </xsl:if>
516 </xsl:template>
517
518 <xsl:template name="translators">
519     <xsl:if test=".//dc:contributor.translator_parsed">
520         <cmd name='translator'><parm>
521             <xsl:for-each select=".//dc:contributor.translator_parsed">
522                 <xsl:if test="position() != 1">, </xsl:if>
523                 <xsl:apply-templates mode="inline" />
524             </xsl:for-each>
525         </parm></cmd>
526     </xsl:if>
527 </xsl:template>
528
529 <xsl:template match="data-sponsor" mode="sponsor">
530     <cmd name="par"><parm>
531     <xsl:choose>
532         <xsl:when test="@src">
533             \includegraphics[height=0.25\textwidth,width=0.25\textwidth,keepaspectratio]{<xsl:value-of select="@src" />}
534         </xsl:when>
535         <xsl:otherwise>
536             <xsl:value-of select="@name" />
537         </xsl:otherwise>
538     </xsl:choose>
539     </parm></cmd>
540 </xsl:template>
541
542 <xsl:template match="mat" mode="inline">
543     <TeXML escape="0">
544         <xsl:text>$</xsl:text>
545         <xsl:value-of select="wl:mathml_latex(.)" />
546         <xsl:text>$</xsl:text>
547     </TeXML>
548 </xsl:template>
549
550 <xsl:template match="mat">
551     <TeXML escape="0">
552         <xsl:text>$$</xsl:text>
553         <xsl:value-of select="wl:mathml_latex(.)" />
554         <xsl:text>$$</xsl:text>
555     </TeXML>
556 </xsl:template>
557
558 <xsl:template match="tabela|tabelka">
559     <cmd name="par" />
560     <cmd name="vspace"><parm>1em</parm></cmd>
561     <group><cmd name="raggedright" />
562     <xsl:element name="env">
563         <xsl:attribute name="name">
564             <xsl:choose>
565                 <xsl:when test="name(.)='tabela'">longtabu</xsl:when>
566                 <xsl:otherwise>tabu</xsl:otherwise>
567             </xsl:choose>
568         </xsl:attribute> to <TeXML escape="0">\textwidth </TeXML>
569       <!--parm><cmd name="textwidth"/></parm-->
570       <parm><TeXML escape="0"><xsl:value-of select="@_format" /></TeXML></parm>
571         <xsl:choose>
572         <xsl:when test="@ramka='1' or @ramki='1'">
573           <cmd name="hline" />
574           <xsl:apply-templates mode="wiersze-ramki"/>
575         </xsl:when>
576         <xsl:otherwise>
577           <xsl:apply-templates/>
578         </xsl:otherwise>
579         </xsl:choose>
580     </xsl:element>
581     </group>
582     <cmd name="vspace"><parm>1em</parm></cmd>
583 </xsl:template>
584 <xsl:template match="wiersz" mode="wiersze-ramki">
585     <xsl:apply-templates />
586     <spec cat="esc"/><spec cat="esc"/>
587     <cmd name="hline" gr="0" />
588 </xsl:template>
589 <xsl:template match="wiersz">
590     <xsl:apply-templates />
591     <spec cat="esc"/><spec cat="esc"/>
592 </xsl:template>
593 <xsl:template match="kol">
594     <xsl:apply-templates mode="inline"/>
595     <xsl:if test="position() &lt; last()">
596     <spec cat="align"/>
597     </xsl:if>
598 </xsl:template>
599
600
601 <!-- ============== -->
602 <!-- = ADDED TAGS = -->
603 <!-- ============== -->
604
605
606 <xsl:template match="dywiz" mode="inline">
607     <cmd name="dywiz" />
608 </xsl:template>
609
610 <xsl:template match="nbsp" mode="inline">
611     <spec cat="tilde" />
612 </xsl:template>
613
614 <xsl:template match="alien" mode="inline">
615     <group>
616         <cmd name="alien" />
617         <xsl:apply-templates mode="inline" />
618     </group>
619 </xsl:template>
620
621 <!-- ================ -->
622 <!-- = IGNORED TAGS = -->
623 <!-- ================ -->
624 <xsl:template match="extra|uwaga" />
625 <xsl:template match="extra|uwaga" mode="inline" />
626
627 <xsl:template match="nota_red" />
628 <xsl:template match="abstrakt" />
629
630 <!-- ======== -->
631 <!-- = TEXT = -->
632 <!-- ======== -->
633 <xsl:template match="text()" />
634 <xsl:template match="text()" mode="inline">
635     <xsl:if test="preceding-sibling::node() and wl:starts_white(.)">
636       <xsl:text> </xsl:text>
637     </xsl:if>
638
639     <xsl:value-of select="wl:substitute_entities(wl:strip(.))" />
640
641     <xsl:if test="following-sibling::node() and wl:ends_white(.)">
642       <xsl:text> </xsl:text>
643     </xsl:if>
644 </xsl:template>
645
646
647 </xsl:stylesheet>