From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Toft To: Paul Webb Cc: Subject: Re: Indexes in PDF docs Date: Wed, 19 Dec 2001 22:49:00 -0000 Message-id: References: X-SW-Source: 2001/msg00026.html On Thu, 22 Feb 2001, Paul Webb wrote: > Hi > > I have marked up my document by using the > ... method as described in > 'DocBook: The Definitive Guide' I've also managed to produce an index in the > HTML version of the doc by using collateindex.pl. > > But how do I produce an index in the PDF? Can I use collateindex.pl in > conjunction with some other commands or is there an alternative method? Sure you can; For HTML as well as PS/PDF I use perl ./collateindex.pl -s Symbols -t Index \ -g -i index -N -o index.sgml cp *.sgml tempdir (cd tempdir; jade -t sgml -ihtml -d $(cygnus)\#print \ -V html-index -V nochunks MAIL_FILE.sgml > foo.html) perl ./collateindex.pl -s Symbols -t Index -g -i index \ -o index.sgml tempdir/HTML.index If it bites back mail me again. -- Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto You are not alone. The penguins are everywhere. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Toft To: Paul Webb Cc: Subject: Re: Indexes in PDF docs Date: Thu, 22 Feb 2001 13:28:00 -0000 Message-ID: References: X-SW-Source: 2001-q1/msg00026.html Message-ID: <20010222132800.lESDKDBLql_YSojviFHu851dtlIeSthXIp7QGI-xlSk@z> On Thu, 22 Feb 2001, Paul Webb wrote: > Hi > > I have marked up my document by using the > ... method as described in > 'DocBook: The Definitive Guide' I've also managed to produce an index in the > HTML version of the doc by using collateindex.pl. > > But how do I produce an index in the PDF? Can I use collateindex.pl in > conjunction with some other commands or is there an alternative method? Sure you can; For HTML as well as PS/PDF I use perl ./collateindex.pl -s Symbols -t Index \ -g -i index -N -o index.sgml cp *.sgml tempdir (cd tempdir; jade -t sgml -ihtml -d $(cygnus)\#print \ -V html-index -V nochunks MAIL_FILE.sgml > foo.html) perl ./collateindex.pl -s Symbols -t Index -g -i index \ -o index.sgml tempdir/HTML.index If it bites back mail me again. -- Peter Toft, Ph.D. [pto@sslug.dk] http://www.sslug.dk/~pto You are not alone. The penguins are everywhere.