Minor changes for consistent pdf generation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2009-01-15 07:20:24 +00:00
parent 4c0c012ee1
commit 77e2988b31
3 changed files with 3 additions and 5 deletions

View File

@ -151,9 +151,7 @@
<!-- Origin: man-db-2.5.2/src/encodings.c --> <!-- Origin: man-db-2.5.2/src/encodings.c -->
<table> <table>
<?dbfo keep-together="auto" ?>
<title>Expected character encoding of legacy 8-bit manual pages</title> <title>Expected character encoding of legacy 8-bit manual pages</title>
<?dbfo keep-together="auto" ?>
<?dbfo table-width="6in" ?> <?dbfo table-width="6in" ?>
<tgroup cols="4"> <tgroup cols="4">

View File

@ -248,7 +248,7 @@
xsl:use-attribute-sets="table.cell.padding"> xsl:use-attribute-sets="table.cell.padding">
<xsl:if test="$xep.extensions != 0"> <xsl:if test="$xep.extensions != 0">
<!-- Suggested by RenderX to workaround a bug in their implementation --> <!-- Suggested by RenderX to workaround a bug in their implementation -->
<xsl:attribute name="keep-together.within-column">auto</xsl:attribute> <xsl:attribute name="keep-together.within-column">always</xsl:attribute>
</xsl:if> </xsl:if>
<xsl:if test="$rowsep &gt; 0"> <xsl:if test="$rowsep &gt; 0">
<xsl:call-template name="border"> <xsl:call-template name="border">