svn commit: r46887 - head/share/xml
Warren Block
wblock at FreeBSD.org
Sun Jun 28 12:52:10 UTC 2015
Author: wblock
Date: Sun Jun 28 12:52:10 2015
New Revision: 46887
URL: https://svnweb.freebsd.org/changeset/doc/46887
Log:
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.
Modified:
head/share/xml/freebsd-fo.xsl
Modified: head/share/xml/freebsd-fo.xsl
==============================================================================
--- head/share/xml/freebsd-fo.xsl Sun Jun 28 09:19:29 2015 (r46886)
+++ head/share/xml/freebsd-fo.xsl Sun Jun 28 12:52:10 2015 (r46887)
@@ -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"/>
More information about the svn-doc-all
mailing list