[Asterisk-doc] Creating a nice looking Appendix, Help!

Leif Madsen asterisk-doc@lists.digium.com
12 Dec 2003 13:39:04 -0500


<appendix>
<title>CLI Commands Reference</title>
	<para>
		This is a complete collection of what you would see if you were
		to do a "show applications" or "show application &lt;app&gt;"
		at the Asterisk CLI line.
	</para>
	<para>AbsoluteTimeout : Set absolute maximum time of call</para>
	<para>
		AbsoluteTimeout(seconds): Set the absolute maximum amount 
		of time permitted for a call.  A setting of 0 disables the 
		timeout.  Always returns 0.
	</para>

	<para>AddQueueMember : Dynamically adds queue members</para>
	<para>
		<literallayout>
		AddQueueMember(queuename[|interface]):
		Dynamically adds interface to an existing queue
		Returns -1 if there is an error.
		Example: AddQueueMember(techsupport|SIP/3000
		</literallayout>
	</para>
</appendix>

This is what I have right now, and it works, but I kind of want to make
it laid out more like the chapters with <sectX> tags.  The header of
each command should be bolded or something to make it stand out so that
each command is seperate from the next.  Idea's?  I tried to use <sect1>
etc.. but it won't compile to PDF, gives me an error.

Thanks,

-- 
Leif Madsen <leif@hacklocalhost.com>
http://www.hacklocalhost.com