Date: Monday, 6 October 1986 19:25:57 EDT From: Harry.Bovik@k.cs.cmu.edu To: bovik@k.cs.cmu.edu Subject: Multiple bibliographies. Message-ID: <1986.10.6.23.25.19.Harry.Bovik@k.cs.cmu.edu> 22-Jun-86 19:40 Jaime Carbonell@A.CS.CMU.EDU Q on multiple bibliography Help. Is there any good way of producing the following with scribe? SECTION 1 text text ... 1. ref1 .... 2. ref2 .... SECTION 2 text text ... 3. ref3 ... 4. ref4 5. ref5 SECTION 3 text text ... 6. ref6 The idea is that ref1 and ref2 are cited in section 1, ref3 and ref4, and ref5 in section 2, and ref6 in section 3. I definitely DON'T want all references lumped at the end, and DON'T want to put them in by hand bypassing the scribe way of doing things. Is there any hope? (Some years ago, Mike Shamos solved a similar problem by putting large pieces of text inside the entries in the bib file, but that solution doesn't seem too fit this situation too well.) 24-Jun-86 15:37 Jaime Carbonell@A.CS.CMU.EDU Multiple References again Thanks to all who answered. Start with @style(multiplebibliography=on) and then put an @bibliography to include those references cited thus far. The next @bibliography will include only the new citations. However, one glitch remains. How do I get each new @bibliography to number the references from whether the last one left off, rather than restarting from 1?