changeset 5:a74b9e0f9064

Switch from biblatex to biber
author Daniele Nicolodi <daniele@grinta.net>
date Mon, 06 Jul 2015 12:21:44 +0200
parents 625009cc354a
children cbd926c3093e
files cv.sty makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}{}{}{}
--- 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