Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

How to use BibLaTeX

📅 2013-Jun-30 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ biblatex, bibliography, bibtex, latex ⬩ 📚 Archive

BibLaTeX is a modern alternative to BibTeX. Using it in your LaTeX document is pretty simple:

% Add at the top
\usepackage{biblatex}

% Add in preamble
\addbibresource{foo.bib}

% Cite somewhere in document
\cite{foobarreference}

% Add before end of document
\printbibliography

Tried with: Ubuntu 12.04 LTS


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧