autowidth only applies to HTML outputs, there is no equivalent for DocBook
tables. See: http://www.methods.co.nz/asciidoc/userguide.html#X74
Cheers, Stuart
On 04/11/10 08:34, Manfred Lotz wrote:
Hi all,
I have a document like follows:
<-------------------------------------------------------------------
snip--------------------------------------------------------->
Test document
==============
:toc:
:icons:
:numbered:
:Revision: 0.1
About this document
-------------------
[frame="all",cols="<,<",options="header,autowidth"]
|====================
|Version |Date
|0.1 |02/11/2010
|====================
<-------------------------------------------------------------------
snap--------------------------------------------------------->
Creating a html with 'asciidoc test.txt' gives a table where autowidth
works.
Now creating a pdf: a2x -f pdf test.txt and autowidth didn't have
any effect as in the pdf the table takes all of the page width.
Any idea what I do wrong?
--
Manfred
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.