fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
funders in txt
[librarian.git]
/
librarian
/
pdf
/
wl2tex.xslt
diff --git
a/librarian/pdf/wl2tex.xslt
b/librarian/pdf/wl2tex.xslt
index
909cf4b
..
c0c22e5
100644
(file)
--- a/
librarian/pdf/wl2tex.xslt
+++ b/
librarian/pdf/wl2tex.xslt
@@
-88,8
+88,8
@@
<xsl:apply-templates select="utwor" mode="part" />
<TeXML escape="0">
<xsl:apply-templates select="utwor" mode="part" />
<TeXML escape="0">
- \def\coverby{
- <xsl:if test="@data-cover-by">Okładka na podstawie:
+ <xsl:if test="@data-cover-by">
+ \def\coverby{Okładka na podstawie:
<xsl:choose>
<xsl:when test="@data-cover-source">
\href{\datacoversource}{\datacoverby}
<xsl:choose>
<xsl:when test="@data-cover-source">
\href{\datacoversource}{\datacoverby}
@@
-98,9
+98,13
@@
\datacoverby{}
</xsl:otherwise>
</xsl:choose>
\datacoverby{}
</xsl:otherwise>
</xsl:choose>
- </xsl:if>
}
}
- \def\editors{<xsl:call-template name="editors" />}
+ </xsl:if>
+ \def\editors{<TeXML escape="1"><xsl:call-template name="editors" /></TeXML>}
+ <xsl:if test="@funders">
+ \def\funders{Publikację ufundowali i ufundowały:
+ <TeXML escape="1"><xsl:value-of select="@funders" /></TeXML>.}
+ </xsl:if>
</TeXML>
<cmd name="editorialsection" />
</TeXML>
<cmd name="editorialsection" />