Ich habe versucht aus den vorhandenen Anfragen im Forum schlau zu werden, werde ich aber nicht:
Wenn ich beim TexStudio F11 tippe kommt folgende Fehlermeldung:
Prozess gestartet: bibtex.exe "Diplomarbeit" This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit) The top-level auxiliary file: Diplomarbeit.aux The style file: gerapali.bst I couldn't open database file bib.bib ---line 13 of file Diplomarbeit.aux : \bibdata{bib : } I'm skipping whatever remains of this command I found no database files---while reading file Diplomarbeit.aux Warning--I didn't find a database entry for "Quindeau2012Die" (There were 2 error messages) Prozess endete normal
Warum?
Mein Dokument:
\documentclass[a4paper,12pts]{scrreprt} \usepackage[ngerman]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %für 1,5 Zeilenabstand \usepackage{setspace} \onehalfspacing % fuer Zitate \usepackage[square]{natbib} \usepackage{bibgerm} \bibpunct{[}{]}{;}{a}{}{,~} % Title Page \title{Das Erziehern} \author{S L} \begin{document} \maketitle \tableofcontents \chapter{Einleitung} Die Idee für die vorliegende Arbeit entstand im Rahmen des vom Bundesministerium für Bildung und Forschung geförderten Projektes \dots \cite{Quindeau2012Die} \bibliographystyle{gerapali} \bibliography{bib}{} \end{document}
% This file was created with JabRef 2.9.2. % Encoding: Cp1252 @INCOLLECTION{Quindeau2012Die, author = {Ilka Quindeau}, title = {Die Sexualität}, booktitle = {Sexualität}, publisher = {Beltz Juventa}, year = {2012}, editor = {Ilka Quindeau and Micha Brumlik}, owner = {Silvi}, timestamp = {2013.08.16} }