bugfix: authors in footer
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 27 Apr 2011 08:22:55 +0000 (10:22 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 27 Apr 2011 08:22:55 +0000 (10:22 +0200)
librarian/pdf/wl2tex.xslt

index 58be05f..ec5e4d3 100644 (file)
     <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" />}
 </xsl:template>
 
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>