]> pere.pagekite.me Git - text-angrefrist.git/blob - data/stylesheet-fo.xsl
Juster noen tabellutlegg til 6x9" sidestørrelse.
[text-angrefrist.git] / data / stylesheet-fo.xsl
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3
4 <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
5
6 <!--
7 <xsl:include href="user_param.xsl" />
8 -->
9 <xsl:include href="pdf.xsl" />
10 <xsl:param name="fop1.extensions">1</xsl:param>
11 <!--
12 <xsl:template match="footnote">
13 <fo:inline>
14 <xsl:call-template name="format.footnote.mark">
15 <xsl:with-param name="mark">
16 <xsl:apply-templates select="." mode="footnote.number"/>
17 </xsl:with-param>
18 </xsl:call-template>
19 </fo:inline>
20 </xsl:template>
21
22 <xsl:template match="footnote" mode="endnote">
23 <fo:block xsl:use-attribute-sets="footnote.properties">
24 <xsl:apply-templates/>
25 </fo:block>
26 </xsl:template>
27
28 <xsl:template name="make.endnotes.list">
29 <xsl:apply-templates mode="endnote"
30 select="ancestor-or-self:://footnote"/>
31 </xsl:template>
32 -->
33 </xsl:stylesheet>