Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!yale!leichter From: leichter@CS.YALE.EDU (Jerry Leichter (LEICHTER-JERRY@CS.YALE.EDU)) Newsgroups: comp.text Subject: Re: BIBTEX->refer, 'printall' facilities Message-ID: <65096@yale-celray.yale.UUCP> Date: 29 Jun 89 19:02:36 GMT Sender: root@yale.UUCP Organization: Yale Computer Science Department, New Haven, Connecticut, USA Lines: 21 X-from: leichter@CS.YALE.EDU (Jerry Leichter (LEICHTER-JERRY@CS.YALE.EDU)) >A colleague of mine and I are going to distribute an on-line >bibliography on parallel debugging. The bibliography file is in BIBTEX >format. We'd like to give people the option of choosing between BIBTEX >or refer. Does anyone know where I can get a BIBTEX to refer converter? >I've heard of one going from refer to BIBTEX, but not the other way. I've never heard of one going in that direction either. >Also, does anyone know of an easy way to print all the entries in a BIB >file? Right now, I simply keep a TEX file with a list of \cite{..} >commands, then run Latex and BIBTEX on that. The current BiBTeX - version .99 or later - supports the LaTeX command: \nocite{*} This tells BiBTeX to included EVERYTHING in the bibiliography. This command is new in .99; it won't work in .98. -- Jerry