BibTeX, biblatex and biber ⇒ Bibliography does not work anymore
Bibliography does not work anymore
I changed the blankpage commands now.
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
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
Bibliography does not work anymore
On the footer.
With
I get it right but it yields errors:
With
I get it wrong but it yields no errors:
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: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
I see. You actually wanted cm, not the
Stefan
\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}}
LaTeX.org admin
Bibliography does not work anymore
That removed the vast majority of errors.
I am down to 17 now. - cool!
/Kristian
I am down to 17 now. - cool!
/Kristian
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
Hi Kristian,
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
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
LaTeX.org admin
Bibliography does not work anymore
The 'new' log file is attached.
I also put in screenshots here:
Bibliography does not work anymore
And one more.
Biblatex/biber is most of them:
I am grateful for your help.
/Kristian
Biblatex/biber is most of them:
I am grateful for your help.
/Kristian
Bibliography does not work anymore
Ignore the first 2 red errors. I removed the footnote in the picture text and they are gone.
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.
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
Those are warnings, not errors.
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?
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?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography does not work anymore
Regarding the underfull box warnings, perhaps show us the code around those lines 220-226.
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:
In the middle that's not standard key=value format.
And check Bibliography.bib line 52 (and before) and post that bib entry here.
Stefan
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
LaTeX.org admin