From 15c7d39533a1eb1da0748011f3378fd0f02ed14d Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 8 Oct 2013 20:03:29 +0000 Subject: Update stylesheets to docbook-xsl-1.78.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- .../params/variablelist.as.table.xml | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/variablelist.as.table.xml (limited to 'stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/variablelist.as.table.xml') diff --git a/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/variablelist.as.table.xml b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/variablelist.as.table.xml new file mode 100644 index 000000000..113d2f582 --- /dev/null +++ b/stylesheets/lfs-xsl/docbook-xsl-1.78.1/params/variablelist.as.table.xml @@ -0,0 +1,54 @@ + + +variablelist.as.table +boolean + + +variablelist.as.table +Format variablelists as tables? + + + + + + + + +Description + +If non-zero, variablelists will be formatted as +tables. A processing instruction exists to specify a particular width for the +column containing the terms: +dbhtml term-width=".25in" + +You can override this setting with a processing instruction as the +child of variablelist: dbhtml +list-presentation="table" or dbhtml +list-presentation="list". + +This parameter only applies to the HTML transformations. In the +FO case, proper list markup is robust enough to handle the formatting. +But see also variablelist.as.blocks. + + <variablelist> + <?dbhtml list-presentation="table"?> + <?dbhtml term-width="1.5in"?> + <?dbfo list-presentation="list"?> + <?dbfo term-width="1in"?> + <varlistentry> + <term>list</term> + <listitem> + <para> + Formatted as a table even if variablelist.as.table is set to 0. + </para> + </listitem> + </varlistentry> + </variablelist> + + + -- cgit v1.2.3-54-g00ecf