On 28/12/10 18:48, Wilhelm wrote:
Hi all,
I have some problems with callout-numbering (using asciidoc-8.6.3):
if I have a source-block where the callout-numbering doesn't begin
with 1 (see below test.doc), then the callout-list still starts with 1
and I get the errors below.
How can I get that fixed?
There's no way to start callout numbering at any number other than 1.
Cheers, Stuart
test.doc:
------------------------------------------------------------------
Test
====
Hugo
1.0
[source,cpp]
----
void foo() {
int x; //<2>
}
----
<2> Bla
------------------------------------------------------------------
$ asciidoc test.doc
asciidoc: WARNING: test.doc: line 13: list item index: expected 1 got 2
asciidoc: WARNING: test.doc: line 13: no callouts refer to list item 1
asciidoc: WARNING: test.doc: line 13: callout refers to non-existent
list item 2
--
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.