]> pere.pagekite.me Git - text-angrefrist.git/blobdiff - data/stylesheet-fo.xsl
Bytt til US Trade (6x9") og basert sideutlegg på Free Culture-oppsettet.
[text-angrefrist.git] / data / stylesheet-fo.xsl
diff --git a/data/stylesheet-fo.xsl b/data/stylesheet-fo.xsl
new file mode 100644 (file)
index 0000000..4d5797f
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version='1.0'?> 
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+
+  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
+
+  <!--
+  <xsl:include href="user_param.xsl" />
+  -->
+  <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>