Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 704 Bytes

BibTeXRefs

This is a repository containing BibTeX citations for the works of some authors universal algebra and related fields. The files were generated for each author by listing the 50 most recent BibTeX records appearing on MathSciNet.

To use any of these files in your LaTeX document, add some lines like the following just before \end{document}:

\bibliographystyle{plain}
\bibliography{freese}

Then make some citations in your document, like

\cite[Lemma 3]{MR909290}

Then compile your document with

pdflatex Foo.tex
bibtex Foo.aux
pdflatex Foo.tex

Questions/comments/suggestions: please open a new issue.