realgraf
11-09-2013, 13:03
Hallo,
bräuchte eure Hilfe, möchte gerne das Literaturverzeichnis mit Biblatex machen und bekomme folgende Fehlermeldungen (siehe Anhang)
Hier mein Programm: (hab schon einiges ausprobiert, deshalb viele %)
\documentclass[
a4paper, %% defines the paper size: a4paper (default), a5paper, letterpaper, ...
% landscape, %% sets the orientation to landscape
twoside, %% changes to a two-page-layout (alternatively: oneside)
% twocolumn, %% changes to a two-column-layout
headsepline, %% add a horizontal line below the column title
footsepline, %% add a horizontal line above the page footer
%titlepage, %% only the titlepage (using titlepage-environment) appears on the first page (alternatively: notitlepage)
parskip, %% insert an empty line between two paragraphs (alternatively: halfparskip, ...)
% leqno, %% equation numbers left (instead of right)
% fleqn, %% equation left-justified (instead of centered)
tablecaptionabove, %% captions of tables are above the tables (alternatively: tablecaptionbelow)
% draft, %% produce only a draft version (mark lines that need manual edition and don't show graphics)
% 10pt %% set default font size to 10 point
11pt, %% set default font size to 11 point
%12pt %% set default font size to 12 point
openany % Kapitel können auch auf linken Seiten beginnen
]{scrbook} %% article, see KOMA documentation (scrguide.dvi)
%----------------------BEGIN DOCUMENT------------------------------
%\usepackage{cite}
\usepackage[style=numeric ,uniquename=false,natbib=true, maxnames=2]{biblatex}
\bibliography{literatur}
%\addbibresource{literatur.bib}
\begin{document}
%\bibliographystyle{plain}
Text mit Zitat
\cite{thermo}.
%\input{input_in/in1.tex}
%\begin{thebibliography}{99}
%\bibitem{thermo} asdfoijas
%\end{thebibliography}
\printbibliography
\end{document}
-----------------------------------------------
hier meine .bib datei
@Book{thermo,
author = {Ba.},
title = {Thermodynamik},
publisher = {Springer-Verlag},
}
hab schon stundenlang im Inet gesucht, aber keine Lösung gefunden...
bitte um Hilfe!
ps: wenn ich bibtex im TexnicCenter ausführe kommen die Fehlermeldungen:
I found no citation commands....
usw.
bräuchte eure Hilfe, möchte gerne das Literaturverzeichnis mit Biblatex machen und bekomme folgende Fehlermeldungen (siehe Anhang)
Hier mein Programm: (hab schon einiges ausprobiert, deshalb viele %)
\documentclass[
a4paper, %% defines the paper size: a4paper (default), a5paper, letterpaper, ...
% landscape, %% sets the orientation to landscape
twoside, %% changes to a two-page-layout (alternatively: oneside)
% twocolumn, %% changes to a two-column-layout
headsepline, %% add a horizontal line below the column title
footsepline, %% add a horizontal line above the page footer
%titlepage, %% only the titlepage (using titlepage-environment) appears on the first page (alternatively: notitlepage)
parskip, %% insert an empty line between two paragraphs (alternatively: halfparskip, ...)
% leqno, %% equation numbers left (instead of right)
% fleqn, %% equation left-justified (instead of centered)
tablecaptionabove, %% captions of tables are above the tables (alternatively: tablecaptionbelow)
% draft, %% produce only a draft version (mark lines that need manual edition and don't show graphics)
% 10pt %% set default font size to 10 point
11pt, %% set default font size to 11 point
%12pt %% set default font size to 12 point
openany % Kapitel können auch auf linken Seiten beginnen
]{scrbook} %% article, see KOMA documentation (scrguide.dvi)
%----------------------BEGIN DOCUMENT------------------------------
%\usepackage{cite}
\usepackage[style=numeric ,uniquename=false,natbib=true, maxnames=2]{biblatex}
\bibliography{literatur}
%\addbibresource{literatur.bib}
\begin{document}
%\bibliographystyle{plain}
Text mit Zitat
\cite{thermo}.
%\input{input_in/in1.tex}
%\begin{thebibliography}{99}
%\bibitem{thermo} asdfoijas
%\end{thebibliography}
\printbibliography
\end{document}
-----------------------------------------------
hier meine .bib datei
@Book{thermo,
author = {Ba.},
title = {Thermodynamik},
publisher = {Springer-Verlag},
}
hab schon stundenlang im Inet gesucht, aber keine Lösung gefunden...
bitte um Hilfe!
ps: wenn ich bibtex im TexnicCenter ausführe kommen die Fehlermeldungen:
I found no citation commands....
usw.