BibTeX, biblatex and biberCitation error

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
macdatar
Posts: 3
Joined: Mon Sep 27, 2010 2:22 pm

Citation error

Post by macdatar »

Hi,

I am having some trouble citing references. I have a separate bib file for references and in my latex doc I include the file. When I cite something, things compile without error and in the final output I see [?] this for any reference I am inserting. Is there any obvious reason why this might be happening? I am using TexMaker and am very new to laTex.

Thank you for the help

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

M.L.
Posts: 3
Joined: Sun Sep 26, 2010 2:30 pm

Re: Citation error

Post by M.L. »

Don't know TexMaker, but the usual procedure when adding/modifying references is:

1) Do text change
2) compile document (latex)
3) run bibtex
4) compile document twice (latex)

Hope this helps.

M.L.
gun
Posts: 3
Joined: Mon Sep 27, 2010 8:35 am

Re: Citation error

Post by gun »

As ML wrote.

In most cases it can be solved by: Ctrl+L, Ctrl+B, 2xCtrl+L.

Cheers,
Gun
Post Reply