fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f6e2bb1
)
another fix for slowo_obce
author
Jan Szejko
<janek37@gmail.com>
Mon, 3 Sep 2018 13:08:29 +0000
(15:08 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Mon, 3 Sep 2018 13:08:29 +0000
(15:08 +0200)
librarian/pdf/wl2tex.xslt
patch
|
blob
|
history
diff --git
a/librarian/pdf/wl2tex.xslt
b/librarian/pdf/wl2tex.xslt
index
4a27875
..
99244ee
100644
(file)
--- a/
librarian/pdf/wl2tex.xslt
+++ b/
librarian/pdf/wl2tex.xslt
@@
-362,9
+362,14
@@
<xsl:when test="name() = 'dywiz'">
<xsl:text>-</xsl:text>
</xsl:when>
<xsl:when test="name() = 'dywiz'">
<xsl:text>-</xsl:text>
</xsl:when>
- <xsl:when test="name() = 'alien'
or name() = 'slowo_obce'
">
+ <xsl:when test="name() = 'alien'">
<xsl:apply-templates mode="inline" />
</xsl:when>
<xsl:apply-templates mode="inline" />
</xsl:when>
+ <xsl:when test="name() = 'slowo_obce'">
+ <cmd name="slowoobce">
+ <parm><xsl:value-of select="text()"/></parm>
+ </cmd>
+ </xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>