public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Peter Toft <pto@sslug.dk>
To: Paul Webb <paul.webb@argonet.co.uk>
Cc: <docbook-tools-discuss@sourceware.cygnus.com>
Subject: Re: Indexes in PDF docs
Date: Thu, 22 Feb 2001 13:28:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.30.0102222207000.8007-100000@pto.sslug> (raw)
Message-ID: <20010222132800.lESDKDBLql_YSojviFHu851dtlIeSthXIp7QGI-xlSk@z> (raw)
In-Reply-To: <E14VsS7-0001a7-00@golden.argonet.co.uk>

On Thu, 22 Feb 2001, Paul Webb wrote:

> Hi
>
> I have marked up my document by using the
> <indexterm><primary>...</primary></indexterm> 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.



  parent reply	other threads:[~2001-02-22 13:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-19 22:49 Paul Webb
2001-02-22  1:54 ` Paul Webb
2001-12-19 22:49 ` Peter Toft [this message]
2001-02-22 13:28   ` Peter Toft
2001-12-19 22:49   ` Wookey
2001-02-23  9:08     ` Wookey
2001-12-19 22:49     ` Norman Walsh
2001-02-23 12:58       ` Norman Walsh

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=Pine.LNX.4.30.0102222207000.8007-100000@pto.sslug \
    --to=pto@sslug.dk \
    --cc=docbook-tools-discuss@sourceware.cygnus.com \
    --cc=paul.webb@argonet.co.uk \
    /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).