]> pere.pagekite.me Git - text-angrefrist.git/blobdiff - data/pdf.xsl
Use footnotes, not endnotes.
[text-angrefrist.git] / data / pdf.xsl
index c05dd95399bef15aa6ace0237c97708bfeafa80c..075aa6b4ca10c245da6f124bcd14122128d17ff3 100644 (file)
 <xsl:param name="slide.title.font.family">Crimson Text</xsl:param>
 <xsl:param name="monospace.font.family">Latin Modern Mono</xsl:param>
 
-<!-- transform footnotes to endnotes -->
-<xsl:param name="footnote.as.endnote" select="1"/>
-
-<!-- configure the endnotes package -->
-<xsl:attribute-set name="endnotes.properties"
-                     use-attribute-sets="endnotes.properties.default">
-<!--
-Increase footnote/endnote size to be more than 6 pts, to avoid
-complaint from Lulu about the font being too small to be printed
-clearly.  Needed at least for pocket size books.  Probably wise to use
-the same size as the colophon page (see myclass.cls)
-
-make sure \fontsize{x}{y} use y=1.2*x, x >= 6
--->
-
-  <!--xsl:attribute name="font-size">\fontsize{10}{12}</xsl:attribute-->
-  <xsl:attribute name="font-size">\footnotesize</xsl:attribute>
-  <!--xsl:attribute name="font-size">\normalsize</xsl:attribute-->
-</xsl:attribute-set>
-
-<!-- the endnotes are grouped by part, chapter, and preface -->
-<xsl:param name="endnotes.heading.groups" select="'part chapter preface'"/>
-<xsl:param name="endnotes.heading.style" select="'select:title'"/>
-<xsl:param name="endnotes.heading.command" select="'\enoteheader*'"/>
-
-<xsl:template match="preface" mode="endnotes">
-  <xsl:call-template name="endnotes.add.header"/>
-</xsl:template>
-
-<!-- even if grouped, never reset the endnotes counter, so clear the rule -->
-<xsl:param name="endnotes.counter.resetby"/>
-
-
   <xsl:param name="latex.begindocument">
     <xsl:text>
 % Trick to avoid many words sticking out of the right margin of the text.