home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / text / tex / 10360 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.9 KB

  1. Path: sparky!uunet!mcsun!uknet!cam-cl!ely.cl.cam.ac.uk!cet1
  2. From: cet1@ely.cl.cam.ac.uk (C.E. Thompson)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Help: all citation numbers are 0???
  5. Message-ID: <1992Aug20.112117.10512@cl.cam.ac.uk>
  6. Date: 20 Aug 92 11:21:17 GMT
  7. References: <92Aug19.235230cst.77453@nthu.edu.tw>
  8. Sender: news@cl.cam.ac.uk (The news facility)
  9. Reply-To: cet1@ely.cl.cam.ac.uk (C.E. Thompson)
  10. Organization: U of Cambridge Computer Lab, UK
  11. Lines: 35
  12.  
  13. In article <92Aug19.235230cst.77453@nthu.edu.tw>, cww@ee.nthu.edu.tw
  14. (Cheng-Wen Wu) writes:
  15. |> 
  16. |>  When I run LaTeX and BIBTeX on documents with citation, I always
  17. |> have the result with all citation numbers reset to `0'. This can
  18. |> be seen in the .aux file, in which all \bibcite entries appear to
  19. |> be of the form: \bibcite{...}{0}. Repeating latex does no good.
  20. |> 
  21. |>  I am using LaTeX 2.09 (and TeX 3.0) on SUN Sparc1.
  22. |> 
  23. |>  Could anybody who knows the possible problem and solution give
  24. |> me a hand? Thanks in advance.
  25.  
  26. It might not be this at all, but one possible reason is related to the
  27. change of the counter used in the thebibliography environment from enumi
  28. to enumiv. This is change #197 in latex.bug, and was incorporated in all
  29. or Rainer Schoepf's versions of LaTeX from December 1991 onwards.
  30.  
  31. The references in latex.tex and the style files that define thebibliography
  32. have to be kept in step in this respect. So you might get this effect if
  33.  
  34.  1. You had updated latex.tex but not (say) article.sty, or vice versa,
  35.     from a 1991+ LaTeX distribution. But no-one would be stupid enough to
  36.     do partial installs, would they?
  37.  
  38.  2. You are using a style file based on the old standard style files, using
  39.     enumi, but with a 1991+ version of LaTeX.
  40.  
  41.  3. You are using a style file based on the new standard style files, using
  42.     enumiv, but with a 1991- version of LaTeX.
  43.  
  44. Chris Thompson
  45. Cambridge University Computing Service
  46. JANET:    cet1@uk.ac.cam.phx
  47. Internet: cet1@phx.cam.ac.uk
  48.