von Flo_Beyer » So 18. Aug 2013, 11:55
Auf die Gefahr von euch zerissen zu werden...
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}
Meine Bibtex heißt bib.bib und wird auch im TexStudio im Projekt angezeigt und ich kann sie mir auch anschauen.
% 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}
}
In den Einstellungen habe ich auch Bibtex unter Erzeugen eingestellt.
Auf die Gefahr von euch zerissen zu werden...
Ich habe versucht aus den vorhandenen Anfragen im Forum schlau zu werden, werde ich aber nicht:
Wenn ich beim TexStudio [b]F11[/b] tippe kommt folgende Fehlermeldung:
[code]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
[/code]
Warum?
Mein Dokument:
[code]
\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}
[/code]
Meine Bibtex heißt bib.bib und wird auch im TexStudio im Projekt angezeigt und ich kann sie mir auch anschauen.
[code]
% 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}
}
[/code]
[b]In den Einstellungen habe ich auch Bibtex unter Erzeugen eingestellt.[/b]