BibTeX, biblatex and biber ⇒ Bibliography does not work anymore
Bibliography does not work anymore
What I did was to change all \\ to \newline.
I thought that was the way lol. I will change them to... nothing?
I will look through the bib file now and get back.
@Johannes. I did read an instruction and I followed guides to make bibliography etc.
I will never be a programmer. But hopefully I will get this document right and become an electrical engineer by January : )
Have a nice day
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Bibliography does not work anymore
Bibliography does not work anymore
I now have
Code: Select all
\usepackage{parskip}
\usepackage[nopar]{lipsum}
To ad space some places I can use \vspace{1cm} without any issues?
Almost all hbox warnings are gone.
Bibliography does not work anymore
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"
}
@book{boldea,
title = {Synchronous Generators},
author = {Ian Boldea},
isbn = {9781420037258},
publisher = {Taylor and Francis Group},
keywords = {Generators}
}
@book{wollenberg,
title = {Power Generation, Operation and Control},
author = {Allan J Wood, Bruce F. Wollenberg, Gerald B. Sheblé},
isbn = {978-0-471-79055-6},
series = {International series of monographs on physics},
year = {2014},
publisher = {Wiley},
keywords = {Generators}
}
@book{yjtjy,
title = {Power Generation, Operation and Control},
author = {Allan J Wood, Bruce F. Wollenberg, Gerald B. Sheblé},
isbn = {9781420037258},
series = {International series of monographs on physics},
year = {1981},
publisher = {Taylor and Francis Group},
keywords = {physics}
}
@online{Knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and Typesetting",
url = "http://www-cs-faculty.stanford.edu/~uno/abcde.html",
addendum = "(accessed: 01.09.2016)",
keywords = "latex,knuth"
}
@inbook{Knuth-fa,
author = "Donald E. Knuth",
title = "Fundamental Algorithms",
publisher = "Addison-Wesley",
year = "1973",
chapter = "1.2",
keywords = "knuth,programming"
}
I have changed nothing on that one. It one follows here:
Code: Select all
@article{einstein,
author = "Albert Einstein",
title = "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]",
journal = "Annalen der Physik",
volume = "322",
number = "10",
pages = "891--921",
year = "1905",
DOI = "http://dx.doi.org/10.1002/andp.19053221004",
keywords = "physics"
}
@book{dirac,
title={The Principles of Quantum Mechanics},
author={Paul Adrien Maurice Dirac},
isbn={9780198520115},
series={International series of monographs on physics},
year={1981},
publisher={Clarendon Press},
keywords = {physics}
}
@book{latexcompanion,
author = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
title = "The \LaTeX\ Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts",
keywords = "latex"
}
@online{knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and Typesetting",
url = "http://www-cs-faculty.stanford.edu/~uno/abcde.html",
addendum = "(accessed: 01.09.2016)",
keywords = "latex,knuth"
}
@inbook{knuth-fa,
author = "Donald E. Knuth",
title = "Fundamental Algorithms",
publisher = "Addison-Wesley",
year = "1973",
chapter = "1.2",
keywords = "knuth,programming"
}
@book{knuth-acp,
author = "Donald E. Knuth",
publisher = "Addison-Wesley",
title = "The Art of Computer Programming",
series = "Four volumes",
year = "1968",
note = "Seven volumes planned",
keywords = "knuth,programming"
}
@article{ctan,
author = "George D. Greenwade",
title = "The {C}omprehensive {T}ex {A}rchive {N}etwork ({CTAN})",
year = "1993",
journal = "TUGBoat",
volume = "14",
number = "3",
pages = "342--351",
keywords = "latex"
}
Bibliography does not work anymore
The way to formulate line 3 as well as the last bracket "}" shows as error.
In the one I posted there are some in use and some that are not. I don't know if that could case an issue.
E.g. the book by "yjtjy".
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Bibliography does not work anymore
and
.Bibliography does not work anymore
Code: Select all
@article{alexander,
author = "Dr Alexander Murdoch and Ian McIntyre",
title = "PSEC Application Notes: Power System stabilizer Helps Meet Plant Stability Margins for Simple Cycle and Combined Cycle Power Plants",
year = "2001",
keywords = "AVR,PSS"
}
@book{boldea,
title = {Synchronous Generators},
author = {Ian Boldea},
isbn = {9781420037258},
publisher = {Taylor and Francis Group},
keywords = {Generators}
}
@book{wollenberg,
title = {Power Generation: Operation and Control},
author = {Allan J Wood and Bruce F Wollenberg and Gerald B Sheblé},
isbn = {978-0-471-79055-6},
series = {International series of monographs on physics},
year = {2014},
publisher = {Wiley},
keywords = {Generators}
}
@book{yjtjy,
title = {Power Generation: Operation and Control},
author = {Allan J Wood and Bruce F Wollenberg and Gerald B Sheblé},
isbn = {9781420037258},
series = {International series of monographs on physics},
year = {1981},
publisher = {Taylor and Francis Group},
keywords = {physics}
}
@online{Knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and Typesetting",
url = "http://www-cs-faculty.stanford.edu/~uno/abcde.html",
addendum = "(accessed: 01.09.2016)",
keywords = "latex,knuth"
}
@inbook{Knuth-fa,
author = "Donald E. Knuth",
title = "Fundamental Algorithms",
publisher = "Addison-Wesley",
year = "1973",
chapter = "1.2",
keywords = "knuth,programming"
}
This is a breakthrough : )) Thanks again
Bibliography does not work anymore
[Edit 5 yellow and 4 blue as I corrected a typo]
See log: First one:
Screenshots and code: Code nearby:
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage{comment}
\usepackage{parskip}
\usepackage[nopar]{lipsum}
Bibliography does not work anymore
I tried taking out the E's and it shows no warning but yields the footer incorrectly.
This is how it shows now: And the code for header/footer:
Code: Select all
%-----header/footer -----%
\lhead{\includegraphics[height=0.5cm]{figurer/DTU/DTU_Logo.jpg}}
\chead{s140504}
\rhead{\includegraphics[height=0.5cm]{figurer/BWSC/bwsclogo.jpg}}
\fancyfoot[LE,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}
%-----header/footer -----%
I don't know how to proceed?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Bibliography does not work anymore
I cannot help with the other stuff, you are just providing shots but no real clue what really happens.