On Thu, 8 Nov 2007 15:29:26 +0100, David Welton wrote
> 
> I'm not quite sure what you mean - you just want it to print out the
> 'package require Rivet' somewhere?
> 
> This is the definitive place for Docbook:
> 
> http://www.docbook.org/tdg/en/html-ng/docbook.html
> 

OK, I've found out that it would be nice if
a <cmdsynopsisinfo> element existed in the the same way 
<functionsynopisinfo> exists (it is used for specifying
the '#include ...' directive in a C function synopsis).

The only way I could visually emulate it is using the 
<sbr /> tag, which is purely presentational and therefore 
more rigid than a semantic element. Here is the patch
for 'escape_shell_command'. David, do you think this
may bust the rigorous XML structure of the manual :-)

  -- Massimo

Index: rivet.xml
===================================================================
--- rivet.xml   (revision 592085)
+++ rivet.xml   (working copy)
@@ -1460,6 +1460,7 @@

       <refsynopsisdiv>
        <cmdsynopsis>
+         <command>package require Rivet</command><sbr/><sbr/>
          <command>escape_shell_command</command>
          <arg>string</arg>
        </cmdsynopsis>

-- Massimo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to