svn commit: r46887 - head/share/xml
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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"/> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"