This is the mail archive of the docbook-tools-discuss@sources.redhat.com mailing list for the docbook-tools project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Tables of contents


Hi.

I'm having immense trouble getting docbook2rtf to correctly fill in
page numbers in TOCENTRYs.

If I run docbook2dvi three times (!) then it usually does fill in the
numbers, but insists on underlining every entry which looks terrible.

docbook2rtf, who's output is generally good, completely refuses to
and shows all page numbers as being '1'.

Does anyone have a reliable way of producing TOCs with these tools?

Here's my SGML snippet.  I tried playing with XREF and LINK to see
if they helped, which they didn't.

<toc>
<tocpart>
	<tocentry linkend='partvisp'></tocentry>
	<tocchap>
		<tocentry linkend='chapvispsystemoverview'></tocentry>
		<toclevel1>
			<tocentry linkend='sectvispoverviewinventory'></tocentry>
		</toclevel1>
	</tocchap>
</tocpart>
<tocpart>
	<tocentry linkend='partinternal'></tocentry>
	<tocchap>
		<tocentry linkend='chapintoverview'></tocentry>
	</tocchap>
	<tocchap>
		<tocentry>
		<xref linkend='chapintfirewall'>
		</tocentry>
	</tocchap>
</tocpart>
</toc>



Andrew.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]