Curricula Vitae / RésumésBibliography Modification

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Bibliography Modification

Post by templateuser »

Hello Vel,

First of all, thanks for all your previous replies, they really helped me a lot!.

So, I have compiled the CV, including the bibliography, and now I want to modify the bibliography but couldn't make it:

First I tried directly changing the bibliography.bib file (for example, changing the article title) but nothing happens, it still shows the original title. Then I tried creating a new .bib file and pointing to it in the \addbibresource{newfilename.bib} % Specify the bibliography file to include publications line, but it still shows the original template bibliography.

Any suggestions?
Thanks a lot, Juan.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Bibliography Modification

Post by Vel »

Hi Juan,

I'm really glad to hear they've been useful! It can be a bit of an echo chamber in here sometimes

The reason you're not seeing changes in the bibliography of the template is that you need to compile the bibliography separately from the document. I'd recommend this whole page highly, and especially the section I'm linking: http://en.wikibooks.org/wiki/LaTeX/Bibl ... _output.3F Basically, after you compile the document, you have to compile the bibliography. In this template, you have to use the biber engine (rather than bibtex) so you need to navigate to the template directory in Terminal/Command Prompt and type "biber cv_10" and it will compile the bibliography for you. Once that's done, you can recompile the document and your changes will show up!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply