diff options
-rw-r--r-- | doc/altusmetrum.xsl | 3 | ||||
-rw-r--r-- | doc/xorg-fo.xsl | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index 3022b8e3..659ea2f9 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -329,6 +329,7 @@ NAR #88757, TRA #12200 </para> <table frame='all'> <title>Altus Metrum Electronics</title> + <?dbfo keep-together="always"?> <tgroup cols='8' align='center' colsep='1' rowsep='1'> <colspec align='center' colwidth='*' colname='Device'/> <colspec align='center' colwidth='*' colname='Barometer'/> @@ -436,6 +437,7 @@ NAR #88757, TRA #12200 </table> <table frame='all'> <title>Altus Metrum Boards</title> + <?dbfo keep-together="always"?> <tgroup cols='6' align='center' colsep='1' rowsep='1'> <colspec align='center' colwidth='*' colname='Device'/> <colspec align='center' colwidth='*' colname='Connectors'/> @@ -612,6 +614,7 @@ NAR #88757, TRA #12200 </para> <table frame='all'> <title>Data Storage on Altus Metrum altimeters</title> + <?dbfo keep-together="always"?> <tgroup cols='4' align='center' colsep='1' rowsep='1'> <colspec align='center' colwidth='*' colname='Device'/> <colspec align='center' colwidth='*' colname='Bytes per sample'/> diff --git a/doc/xorg-fo.xsl b/doc/xorg-fo.xsl index a02ad1ea..075a2d98 100644 --- a/doc/xorg-fo.xsl +++ b/doc/xorg-fo.xsl @@ -17,7 +17,7 @@ <!-- Reference Pages HTML/FO Parameters --> - <!-- The formatting of a function element will include generated parentheses --> + <xsl:param name="function.parens" select="1"/> <!-- ANSI-style function synopses are generated for a funcsynopsis element --> @@ -98,7 +98,6 @@ <xsl:param name="body.font.family">DejaVu Serif</xsl:param> <xsl:param name="symbol.font.family">serif,Symbol,AR PL UMing CN,AR PL ShanHeiSun Uni,GNU Unifont</xsl:param> - <!-- Paragraph template bits --> <!-- make it possible to turn off hyphenation when it's giving us probs --> |