Theses, Books, Title pages ⇒ No bibliography appears and references appear as "?"
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
No bibliography appears and references appear as "?"
Maria
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
No bibliography appears and references appear as "?"
You need to run bibTeX on the main thesis file by navigating to the directory of the template in the command line and entering “
bibtex main
″. After this, recompile the document and your references should show up. Any time you make changes to them repeat the procedure to update them. Alternatively, some LaTeX compilers such as MiKTeX can automate the process, have a look at their documentation.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: No bibliography appears and references appear as "?"
Maria
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: No bibliography appears and references appear as "?"
I write here because I have the same problem you had ” no bibliography appears and in the section about referencing the references appear as “?”” , However I can’t solve it. I use TexMaker, so I have tried to run BibTex to Thesis.tex, and after Quickbuild. Besides, I don’t know where is the command line. No matter what, i get “Undefined citation at XX line”. Thanks for your answer, BibTex is getting me MAD.
Thanks
Tito
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: No bibliography appears and references appear as "?"
Thanks
Tom
No bibliography appears and references appear as "?"
Your LaTeX compiler should have an option to run BibTeX on the
main.tex
file. If not, navigate to the directory of main.tex using the command line in your operating system and type bibtex main.tex
. You can then re-compile as normal and the bibliography will show up.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: No bibliography appears and references appear as "?"
I think I have the same problem. My references show up as [?]. I have had succes with it and all my references worked, but somehow they stopped working, and I have no idea, what I did wrong? I am very new to LaTeX, so this is very frustrating.
I tried compiling the template as it is, when i unzip it, and the references in Chapter 1 works fine.
ebbbe
Re: No bibliography appears and references appear as "?"
Most likely you have errors in your references that are stopping their correct compilation. For example, you need to escape LaTeX special characters like "&" in your bibliography or it will not compile. BibTeX should give you a list of warnings when you compile the bibliography so have a read of that and do some searching for what those errors mean. Good luck!
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
No bibliography appears and references appear as "?"
I too am just getting a [?] instead of any references. I'm using TexMaker.
When I run BibTex on main.tex I receive the following error message:
Code: Select all
Process startedINFO - This is Biber 1.9 INFO - Logfile is 'main.blg'ERROR - Cannot find control file 'main.bcf'! - did you pass the "backend=biber"option to BibLaTeX? INFO - ERRORS: 1Process exited with error(s)
Thanks in advance.
DrivingMeMad19
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
No bibliography appears and references appear as "?"
thesis
(no file ending. If you want to pass a file ending, make the call thesis.aux
.On the other hand, modern
biber
needs the modern package biblatex and does not work with natbib.