Hello,
I wanted to create a table which three parts -- one for each compoment of my
library, and I wanted each part to have a nice header. I've tried using
tgroup, and the result can be seen at the bottom of:
http://zigzag.cs.msu.su:7813/program_options/html/bad.html
The groups have different widht, which makes it look not that nice.
The source is below. Any ideas what can be done? I suspect this might be more
of Docbook question, but since we have a customization layer decided to ask
here anyway.
- Volodya
<table>
<title>Annotated list of symbols</title>
<tgroup cols="2">
<colspec colname='c1'/>
<colspec colname='c2'/>
<thead>
<row>
<entry namest='c1' nameend='c2'>Options description
component</entry>
</row>
</thead>
<tbody>
<row>
<entry>&options_description;</entry>
<entry>describes a number of options</entry>
</row>
<row>
<entry>&value;</entry>
<entry>defines the option's value</entry>
</row>
</tbody>
</tgroup>
<tgroup cols="2">
<colspec colname='c1'/>
<colspec colname='c2'/>
<thead>
<row>
<entry namest='c1' nameend='c2'>Parsers component</entry>
</row>
</thead>
<tbody>
<row>
<entry>&parse_command_line;</entry>
<entry>basic command line parser</entry>
</row>
<row>
<entry>&command_line_parser;</entry>
<entry>elaborate command line parser</entry>
</row>
</tbody>
</tgroup>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests:
https://lists.sourceforge.net/lists/listinfo/boost-docs