home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / tex / 14823 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.6 KB  |  42 lines

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