]> pere.pagekite.me Git - text-angrefrist.git/blobdiff - data/stylesheet-fo.xsl
Correct SVG in figure 4.3.
[text-angrefrist.git] / data / stylesheet-fo.xsl
index 4d5797fd3afcff8b1c4f3f272113800168936bbe..4e4ac5521990d8345ef15d4bdc8c7875dba9f2f2 100644 (file)
@@ -8,26 +8,4 @@
   -->
   <xsl:include href="pdf.xsl" />
   <xsl:param name="fop1.extensions">1</xsl:param>
-<!--
-  <xsl:template match="footnote">
-    <fo:inline>
-      <xsl:call-template name="format.footnote.mark">
-        <xsl:with-param name="mark">
-          <xsl:apply-templates select="." mode="footnote.number"/>
-        </xsl:with-param>
-      </xsl:call-template>
-    </fo:inline>
-  </xsl:template>
-
-  <xsl:template match="footnote" mode="endnote">
-    <fo:block xsl:use-attribute-sets="footnote.properties">
-      <xsl:apply-templates/>
-    </fo:block>
-  </xsl:template>
-
-  <xsl:template name="make.endnotes.list">
-    <xsl:apply-templates mode="endnote"
-                         select="ancestor-or-self:://footnote"/>
-  </xsl:template>
--->
 </xsl:stylesheet>