Curricula Vitae / Résumés ⇒ Empty bibliography
Empty bibliography
I'm trying to compile the Friggeri resume CV with TexShop in OS X with XeLaTeX
My TeX libraries are full updated, but it says that the bibliography is empty so the publications section shows nothing... Any idea to fix this?
Thank you
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Empty bibliography
did you run BibTeX in order to extract the cites from the database?
Re: Empty bibliography
You need to compile the bibliography using biber for this template rather than biblatex/bibtex. Open up terminal and navigate to the directory of the template then type 'biber <template filename>'.
Cheers,
Vel
Re: Empty bibliography
I have no idea i need to do that!
But it gives me this error:
INFO - This is Biber 1.9
INFO - Logfile is 'bibliography.bib.blg'
ERROR - Cannot find control file 'bibliography.bib.bcf'! - did you pass the "backend=biber" option to BibLaTeX?
INFO - ERRORS: 1

Thanks
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Empty bibliography
biber cv_10
; that is the name of your main file without the ending.Re: Empty bibliography
Thank you so much