Hi
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
Curricula Vitae / Résumés ⇒ Empty bibliography
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Empty bibliography
Hi and welcome,
did you run BibTeX in order to extract the cites from the database?
did you run BibTeX in order to extract the cites from the database?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Empty bibliography
Hi,
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
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Re: Empty bibliography
Hi
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
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
When downloading the tempalte, the file in the zip-folder is called cv_10.tex, you need to call
biber cv_10
; that is the name of your main file without the ending.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Empty bibliography
Now it works!!!
Thank you so much
Thank you so much