xXxStefanxXx
06-06-2005, 17:52
Ich hab schon viel versucht, bekomme aber mein lit.verzeichnis mit bibtex nicht hin. Wäre nett wenn mir da jemand helfen könnte.
Mein latexfile:
\documentclass[12pt]{article}
\begin{document}
\section{Intro}
\bibliographystyle{ieeepes}
bla bla
\nocite{*}
\bibliography{sample}
\end{document}
Mein bibtexfile: sample.bib
@ARTICLE{klitzing:qhe,
AUTHOR="K. von Klitzing and G. Dorda and M. Pepper",
TITLE="New method for high accuracy determination of fine structure
constant based on quantised hall resistance",
JOURNAL=PRL,
VOLUME=45,
PAGES=494,
YEAR=1980
}
@ARTICLE{klitzing:nobel,
AUTHOR="Klaus von Klitzing",
TITLE="The Quantised Hall Effect",
JOURNAL=RMP,
VOLUME=58,
PAGES=519,
YEAR=1986
}
Mein Problem:
Ich bekomme von bibtex die Meldung:
I couldn't open file name `sample.aux'
Was soll der Quatch? Das ist doch ein maschinengeneriertes File, oder nicht.
Hab in diversen buechern nichts gefunden. Nirgendwo steht was davon, dass man diese Datei selbst erstellen muss, um bibtex nutzen zu können. ob mit linux-latex oder miktex die fehlermeldung ist gleich. :mad: :confused:
Schöne Grüsse,
Stefan
Mein latexfile:
\documentclass[12pt]{article}
\begin{document}
\section{Intro}
\bibliographystyle{ieeepes}
bla bla
\nocite{*}
\bibliography{sample}
\end{document}
Mein bibtexfile: sample.bib
@ARTICLE{klitzing:qhe,
AUTHOR="K. von Klitzing and G. Dorda and M. Pepper",
TITLE="New method for high accuracy determination of fine structure
constant based on quantised hall resistance",
JOURNAL=PRL,
VOLUME=45,
PAGES=494,
YEAR=1980
}
@ARTICLE{klitzing:nobel,
AUTHOR="Klaus von Klitzing",
TITLE="The Quantised Hall Effect",
JOURNAL=RMP,
VOLUME=58,
PAGES=519,
YEAR=1986
}
Mein Problem:
Ich bekomme von bibtex die Meldung:
I couldn't open file name `sample.aux'
Was soll der Quatch? Das ist doch ein maschinengeneriertes File, oder nicht.
Hab in diversen buechern nichts gefunden. Nirgendwo steht was davon, dass man diese Datei selbst erstellen muss, um bibtex nutzen zu können. ob mit linux-latex oder miktex die fehlermeldung ist gleich. :mad: :confused:
Schöne Grüsse,
Stefan