summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2015-06-28 12:52:10 +0000
committerWarren Block <wblock@FreeBSD.org>2015-06-28 12:52:10 +0000
commitb9bae21a217eb7f28d9c4dd109809a6cc5ee8964 (patch)
tree4bdb78d5e3dcb18577692f64014bbfd087fa8bb0
parent64c7b7c94897eb7ece2116deddf3e1575457db88 (diff)
Set default PDF paper size to A4. Testing shows that the margins are
large enough to prevent image cropping when printed on US Letter paper.
Notes
svn path=/head/; revision=46887
-rw-r--r--share/xml/freebsd-fo.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/xml/freebsd-fo.xsl b/share/xml/freebsd-fo.xsl
index 9e49c2f6e6..31ddd54e5a 100644
--- a/share/xml/freebsd-fo.xsl
+++ b/share/xml/freebsd-fo.xsl
@@ -37,7 +37,7 @@
<xsl:param name="fop1.extensions" select="1"/>
<!-- Paper settings -->
- <xsl:param name="paper.type">B5</xsl:param>
+ <xsl:param name="paper.type">A4</xsl:param>
<xsl:param name="double.sided" select="1"/>
<xsl:param name="force.blank.pages" select="1"/>