Curricula Vitae / RésumésProblem with BibTeX

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

Problem with BibTeX

Post by templateuser »

I would really like to use this template but I am unable to get BibTeX to work. Under publications I have used the following commands:

Code: Select all

\nocite{*}
\bibliographystyle{aer}
\bibliography{<>}
BibTeX gives me the following error messages:

Code: Select all

This is BibTeX, Version 0.99d (TeX Live 2011)
The top-level auxiliary file: cv_1.aux
I found no \citation commands—while reading file cv_1.aux
I found no \bibdata command—while reading file cv_1.aux
I found no \bibstyle command—while reading file cv_1.aux
(There were 3 error messages)
I have tried directly referencing the citations in my .bib file but I get the same errors. Any suggestions?

Thanks!

Christine

Recommended reading 2024:

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

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

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

Problem with BibTeX

Post by Vel »

Hi Christine,

You need to include the .bib file that contains your reference list using \bibliography{filename.bib}. You seem to have put <> instead of a filename.

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