Bibtex-Problem mit Mac und TexMaker
Verfasst: Di 9. Apr 2013, 14:24
Hallohallo!
Kann mal jemand ueber mein Minimalbeispiel schauen und mir sagen, woran es liegen kann, dass TexMaker (verwendet unter Mac) mir kein Literaturverzeichnis ausgibt?
\documentclass[12pt]{article}
\begin{document}
\cite{frieder13}
\bibliographystyle{plain}
\bibliography{lit}
\end{document}
Meine lit.bib-Datei ist im selben Ordner wie die Latex-Datei und sieht so aus:
@article{frieder13,
author = {Frieder Ruhle},
year = {2013},
journal = {Frieders Journal},
title = {only a test}
}
Wenn ich auf meine Latex-Datei Bibtex anwende (Werkzeuge-->BibTex) dann kommt die Fehlermeldung:
Error: /undefinedfilename in (Versuch.ps) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push Dictionary stack: --dict:1157/1684(ro)(G)-- --dict:0/20(G)-- --dict:77/200(L)-- Current allocation mode is local Last OS error: 2 GPL Ghostscript 9.05: Unrecoverable error, exit code 1
Auf diese finde ich bei Google keine Hilfe.
Und auch wenn ich PdfLatex anwende, dann sagt er Citation 'frieder13' on page 1 undefined.
Weiss mir jemand zu helfen?
Vielen Dank im Voraus,
Frieder!
Kann mal jemand ueber mein Minimalbeispiel schauen und mir sagen, woran es liegen kann, dass TexMaker (verwendet unter Mac) mir kein Literaturverzeichnis ausgibt?
\documentclass[12pt]{article}
\begin{document}
\cite{frieder13}
\bibliographystyle{plain}
\bibliography{lit}
\end{document}
Meine lit.bib-Datei ist im selben Ordner wie die Latex-Datei und sieht so aus:
@article{frieder13,
author = {Frieder Ruhle},
year = {2013},
journal = {Frieders Journal},
title = {only a test}
}
Wenn ich auf meine Latex-Datei Bibtex anwende (Werkzeuge-->BibTex) dann kommt die Fehlermeldung:
Error: /undefinedfilename in (Versuch.ps) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push Dictionary stack: --dict:1157/1684(ro)(G)-- --dict:0/20(G)-- --dict:77/200(L)-- Current allocation mode is local Last OS error: 2 GPL Ghostscript 9.05: Unrecoverable error, exit code 1
Auf diese finde ich bei Google keine Hilfe.
Und auch wenn ich PdfLatex anwende, dann sagt er Citation 'frieder13' on page 1 undefined.
Weiss mir jemand zu helfen?
Vielen Dank im Voraus,
Frieder!