Wednesday, March 21, 2007

Latex: How to use Bibtex in latex

Bibtex is a good choice when you have lots of references needed to be cited in different publications. You could build a base using bibtex and cite it in LaTeX.

  1. Build a file named as yourbibfile.bib
  2. Use bibtex to compile your file
  3. Then use latex to compile your article at least two times
In the *.tex file,
\nocite{*} %this means that listing all items in the bib file even though you didn't cite them.

No comments:

Locations of visitors to this page