Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created June 30, 2013 12:44
Show Gist options
  • Save ashwin/5895028 to your computer and use it in GitHub Desktop.
Save ashwin/5895028 to your computer and use it in GitHub Desktop.
How to use BibLaTeX
% Add at the top
\usepackage{biblatex}
% Add in preamble
\addbibresource{foo.bib}
% Cite somewhere in document
\cite{foobarreference}
% Add before end of document
\printbibliography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment