From 4d377f55991bf34c6269353f6ab9dd0221f54346 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 4 Jul 2007 10:21:57 +0000 Subject: [PATCH] Added a verbatim PI that I missed in last commit. --- xsl/html/pi.xsl | 33 +++++++++++++++++++++++++++++++++ xsl/html/verbatim.xsl | 6 ++---- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/xsl/html/pi.xsl b/xsl/html/pi.xsl index 02a8df72d..28560eda2 100644 --- a/xsl/html/pi.xsl +++ b/xsl/html/pi.xsl @@ -377,6 +377,39 @@ + +Specifies the width set aside for line numbers in + output of verbatim environments + + Use the dbhtml linenumbering.width PI as a child + of a “verbatim” element – programlisting, + screen, synopsis — to specify + the width set aside for line numbers. + + + dbhtml linenumbering.width="width" + + + + linenumbering.width="width" + + FIXME: Specifies the width (in what units?) + + + + + + linenumbering.width + + + + + + + + + + Specifies the width of a variablelist or simplelist diff --git a/xsl/html/verbatim.xsl b/xsl/html/verbatim.xsl index d41ae65c0..ea5eba285 100644 --- a/xsl/html/verbatim.xsl +++ b/xsl/html/verbatim.xsl @@ -198,10 +198,8 @@ - - - + + -- 2.40.0