[comp.text.tex] printing a .bib file

wescott@micky.columbia.ncr.com (Mike Wescott) (02/15/91)

Is there an easy way to pretty print a .bib file (without creating
a dummy with all the citations).

--
	-Mike Wescott
	 mike.wescott@ncrcae.Columbia.NCR.COM

jdm5548@diamond.tamu.edu (James Darrell McCauley) (02/17/91)

In article <1991Feb15.084242.25116@nncrcae.Columbia.NCR.COM>, wescott@micky.columbia.ncr.com (Mike Wescott) writes:
|> 
|> Is there an easy way to pretty print a .bib file (without creating
|> a dummy with all the citations).

\documentstyle{article}
\begin{document}
\bibliographystyle{asaetr}  % <-- here's the bibliography style name
\nocite{*}                  % <-- here's the trick
\bibliography{ultrasound}   % <-- here's the bibliography file name
\end{document}

This doesn't work for pre-BibTeX 0.99.  Scribble this down on pages
74 and 188 of your copy of Lamport's LaTeX book.
-- 
James Darrell McCauley (jdm5548@diamond.tamu.edu, jdm5548@tamagen.bitnet)
Spatial Analysis Lab, Department of Agricultural Engineering,
Texas A&M University, College Station, Texas 77843-2117, USA