Curricula Vitae / RésumésEmpty bibliography

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
ecazorla
Posts: 3
Joined: Wed Jun 10, 2015 1:32 pm

Empty bibliography

Post by ecazorla »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

Hi and welcome,

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.
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Re: Empty bibliography

Post by Vel »

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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
ecazorla
Posts: 3
Joined: Wed Jun 10, 2015 1:32 pm

Re: Empty bibliography

Post by ecazorla »

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

:cry:

Thanks
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Empty bibliography

Post by Johannes_B »

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.
ecazorla
Posts: 3
Joined: Wed Jun 10, 2015 1:32 pm

Re: Empty bibliography

Post by ecazorla »

Now it works!!!

Thank you so much
Post Reply