public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: christophe.guillon@st.com (Christophe Guillon)
To: andreas@mtg.co.at
Cc: docbook-tools-discuss@sourceware.cygnus.com
Subject: Re: Index creation
Date: Tue, 02 Nov 1999 00:45:00 -0000	[thread overview]
Message-ID: <199911020844.JAA24738@eux100.sgp.st.com> (raw)
In-Reply-To: <Pine.LNX.4.10.9911020827260.19428-100000@gatekeeper.zwax.mtg.c>

Content-transfer-encoding: 7bit 
--------

	You have to do it in a two-pass process (for more information get the
docbook stylesheets documentation http://nwalsh.com/docbook/dsssl/db146d.zip ) :

	Run jade with the html-index variable set and the html stylesheet :
	jade -t sgml -d ...html/docbook.dsl -V html-index file.sgm

	generate the index pages with collateindex.pl (in the bin directory of the 
docbook stylesheets distribution) :
	perl collateindex.pl -o genindex.sgm

	Reprocess your document with jade
	jade -t sgml -d .../docbook.dsl file.sgm

	Your document must contain an external entity inclusion for the generated 
index :

	<...[
	<!ENTITY index	SYSTEM "genindex.sgm">
	]>
	...
	<!-- at a chapter/section level in your document -->
	&index;


	C.Guillon



	

       reply	other threads:[~1999-11-02  0:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.10.9911020827260.19428-100000@gatekeeper.zwax.mtg.c>
1999-11-02  0:45 ` Christophe Guillon [this message]
2000-12-27  6:36   ` ANNOUNCE Support for XML Eric Bischoff
2000-11-09 15:39     ` Eric Bischoff
2000-12-27  6:36     ` Eric Bischoff
2000-11-12  2:44       ` Eric Bischoff
2000-12-27  6:36     ` Eric Bischoff
2000-11-12  3:49       ` Eric Bischoff
2000-12-27  6:36       ` Gregory Leblanc
2000-11-12 23:09         ` Gregory Leblanc
2000-12-27  6:36         ` Eric Bischoff
2000-11-13  8:54           ` Eric Bischoff
2000-12-27  6:36     ` Gregory Leblanc
2000-11-10 11:34       ` Gregory Leblanc
2000-12-27  6:36 LinuxDoc to DocBook package update Reuben Thomas
2000-12-27  6:36 ` Index Creation Chuck Mead
2000-12-27  6:36   ` Edward C. Bailey
2000-12-27  6:36     ` Chuck Mead
2000-12-27  6:36   ` Norman Walsh
2000-12-27  6:36     ` Chuck Mead
  -- strict thread matches above, loose matches on Subject: below --
1999-11-02  0:20 Index creation Andreas Kostyrka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199911020844.JAA24738@eux100.sgp.st.com \
    --to=christophe.guillon@st.com \
    --cc=andreas@mtg.co.at \
    --cc=docbook-tools-discuss@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).