# HG changeset patch # User Daniele Nicolodi # Date 1436178104 -7200 # Node ID a74b9e0f9064990cf19f8e4b02ca14bd10958bbe # Parent 625009cc354a8c8acb08ddffc16f992cf3bc7a92 Switch from biblatex to biber diff -r 625009cc354a -r a74b9e0f9064 cv.sty --- a/cv.sty Fri May 10 19:58:46 2013 +0200 +++ b/cv.sty Mon Jul 06 12:21:44 2015 +0200 @@ -72,7 +72,7 @@ {\endlist\vspace*{-1ex}} % bibliography formatting -\usepackage[bibstyle=authortitle,sorting=none]{biblatex} +\usepackage[backend=biber,bibstyle=authortitle,sorting=none]{biblatex} % biblatex version in texlive 2010 does not contain this definition \defbibheading{none}{}{}{} diff -r 625009cc354a -r a74b9e0f9064 makefile --- a/makefile Fri May 10 19:58:46 2013 +0200 +++ b/makefile Mon Jul 06 12:21:44 2015 +0200 @@ -7,7 +7,7 @@ %.pdf: %.tex publications.bib pdflatex -file-line-error -halt-on-error $(SRC).tex - bibtex $(SRC) + biber $(SRC) pdflatex $(SRC).tex pdflatex $(SRC).tex