On 16/12/10 07:48, Tomek Kaczanowski wrote:
Hello All,
Such fragment:
<<my_table>> presents ...
[[my_table]]
.Title of Table
[options="header"]
// here table
is rendered in PDF as:
Table 3.1, “Title of Table” presents ...
can I somehow change this behaviour so<<my_table>> is outputed as
"Table 3.1" (without title)?
You could explicitly specify the link text e.g.
<<my_table,Table 3.1>> presents ...
But you have the problem of having to manually update the link text if the table
numbering changes.
Cheers, Stuart
--
Cheers,
Tomek Kaczanowski
--
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.