BibTeX, biblatex and biber ⇒ Bibliography does not work anymore
Bibliography does not work anymore
Thank you.
Most of the issues are problems with new lines and new page.
I don't get it and Latex says "treated as zero"...
Thanks
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
Stefan
Bibliography does not work anymore
First some that I find to not be relevant(?): Then some yellow ones of which several speaks of bibliography: Post continues...
Bibliography does not work anymore
They have some comments on spelling which I will go through - but it also mentions "please run biber".
I just don't get the run biber stuff:
I open Overleaf - I write - I compile...
That's my superpower... Yours is properly cooler : )
Bibliography does not work anymore
Bibliography does not work anymore
Some are in use others are not.
I saved them to keep the original formatting of the guide I used.
Again - thank you
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Bibliography does not work anymore
Please never use a double backslash to end a line or skip a line.
Never use a comma to list author names, do not include titles like Dr. In the bibliography. Please have a look at
Overleaf will run biber for you, i guess biber chokes on errors in your bib file.
You have a one sided document and instruct package fancyhdr to style twosided headers. That is pointless and the package informs you about it.
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
Anyway, you need to find the setting in Overleaf/ShareLaTeX. However, it may still be possible, that it's done automatically as it should. It may just be prevented by the other errors so it doesn't come to the bibtex run.
Yes, check the errors, one by one. Just tackle the first one and try again, then the next one. That's because several errors can be caused just by the first one, as a consequence.
Check
Theory.tex
, line 86. What is the code before that line? Can you show it? Never use \\
to end lines except in tabular, array, or multiline math environments.In Frontpage.tex, what is your
\includegraphics
command? Please show that line. Options are like key=value
. So the ,left
cannot work.Shall the document be oneside or twoside?
After you fixed the errors a above, let us know what changed, and tell us further upcoming errors or warnings.
Stefan
Bibliography does not work anymore
When using XeLaTeX
Inserting photos I use: I will look through the others again.
I can't seem to understand all the places it states an error.
E.g. when I use \newpage it states it is wrong I keep looking through your comments and get back.
Thanks
- Attachments
-
- Capture14.PNG (34.07 KiB) Viewed 3100 times
Bibliography does not work anymore
Thanks