]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Disable <para> handling, had unexpected side effects.
authorPetter Reinholdtsen <pere@hungry.com>
Tue, 7 Aug 2012 21:35:49 +0000 (23:35 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Tue, 7 Aug 2012 21:35:49 +0000 (23:35 +0200)
data/origsize.xsl

index 501e48de9952c32fb1690a304dad91ba6e1d1d5e..e79ec1b2ce098807e47d216b0454e3b58fdd2c62 100644 (file)
@@ -19,6 +19,7 @@
 <!-- ~~~~~~~~~~~~~~~~ -->
 <!-- Paragraph layout -->
 <!-- ~~~~~~~~~~~~~~~~ -->
+<!-- did not work, hides footnote numbers in front of footnote text.
 <xsl:template match="para[1]">
   <fo:block xsl:use-attribute-sets="normal.para.spacing">
     <xsl:call-template name="anchor"/>
@@ -36,5 +37,5 @@
     <xsl:apply-templates/>
   </fo:block>
 </xsl:template>
-
+-->
 </xsl:stylesheet>