Code:
\listfiles
\documentclass[a4paper,12pt,twoside,rmfamily]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[left=3cm,right=3cm]{geometry}
\usepackage[cp1252]{inputenc}
\usepackage{mathptmx}
\usepackage{calc}
\usepackage{array}
\usepackage{booktabs} %zusätzliche Tabellenoptionen
\usepackage{multirow}
\usepackage[capbesideposition=inside,facing=yes,capbesidesep=quad]{floatrow} %zB Tabellenschriften
\floatsetup[table]{font={sf,footnotesize}} %Tabellenschrift SF
\usepackage{chngcntr} %Paket für Tabellen- und Grafiklabel fortlaufend
\counterwithout{figure}{chapter} %Tabellen- und Grafiklabel fortlaufend
\counterwithout{table}{chapter}
\usepackage[format=plain,textformat=period,singlelinecheck=false,font={footnotesize,sf},labelfont={bf},margin=.5cm,aboveskip=5pt,position=bottom]{caption}
\usepackage[ngerman]{babel}
\setkomafont{disposition}{\rmfamily}
\usepackage{mathrsfs,amssymb}
\usepackage[intlimits]{empheq}
\usepackage{theorem}
\mathchardef\Rightarrow="3229
\DeclareMathAlphabet{\mathcal}{OMS}{cmsy}{m}{n}
\usepackage{textcomp}
\usepackage{parskip}
\DeclareInputText{128}{\texteuro}
\usepackage[pdftex]{graphicx} %Paket für Bilder und Grafiken
\usepackage{subcaption}
\usepackage{colortbl}
\definecolor{meinBlau}{rgb}{0,0.32,0.58}%
\definecolor{lightgray}{gray}{0.9}%
\usepackage[pdftex]{graphicx}
\usepackage{lscape}
\usepackage[pdftex]{hyperref}
\usepackage[svgnames,table,hyperref]{xcolor}
\usepackage{arydshln}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[cO]{\nouppercase{\sffamily\leftmark}}
\fancyfoot[RO,LE]{\thepage}
\renewcommand{\footrulewidth}{0pt}
\renewcommand{\headrulewidth}{0,4pt}
\renewcommand{\arraystretch}{1,1}
\fancypagestyle{plain}{\fancyhf{}\fancyfoot[RO,LE]{\thepage}}
\usepackage{csquotes}
\usepackage[backend=biber,style=authoryear,sorting=nyt,minnames=1,maxnames=8]{biblatex}
\addbibresource{c:/Steffen/Studium/Doktorarbeit/Doktorarbeit/masterbib.bib}
\usepackage{filecontents} % Ein- oder Auskommentieren, siehe Hinweis unten
\begin{filecontents}{masterbib.bib}
@ARTICLE{Dalal2012,
author = {Dalal, Jay S and Greene, Joshua B and Hofmeister, Craig C and Clark,
Ann Lau and Clark, Joseph},
title = {{Phase I pilot study of oxaliplatin, infusional 5-FU, and cetuximab
in recurrent or metastatic head and neck cancer}},
journal = {ASCO Meeting Abstracts},
year = {2012},
volume = {30},
pages = {e16027},
number = {15\_suppl},
url = {http://meeting.ascopubs.org/cgi/content/abstract/30/15\_suppl/e16027}
}
@ARTICLE{Dandamudi2011,
author = {Dandamudi, R K and Fresco, L and {Arden Cancer network}},
title = {{Chemoradiotherapy for locally advanced head and neck cancers: Two-year
survival and toxicity outcomes from a regional cancer centre in UK}},
journal = {ASCO Meeting Abstracts},
year = {2011},
volume = {29},
pages = {e16020},
number = {15\_suppl},
url = {http://meeting.ascopubs.org/cgi/content/abstract/29/15\_suppl/e16020}
}
\end{filecontents}
\begin{document}
\tableofcontents
\chapter{Fragestellung}
Test \cite{Dalal2012}
\chapter{Zusammenfassung}
\printbibliography
\listoftables
\listoffigures
\end{document}
Ich versuche also meine .bib-Datei einzubinden und Biber über die Kommandozeile aufzurufen. Anschließend starte ich nochmal einen DUrchlauf mit Latex. Ich habe mal versuchsweise ein paar Zitate, so wie sie in meiner .bib-Datei angegeben sind (s.u.) eingefügt. Was jetzt passiert ist.... es passiert nix. Das gesamte Dokument wird wie gewünscht kompiliert, bis auf die Ausnahme der Zitate bzw. des Literaturverzeichnisses: aus "Dalal2012" wird kein anständig formatiertes Zitat, sondern im Text wird es nur fett gedruckt. Ein Literaturverzeichnis am Ende der Dissertation, wie von mir angegeben, ist auch nirgendwo zu finden.
Lesezeichen