Author: manuel
Date: 2007-04-22 10:40:59 -0600 (Sun, 22 Apr 2007)
New Revision: 8098
Modified:
branches/new-xsl/pdf/lfs-pagesetup.xsl
Log:
Adjusted page margins to can have available the 78 chars per line required by
some BLFS screen blocks.
Modified: branches/new-xsl/pdf/lfs-pagesetup.xsl
===================================================================
--- branches/new-xsl/pdf/lfs-pagesetup.xsl 2007-04-22 12:26:45 UTC (rev
8097)
+++ branches/new-xsl/pdf/lfs-pagesetup.xsl 2007-04-22 16:40:59 UTC (rev
8098)
@@ -8,16 +8,16 @@
header content and titles size. -->
<!-- The inner page margin. -->
- <xsl:param name="page.margin.inner" select="'0.5in'"/>
+ <xsl:param name="page.margin.inner" select="'0.32in'"/>
<!-- The outer page margin. -->
- <xsl:param name="page.margin.outer" select="'0.375in'"/>
+ <xsl:param name="page.margin.outer" select="'0.32in'"/>
<!-- The bottom margin of the page. -->
- <xsl:param name="page.margin.bottom" select="'0.375in'"/>
+ <xsl:param name="page.margin.bottom" select="'0.35in'"/>
<!-- The top margin of the page. -->
- <xsl:param name="page.margin.top" select="'0.375in'"/>
+ <xsl:param name="page.margin.top" select="'0.35in'"/>
<!-- The bottom margin of the body text. -->
<xsl:param name="body.margin.bottom" select="'0.4in'"/>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page