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

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

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