bibliography
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
create an bibliography:- two types of declarations:
- simple bibliography
% ... \begin{document} % ... \begin{thebibliography}{LONGEST_KEY} \bibitem[KEY]{KEY} <entry> \end{thebibliography} % ... \end{document} - proper bibliography
% ... \bibliographystyle{plain} % ... \begin{document} % ... \bibliography{BIBFILE} % ... \end{document}you will have to create a BIBFILE.bib in the current directory.
- simple bibliography
- referencing bibliography items:
\cite{KEY} - bibtex command line:
bibtex <file>
by setting the environment variable BIBINPUTS you can save your .bib file in a different directory
see also compiling tex documents



