diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-08-18 16:54:30 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-08-18 16:54:30 +0000 |
commit | de749cf1cf9d045a05846e6b15b70e2983dac177 (patch) | |
tree | 84f7461aafeba6bdf835481c14e8498ef7938766 /stylesheets/lfs-pdf.xsl | |
parent | 665e07b8fcc6ad4a7749c9d383ab08c89bba146b (diff) |
Ported from testing the last changes in PDF stylesheets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-pdf.xsl')
-rw-r--r-- | stylesheets/lfs-pdf.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/lfs-pdf.xsl b/stylesheets/lfs-pdf.xsl index 14e3c849f..a5c893dbb 100644 --- a/stylesheets/lfs-pdf.xsl +++ b/stylesheets/lfs-pdf.xsl @@ -25,8 +25,8 @@ <xsl:param name="alignment">justify</xsl:param> <!-- Font size --> - <xsl:param name="body.font.master">6</xsl:param> - <xsl:param name="body.font.size">8pt</xsl:param> + <xsl:param name="body.font.master">10</xsl:param> + <xsl:param name="body.font.size">12pt</xsl:param> <!-- TOC stuff --> <xsl:param name="generate.toc"> |