BibTeX, biblatex and biber ⇒ Bibliography does not work anymore
Bibliography does not work anymore
When I tried change the header commands it went wrong.
This is before: This is after: When I comment out the graphics I get: So it could seem that there is a conflict between 2 sets of headers. And when the graphics are there the text-based oine goes out
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
Bibliography does not work anymore
With
Code: Select all
\fancyfoot[EL,RO]{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\addtocontents{toc}{\protect\thispagestyle{empty}}
\fancyfoot[LO,CE]{Section \thesection}
\fancyfoot[CO,RE]{Kristian Dalgaard}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
Code: Select all
\fancyfoot[L,RO]{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\addtocontents{toc}{\protect\thispagestyle{empty}}
\fancyfoot[LO,C]{Section \thesection}
\fancyfoot[CO,R]{Kristian Dalgaard}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0.5pt}
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
\textwidth
factor. So remove the latter instead:Code: Select all
\lhead{\includegraphics[height=0.5cm]{figurer/DTU/DTU_Logo.jpg}}
\chead{s140504}
\rhead{\includegraphics[height=0.5cm]{figurer/BWSC/bwsclogo.jpg}}
Bibliography does not work anymore
I am down to 17 now. - cool!
/Kristian
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
indeed, often it's one single error that causes a lot more. That's why I prefer to fix the first occurring error before even thinking about another one.

Stefan
Bibliography does not work anymore
Bibliography does not work anymore
Biblatex/biber is most of them:
I am grateful for your help.
/Kristian
Bibliography does not work anymore
I am down to 14 errors and they are mainly on Header/footer and bibliograpy issues.
I changed all figure codes to your suggestion.
I have a lot of the Underfull badness 10000.
It sounds dramatic but I don't get what the error is.
See picture below for example: Thanks again.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Bibliography does not work anymore
You are probably still using double backslash or \newline. Stefan and I told you not to do that.
But it is really hard to guess anything based on screenshots. I still recommend to read an introduction to LaTeX.
By the way, can you read the warning message for me? What does it say about where the trouble is?
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
One of the first errors (caption) was because there was a closing curly brace { too much.
The good thing of the bibliography related error messages is, that you know the bibliography compiler is actually executed.
Check this entry:
Code: Select all
@article{alexander,
author = "Dr. Alexander Murdoch and Ian McIntyre",
title = "{PSEC Application Notes. ({German})",
[{On} Power System stabilizer Helps Meet Plant Stability Margins for Simple Cycle and Combined Cycle Power Plants]",
year = "2001",
keywords = "AVR,PSS"
}
And check Bibliography.bib line 52 (and before) and post that bib entry here.
Stefan