Problem mit biber - undefined citation

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Problem mit biber - undefined citation

von Caro22 » Sa 25. Jul 2015, 17:15

DANKE!!!!!!! Es hat tatsächlich geklappt:)

von u_fischer » Sa 25. Jul 2015, 17:03

Da deine blg-Datei nach der zweiten Zeile aufhört, tippe ich darauf, dass sich biber zerlegt hat. Suche mal in den Hinweisen nach "biber cache löschen" o.ä.

von caro22 » Sa 25. Jul 2015, 16:56

Danke für die Hinweise.

Auch bei mir läuft das Problem an sich durch. Das Problem ist, dass mir die Literatur nicht richtig angezeigt wird.

Bei mir steht am Ende nur
"[waider2013crowdfunding]"
anstatt

"[1] Christina Waider. Crowdfunding als alternatives Filminvestitionsmodell: Ist Crowd- funding und Crowdinvesting ein zukunftsf „higes Filmfinanzierungsmittel? Diplomica Verlag, 2013."

Jemand eine Idee woran das liegen könnte:)?

............

von nixversteh » Do 23. Jul 2015, 11:36

Hallo caro22,

ich habe mir Dateien hier herunter geladen: https://sdqweb.ipd.kit.edu/wiki/File:Au ... -11-10.zip

Wenn ich deinen Code (unter einen anderen Namen) eingebe, läuft es durch. Die bibdaten habe ich aus der bibdatenbank des Dowloads ....

Wie gesagt, es läuft, allerdings in english ..
Soll es auf deutsch umgestellt werden?

Gruß

Martin

von Besserwisser » Do 23. Jul 2015, 11:21

Wie sollten wir dir helfen können, wenn wir die Klasse nicht haben (da es sie auf CTAN nicht gibt, solltest du min. einen Link darauf angeben), das Beispiel also auf den ersten Blick nicht vollständig ist, die thesis.bib nicht haben? Und warum verwendest du den Code-Button nicht, obwohl darauf an prominenter Stelle hingewiesen wird? Und hast du
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) thesis
(biblatex) and rerun LaTeX afterwards.
das gemacht?

Übrigens ist es Unfug nach dem Titel noch auf roman für die Seitenzahlen umzuschalten. auch \fontmatter (das bei normalen Klassen selbst bereits auf römische Seitenzählung umschaltet) gehört davor. Und natürlich muss man vor \pagenumbering den Seitenzähler auch nicht auf 1 setzen.

Empfehlung: »Minimale Vorage vs. maximale Probleme«

Problem mit biber - undefined citation

von caro22 » Do 23. Jul 2015, 11:05

Hallo zusammen,

ich versuche meine Bachelorarbeit zu schreiben und schaffe es nicht, dass das Literaturverzeichnis korrekt angezeigt wird.
Habe erst Overleaf genutzt und da war das Kompilieren kein Problem - Literaturverzeichnis wurde wie gewünscht angezeigt. Jetzt wollte ich auf TexShop umsteigen und plötzlich klappt es nicht mehr.

Habe bereits in Einstellungen --> Programm auf Biber umgestellt. Erhalte auch blg-files, was laut Forum bedeutet, dass Biber läuft. Ich habe folgende Datei:

%% LaTeX2e class for student theses
%% thesis.tex
%% 
%% Karlsruhe Institute of Technology
%% Institute for Program Structures and Data Organization
%% Chair for Software Design and Quality (SDQ)
%%
%% Dr.-Ing. Erik Burger
%% burger@kit.edu
%%
%% Version 1.1, 2014-11-21

%% Available languages: english,ngerman
%% Available modes: draft,final (see README)
\documentclass[english,draft]{sdqthesis}

%% ---------------------------------
%% | Information about the thesis  |
%% ---------------------------------

%% Name of the author
\author{My Name}

%% Title (and possibly subtitle) of the thesis
\title{Title of the Thesis\\
Second Title Line}

%% Type of the thesis 
\thesistype{Master's Thesis/Bachelor's Thesis}

%% Change the institute here, ``IPD'' is default
% \myinstitute{Institute for \dots}

%% You can put a logo in the ``logos'' directory and include it here
%% instead of the SDQ logo
% \grouplogo{myfile}
%% Alternatively, you can disable the group logo
\nogrouplogo

%% The reviewers are the professors that grade your thesis
\reviewerone{Prof. A}
\reviewertwo{Prof. B}

%% The advisors are PhDs or Postdocs
\advisorone{Dipl.-Inform. C}
%% The second advisor can be omitted
\advisortwo{Dipl.-Inform. D}

%% Please enter the start end end time of your thesis
\editingtime{xx. Month 20XX}{xx. Month 20XX}

\settitle

%% --------------------------------
%% | Settings for word separation |
%% --------------------------------

%% Describe separation hints here.
%% For more details, see 
%% http://en.wikibooks.org/wiki/LaTeX/Text_Formatting#Hyphenation
\hyphenation{
% me-ta-mo-del
}

%% --------------------------------
%% | Bibliography                 |
%% --------------------------------

%% Use biber instead of BibTeX, see README
\usepackage[citestyle=numeric,style=numeric,backend=biber]{biblatex}
\addbibresource{thesis.bib}

%% ====================================
%% ====================================
%% ||                                ||
%% || Beginning of the main document ||
%% ||                                ||
%% ====================================
%% ====================================
\begin{document}

%% Set PDF metadata
\setpdf

%% Set the title
\maketitle

%% The Preamble begins here
\frontmatter

%\include{sections/declaration}

\setcounter{page}{1}
\pagenumbering{roman}

%% ----------------
%% |   Abstract   |
%% ----------------

%% For theses written in English, an abstract both in English
%% and German is mandatory.
%%
%% For theses written in German, a German abstract is sufficient.
%%
%% The text is included from the following files:
%% - sections/abstract

%\includeabstract

%% ------------------------
%% |   Table of Contents  |
%% ------------------------
\tableofcontents

\listoffigures
\listoftables

%% -----------------
%% |   Main part   |
%% -----------------

\mainmatter

\cite{waider2013crowdfunding}
%\include{sections/introduction}
%\include{sections/content}
%\include{sections/evaluation}
%\include{sections/conclusion}


%% --------------------
%% |   Bibliography   |
%% --------------------

%% Add entry to the table of contents for the bibliography
\printbibliography[heading=bibintoc]


%% ----------------
%% |   Appendix   |
%% ----------------
\appendix
%\include{sections/appendix}

\end{document}
Nach dem Kompilieren wird mir folgendes ausgegeben:
This is pdfTeX, Version 3.14159265-2.6-1.40.16 (TeX Live 2015) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(./thesis.tex
LaTeX2e <2015/01/01>
Babel <3.9l> and hyphenation patterns for 79 languages loaded.
(./sdqthesis.cls
Document Class: sdqthesis 2014/10/21 v1.0 Student thesis class
(/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/scrbook.cls
Document Class: scrbook 2015/05/06 v3.17a KOMA-Script document class (book)
(/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/scrkbase.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/scrbase.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package scrlfile, 2015/05/06 v3.17a KOMA-Script package (loading files)
                  Copyright (C) Markus Kohm

))) (/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/tocbasic.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/scrsize12pt.clo)
(/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/typearea.sty
Package typearea, 2015/05/06 v3.17a KOMA-Script package (type area)
                  Copyright (C) Frank Neukam, 1992-1994
                  Copyright (C) Markus Kohm, 1994-

)) (/usr/local/texlive/2015/texmf-dist/tex/latex/koma-script/scrpage2.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/t1enc.def))
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/inputenc.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/utf8.def
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/t1enc.dfu)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ot1enc.dfu)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/omsenc.dfu)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/libertine/libertine.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/ifluatex.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/xkeyval/xkeyval.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/xkeyval/xkeyval.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/textcomp.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ts1enc.def
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ts1enc.dfu)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/mweights/mweights.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/fontenc.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/fontaxes/fontaxes.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/libertine/LinLibertine_I.tex))
(/usr/local/texlive/2015/texmf-dist/tex/latex/newtx/newtxmath.sty
`newtxmath' v1.437, 2015/05/01 Math macros based on txfonts (msharpe)
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2015/texmf-dist/tex/generic/kastrup/binhex.tex))
(/usr/local/texlive/2015/texmf-dist/tex/latex/sourcesanspro/sourcesanspro.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ot1enc.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/ly1/ly1enc.def
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ly1enc.dfu))
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/t1enc.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/psnfss/t1ptm.fd)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/bera/beramono.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/microtype/microtype.cfg))
(/usr/local/texlive/2015/texmf-dist/tex/latex/enumitem/enumitem.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/ifdraft.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/wallpaper/wallpaper.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/tools/calc.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/eso-pic/eso-pic.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/atbegshi.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/ltxcmds.sty)
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/ifpdf.sty))
(/usr/local/texlive/2015/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/color.cfg)
(/usr/local/texlive/2015/texmf-dist/tex/latex/pdftex-def/pdftex.def)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/graphics.cfg))))
(/usr/local/texlive/2015/texmf-dist/tex/latex/import/import.sty)
(/usr/local/texlive/2015/texmf-dist/tex/generic/babel/babel.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/babel-german/ngerman.ldf
(/usr/local/texlive/2015/texmf-dist/tex/generic/babel-german/ngermanb.ldf
(/usr/local/texlive/2015/texmf-dist/tex/generic/babel/babel.def)))
(/usr/local/texlive/2015/texmf-dist/tex/generic/babel-english/english.ldf)
(/usr/local/texlive/2015/texmf-dist/tex/generic/babel-english/english.ldf))
(/usr/local/texlive/2015/texmf-dist/tex/latex/ncctools/extdash.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/booktabs/booktabs.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/tools/longtable.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/tools/array.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/appendix/appendix.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/todonotes/todonotes.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/basiclayer/pgf.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/utilities/pgfrcs.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgfutil-common.te
x
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgfutil-common-li
sts.tex))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgfutil-latex.def
(/usr/local/texlive/2015/texmf-dist/tex/latex/ms/everyshi.sty))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgfrcs.code.tex))
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/basiclayer/pgfcore.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/systemlayer/pgfsys.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/systemlayer/pgfsys.code.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgfkeysfiltered.c
ode.tex))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/systemlayer/pgf.cfg)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-pdftex.d
ef
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-common-p
df.def)))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/systemlayer/pgfsyssoftpath.
code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/systemlayer/pgfsysprotocol.
code.tex))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcore.code.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathcalc.code.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathutil.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathparser.code.tex
)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.code.
tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.basic
.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.trigo
nometric.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.rando
m.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.compa
rison.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.base.
code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.round
.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.misc.
code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfunctions.integ
erarithmetics.code.tex)))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmathfloat.code.tex)
)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepoints.co
de.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathconst
ruct.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathusage
.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorescopes.co
de.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcoregraphicst
ate.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretransform
ations.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorequick.cod
e.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreobjects.c
ode.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepathproce
ssing.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorearrows.co
de.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreshade.cod
e.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreimage.cod
e.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcoreexternal.
code.tex))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorelayers.co
de.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcoretranspare
ncy.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/basiclayer/pgfcorepatterns.
code.tex)))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/modules/pgfmoduleshapes.cod
e.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/modules/pgfmoduleplot.code.
tex)
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-0-65.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/compatibility/pgfcomp-version
-1-18.sty))
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/utilities/pgffor.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/utilities/pgfkeys.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgfkeys.code.tex)
) (/usr/local/texlive/2015/texmf-dist/tex/latex/pgf/math/pgfmath.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/utilities/pgffor.code.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/math/pgfmath.code.tex)))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/frontendlayer/tikz/tikz.cod
e.tex
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/libraries/pgflibraryplothan
dlers.code.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/modules/pgfmodulematrix.cod
e.tex)
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarytopaths.code.tex)))
(/usr/local/texlive/2015/texmf-dist/tex/generic/pgf/frontendlayer/tikz/librarie
s/tikzlibrarypositioning.code.tex))
(/usr/local/texlive/2015/texmf-dist/tex/latex/url/url.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/hyperref.cfg))

Package hyperref Message: Driver (autodetected): hpdftex.

(/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/biblatex.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/biblatex2.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/logreq/logreq.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/logreq/logreq.def))
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/blx-dm.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/blx-compat.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/biblatex.def)
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/bbx/standard.bbx))
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/cbx/numeric.cbx)
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/biblatex.cfg)))
(/usr/local/texlive/2015/texmf-dist/tex/latex/biblatex/lbx/english.lbx)

Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing.
(biblatex)                Loading 'csquotes' recommended.

(./thesis.aux) (/usr/local/texlive/2015/texmf-dist/tex/latex/newtx/omlnxlmi.fd)
(/usr/local/texlive/2015/texmf-dist/tex/latex/newtx/omsntxsy.fd)
(/usr/local/texlive/2015/texmf-dist/tex/latex/newtx/untxexa.fd)
(/usr/local/texlive/2015/texmf-dist/tex/latex/base/ts1cmr.fd)
(/usr/local/texlive/2015/texmf-dist/tex/latex/ly1/ly1ptm.fd)
(/usr/local/texlive/2015/texmf-dist/tex/latex/libertine/T1LinuxLibertineT-TLF.f
d)

Package microtype Warning: `draft' option active.
(microtype)                Disabling all micro-typographic extensions.
(microtype)                This might lead to different line and page breaks.

(/usr/local/texlive/2015/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
(/usr/local/texlive/2015/texmf-dist/tex/latex/oberdiek/grfext.sty)
(/usr/local/texlive/2015/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))
ABD: EveryShipout initializing macros

Package hyperref Warning: Draft mode on.

(/usr/local/texlive/2015/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/local/texlive/2015/texmf-dist/tex/generic/oberdiek/gettitlestring.sty))
(./thesis.bbl)

Package hyperref Warning: Token not allowed in a PDF string (PDFDocEncoding):
(hyperref)                removing `\\' on input line 83.

<kitlogo_en_cmyk.pdf, id=4, 198.7425pt x 92.345pt> <use kitlogo_en_cmyk.pdf>
(/usr/local/texlive/2015/texmf-dist/tex/latex/sourcesanspro/T1SourceSansPro-LF.
fd) (/usr/local/texlive/2015/texmf-dist/tex/latex/newtx/untxmia.fd)
(/usr/local/texlive/2015/texmf-dist/tex/latex/newtx/untxsym.fd)
(/usr/local/texlive/2015/texmf-dist/tex/latex/newtx/untxsyc.fd)
<title-background.pdf, id=5, 597.50786pt x 845.04686pt>
<use title-background.pdf> [1{/usr/local/texlive/2015/texmf-var/fonts/map/pdfte
x/updmap/pdftex.map} <./title-background.pdf> <./kitlogo_en_cmyk.pdf>] [2]
(./thesis.toc) [1] [2] (./thesis.lof) [3] [4] (./thesis.lot) [5] [6]

LaTeX Warning: Citation 'waider2013crowdfunding' on page 1 undefined on input l
ine 124.


LaTeX Warning: Empty bibliography on input line 136.

[1] (./thesis.aux)

LaTeX Warning: There were undefined references.


Package biblatex Warning: Please (re)run Biber on the file:
(biblatex)                thesis
(biblatex)                and rerun LaTeX afterwards.

 ){/usr/local/texlive/2015/texmf-dist/fonts/enc/dvips/libertine/lbtn_nh77jq.enc
}{/usr/local/texlive/2015/texmf-dist/fonts/enc/dvips/libertine/lbtn_7grukw.enc}
{/usr/local/texlive/2015/texmf-dist/fonts/enc/dvips/libertine/lbtn_76gpa5.enc}{
/usr/local/texlive/2015/texmf-dist/fonts/enc/dvips/sourcesanspro/a_ggs4wk.enc}<
/usr/local/texlive/2015/texmf-dist/fonts/type1/public/libertine/LinLibertineT.p
fb></usr/local/texlive/2015/texmf-dist/fonts/type1/public/libertine/LinLibertin
eTB.pfb></usr/local/texlive/2015/texmf-dist/fonts/type1/public/libertine/LinLib
ertineTI.pfb></usr/local/texlive/2015/texmf-dist/fonts/type1/adobe/sourcesanspr
o/SourceSansPro-Bold.pfb>
Output written on thesis.pdf (9 pages, 268577 bytes).
SyncTeX written on thesis.synctex.gz.
Transcript written on thesis.log.
Im blg-File steht:
[0] 05015a72.pm:324> INFO - This is Biber 2.1
[0] 05015a72.pm:327> INFO - Logfile is 'thesis.blg'
Kann mir jemand weiterhelfen? Ich versuche schon stundenlang Dinge zu ändern, aber bin bisher erfolglos :cry:

Nach oben