To include BIBTeX citations in your LaTeX document, you'll need to do several things.
| Commands | And What They Do |
|---|---|
| \bibliographystyle{aip} | This command tells LaTeX which bibliography style to use. Here, AIP is the American Institute of Physics; other options include Modern Language Association, Chicago, and many others. |
| \bibliography{videogames,comics,interface,theory} | The bibliography command tells LaTeX which BIBTeX bibliographies to use. For instance, the command above would be using four BIBTeX files to draw the sources from; each of these four would be .bib files. |
| Samples (saved as .text or .txt for Web Viewing) | ||
|---|---|---|
| Tex Files | BIBTeX .bib Files | |
| test.tex | bibtex_testfour.text | test.pdf |
| with_bib1.text | theorybib.text | with_bib1.pdf |
A great short discussion of how BIBTeX works: http://cmtw.harvard.edu/Documentation/TeX/Bibtex/Example.html