fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dc:language support
[librarian.git]
/
librarian
/
pdf
/
wl2tex.xslt
diff --git
a/librarian/pdf/wl2tex.xslt
b/librarian/pdf/wl2tex.xslt
index
58be05f
..
ec5e4d3
100644
(file)
--- a/
librarian/pdf/wl2tex.xslt
+++ b/
librarian/pdf/wl2tex.xslt
@@
-126,7
+126,7
@@
<TeXML escape="0">
\def\authors{<xsl:call-template name="authors" />}
\author{\authors}
<TeXML escape="0">
\def\authors{<xsl:call-template name="authors" />}
\author{\authors}
- \title{<xsl:apply-templates select=".//dc:title" />}
+ \title{<xsl:apply-templates select=".//dc:title"
mode="inline"
/>}
\def\translatorsline{<xsl:call-template name="translators" />}
\def\bookurl{<xsl:value-of select=".//dc:identifier.url" />}
\def\translatorsline{<xsl:call-template name="translators" />}
\def\bookurl{<xsl:value-of select=".//dc:identifier.url" />}
@@
-429,4
+429,4
@@
</xsl:template>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>