diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-17 11:19:54 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-17 11:19:54 -0800 |
commit | 9d8da4ef325171960e16fc027c6039cb63eae942 (patch) | |
tree | e7196c096c862167812b4ab288bc852a65da7207 /doc/altusmetrum.xsl | |
parent | 7acd0cf17c5ca7a00893f35c7fe9c657389070e0 (diff) |
Keep tables together on a page
Diffstat (limited to 'doc/altusmetrum.xsl')
-rw-r--r-- | doc/altusmetrum.xsl | 3 |
1 files changed, 3 insertions, 0 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'/> |