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?
>

yes. I want it to be printed before the command synopsis
with a chance to use a specific style for it.

Something like 

        <cmdsynopsis>
          <command>package require Rivet</command>
          <command>escape_shell_command</command>
          <arg>string</arg>
        </cmdsynopsis>

prints everything on the same line using the same
style. I would like to have an output like

package require Rivet x.x
...
escape_shell_command 
 
marking the need to have the first line somewhere
in the code in order to have the command available
to the interpreter

> This is the definitive place for Docbook:
> 
> http://www.docbook.org/tdg/en/html-ng/docbook.html
> 

Yes, that's the page where I found the reference to
<synopfragment> but its purpose is different.

-- Massimo


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

Reply via email to