BibTeX, biblatex and biber ⇒ Bibtex Citation X on page X undefined
-
- Posts: 2
- Joined: Wed Sep 23, 2020 2:37 pm
Bibtex Citation X on page X undefined
I recently downloaded Texmaker and will write my Bachelor thesis with it. But I have a problem with the references. I imported the articles on Mendeley and created a .bib file. I then saved this file in the same folder as my .tex file is. When I now \cite{} the articles appear and I can select one. However, when I compile it into a pdf file it appears that the citation was not found. Could somebody help me? I am very new in this area and would be very grateful for any tips.
- Attachments
-
- Bibtex.png (88.1 KiB) Viewed 14718 times
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Bibtex Citation X on page X undefined
\cite
and do up to two runs of pdflatex/lualatex/xelatex after the BiBTeX run. See: Question mark or bold citation key instead of citation number.BTW: I would recommend to use biblatex and biber. See: Biblatex with Biber: Configuring my editor to avoid undefined citations.

-
- Posts: 2
- Joined: Wed Sep 23, 2020 2:37 pm
Bibtex Citation X on page X undefined
