home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!wupost!darwin.sura.net!news.duc.auburn.edu!usenet
- From: hankedr@mail.auburn.edu (Darrel Hankerson)
- Subject: Re: BibTex-style supporting CITATION INDEX needed
- Message-ID: <1993Jan11.132521.1833@news.duc.auburn.edu>
- Sender: usenet@news.duc.auburn.edu (News Account)
- Nntp-Posting-Host: lab1.duc.auburn.edu
- Organization: Auburn University, Alabama
- References: <1993Jan11.105444.20362@Informatik.TU-Muenchen.DE>
- Distribution: comp
- Date: Mon, 11 Jan 1993 13:25:21 GMT
- Lines: 28
-
- In article <1993Jan11.105444.20362@Informatik.TU-Muenchen.DE> danher@informatik.tu-muenchen.de (Daniel Hernandez) writes:
- >I'm looking for a BibTeX-style that supports the creation of a
- >citation index, i.e., the entries in the reference list should contain
- >a pointer (page number) to where the work is cited in the text (that
- >is the page(s) where the \cite occurs). This can be a very useful
- >feature in long reports and books.
- >
- >I've already checked the usual sources including Nelson Beebe's BST
- >collection without success.
- >
- >I'm currently using a slightly modified theapa.bst and would
- >appreciate any ideas on how to extend this style to compile a citation
- >index.
-
- A possible starting point might be xbib.tex by cfw2@po.CWRU.Edu
- (Charles F. Wells). Get DM Jones' tex-index from niord.shsu.edu.
-
- There are two problems:
- 1. xbib needs a small modification for the newer latex.tex due to a change
- in the counter used in thebibliography:
- {\string\bibcite{#1}{\the\value{\@listctr}}}\fi\ignorespaces%
-
- 2. theapa probably re-defines the cite stuff, breaking xbib (?).
-
- --Darrel Hankerson hank@ducvax.auburn.edu
-
-
-
-