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/xorg-fo.xsl | |
parent | 7acd0cf17c5ca7a00893f35c7fe9c657389070e0 (diff) |
Keep tables together on a page
Diffstat (limited to 'doc/xorg-fo.xsl')
-rw-r--r-- | doc/xorg-fo.xsl | 3 |
1 files changed, 1 insertions, 2 deletions
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 --> |