Skip to content

Instantly share code, notes, and snippets.

@janstuemmel
Created October 27, 2017 10:11
Show Gist options
  • Select an option

  • Save janstuemmel/e9e722bd2460c692caa038644b837a49 to your computer and use it in GitHub Desktop.

Select an option

Save janstuemmel/e9e722bd2460c692caa038644b837a49 to your computer and use it in GitHub Desktop.
Minimal biber latex file
\documentclass{article}
\usepackage[margin=0.7in]{geometry}
\usepackage[parfill]{parskip}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\usepackage[backend=biber,style=authoryear,citestyle=authoryear]{biblatex}
\addbibresource{references.bib}
\begin{document}
\section{A section}
\subsection{A subsection }
foo\cite{Voit2012b}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment