[Openstack-docs] <table> conventions and PDF results
Summer Long
slong at redhat.com
Mon Aug 12 07:11:10 UTC 2013
Hello all,
I just ran into an interesting problem. Because my contributions have
been building, I missed that the conventions for <table> were different.
This is what I used:
<table frame='all'><title>TableTitle</title>
<tgroup cols='2' align='left' colsep='1' rowsep='1'>
<colspec colname='c1' colwidth="20%"/>
<colspec colname='c2' colwidth="80%"/>
<thead>
<row>
<entry>header1</entry>
<entry>header2</entry>
</row>
</thead>
<tbody>
<row>
<entry><para></para></entry>
<entry><para></para></entry>
</row>
</tbody>
</tgroup>
</table>
This looks fine in HTML (which is where I edit), but doesn't work in the
PDF. Is there any way that we could change the build process so that it
works in PDF as well? Am sure other noobs might make the same mistake,
and content-wise, it doesn't make a difference.
thanks,
Summer
Summer Long
OpenStack Documentation
Engineering Content Services
Red Hat Asia Pacific
Brisbane, Australia
slong at redhat.com <mailto:slong at redhat.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-docs/attachments/20130812/7378fc20/attachment.html>
More information about the Openstack-docs
mailing list