Finde Bibtex Fehler nicht : "File ended while scanning"
Verfasst: Sa 26. Jan 2019, 12:25
Hallo zusammen,
ich finde einfach nicht den Fehler in meinem Literaturverzeichnis nicht. Ich erhalte die Fehlermeldung
! File ended while scanning use of \field.
<inserted text>
\par
l.12 \begin{document}
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
Seht Ihr den Fehler?
Danke für eure Tipps
ich finde einfach nicht den Fehler in meinem Literaturverzeichnis nicht. Ich erhalte die Fehlermeldung
! File ended while scanning use of \field.
<inserted text>
\par
l.12 \begin{document}
I suspect you have forgotten a `}', causing me
to read past where you wanted me to stop.
% ========== Dokumentklasse ====================================================================================== \documentclass[a4paper,11pt,numbers=noenddot,twoside]{scrreprt} %[,twoside] ergänzen, % ========== Standard Packages =================================================================================== \usepackage[utf8]{inputenc} \usepackage[ngerman]{babel} \usepackage[T1]{fontenc} \usepackage[backend=biber,style=numeric]{biblatex} \addbibresource{Literatur.bib} \begin{document} \chapter{Motivation} Hallo Hallo \cite{Deyhle10} und \cite{Spiegel13} und \cite{Reidel17} und \cite{Hucho13} und \cite{BCG17} und \cite{VW18} und \cite{Koell18} . \newpage \addcontentsline{toc}{chapter}{Literaturverzeichnis} \printbibliography \end{document}
@article{Treeck08, year ={2008}, author = {C. A., van Treeck}, title = {Introduction to Building Performance Modeling and Simulation: A basic introduction to modeling and numerical simulation of the energy and thermal quality performance of buildings using a geometry based zone model.}, } @article{Deyhle10, author = {H. Deyhle und R. Binert}, title = {Fahrzeug-Klimatisierung aus Kundensicht: Subjektive vs. objektive Bewertung}, journal = {Haus der Technik Fachbuch}, year = {2010}, } @MISC{Wirtschaft20, author = {Wirtschaftsforum}, title = {{Wettlauf an die Spitze bei E-Mobilitaet}}, note = {Abruf am 01.01.2020}, HOWPUBLISHED = "https://www.wirtschaftsforum.de/dr-ing-hc-f-porsche-ag/interviews/wettlauf-an-die-spitze-bei-e-mobilitaet", } @MISC{BCG17, author = {The Boston Consulting Group}, note = {Abruf am 01.01.2020}, year = {2017}, HOWPUBLISHED = "http://image-src.bcg.com/Images/20171106_BCG_Presse_Electric%20Car%20Tipping%20Point_tcm58-175823.pdf", } @MISC{VW18, author = {Volkswagen Group}, note = {Abruf am 01.01.2020}, year = {2018}, HOWPUBLISHED = "https://www.volkswagen-newsroom.com/de/pressemitteilungen/volkswagen-investiert-in-die-zukunft-4396", } @MISC{Reidel17, author = {Michael Reidel}, title = {{Mobilitaet: Die Deutschen neigen noch nicht zum E-Auto. Das zeigt eine Studie der DHBW Ravensburg}}, note = {Abruf am 01.01.2020}, year = {2017}, HOWPUBLISHED = "https://www.ravensburg.dhbw.de/fileadmin/Ravensburg/Dokumente_Bilder_Contentbereich/ZEK/DHBW_RV_ZEK_HORIZONT_E-Mobilitaet.pdf", } @MISC{Koell18, author = {Christiane Koellner}, title = {{Sind Elektroautos bald guenstiger als Verbrenner?}}, note = {Abruf am 01.01.2020}, year = {2018}, HOWPUBLISHED = "https://www.springerprofessional.de/elektrofahrzeuge/verbrennungsmotor/sind-elektroautos-bald-guenstiger-als-verbrenner-/15301892", } @MISC{Spiegel13, author = {Tom Gruenweg}, title = {{Modellzyklen der Autohersteller - Eine Industrie kommt auf Speed}}, note = {Abruf am 01.01.2020}, year = {2013}, HOWPUBLISHED = "http://www.spiegel.de/auto/aktuell/warum-lange-entwicklungszyklen-fuer-autohersteller-zum-problem-werden-a-881990.html", } @BOOK {Hucho13, title={Aerodynamik des Automobils}, author={Schuetz, Thomas}, year={2013}, publisher={Springer Vieweg}, address = {Berlin} }
Danke für eure Tipps