OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Calloutlist continue numbering


Hello,

Yes, the subject is not very useful :-)

I have a problem with calloutlist output.

My document look like this

<section>
	<title>first section</title>
	<para>
		<table>
			<title>fist table</title>
			<tgroup cols="2">
			<row>
				<entry>
					<graphic.../>
					<co id="IDone"/>
				<entry>
				<entry>
					<graphic.../>
					<co id="IDtwo"/>
				<entry>
			</row>
		<table>
		<calloutlist>
			<callout arearef="IDone">blabla</callout>
			<callout arearef="IDtwo">blabla</callout>
		</calloutlist>
	</para>
</section>


<section>
	<title>second section</title>
	<para>
		<table>
			<title>second table</title>
			<tgroup cols="2">
			<row>
				<entry>
					<graphic.../>
					<co id="foo"/>
				<entry>
				<entry>
					<graphic.../>
					<co id="bar"/>
				<entry>
			</row>
		<table>
		<calloutlist>
			<callout arearef="foo">blabla</callout>
			<callout arearef="bar">blabla</callout>
		</calloutlist>
	</para>
</section>

And the result is that the second calloutlist doesn't start at 1 but  
at 4. I don't find how to tell that the second calloutlist is an  
other and must be start at 1.

I use XEP to generate the PDF.

Help will be really appreciate.

Thanks in advance,
Jacques


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]