« Installing wonder baord | Main | GIS Resources for a Mac »

October 07, 2004

using bibtex.

How to use bibtex in a tex document

1. cvs checkout bib
2. edit bib/lal.bib
3. in your tex document add ...

\bibliography{../bib/lal}
\bibliographystyle{plain}
\end{document}

4. add this to your tex when you want to cite something...

Both Stern's~\cite{stern:cav97} and
\della's~\cite{della:charme03}

Save.

5. Final step

> latex .tex
> bibtex
> latex
> latex

Eric's make will handle this.

Posted by jones at October 7, 2004 02:13 PM

Comments

Post a comment

Thanks for signing in, . Now you can comment. (sign out)

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)


Remember me?