]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Correct fallback rules.
authorPetter Reinholdtsen <pere@hungry.com>
Thu, 4 Oct 2012 20:56:43 +0000 (22:56 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Thu, 4 Oct 2012 20:56:43 +0000 (22:56 +0200)
data/pdf.xsl

index 877efff0a57be079ba53e82226301cd3c8e91219..1cd16a0d39fc2dcd2ccacf0bc0afe29ba5b5109c 100644 (file)
@@ -26,7 +26,7 @@
 <!-- fall back to simplex A4 if not creating PDF for a specific size. -->
 <!-- xsl:param name="paper.type">A4</xsl:param -->
 <xsl:param name="double.sided">0</xsl:param>
-<xsl:param name="latex.class.book">scrreprt</xsl:param>
+<xsl:param name="latex.class.book">scrreprtmargins</xsl:param>
 <xsl:param name="latex.class.options">a4paper</xsl:param>
 
 </xsl:stylesheet>