Seite 1 von 1

HILFE! BIBLATEX funkt. nicht - undefined control sequence

Verfasst: Di 8. Jan 2013, 17:06
von Daxl
Hallo :)
Ich habe ein großes Problem beim erstellen meines Literaturverzeichnisses!
Selbst wenn ich das Minimalbeispiele angebe, sagt er für jede Quelle dich in der .bib datei gespeichert habe die Fehlermeldung
undefined control sequence
woran kann das liegen?
Beim Ausgabeprofil habe ich auch die biber.exe datei angehangen

der Code ist folgendermaßen:
%
% This file presents the 'numeric' style
%
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage{bibgerm}
\usepackage[style=numeric,subentry,backend=biber]{biblatex}
\usepackage{hyperref}
\addbibresource{biblatex-examples.bib}
% Some generic settings.
\newcommand{\cmd}[1]{\texttt{\textbackslash #1}}
\setlength{\parindent}{0pt}
\begin{document}

\section*{The \texttt{numeric} style}

This style prints numeric citations in square brackets. It is
similar to the standard bibliographic facilities provided by LaTeX
and to the \texttt{plain.bst} style of legacy BibTeX.

\subsection*{\cmd{cite} examples}

\cite{companion}

\cite[59]{companion}

\cite[see][]{companion}

\cite[see][59--63]{companion}

\subsection*{\cmd{parencite} examples}

% With the numeric style, the \parencite command is similar to \cite
% at first glance, but the placement of the prenote argument is
% different.

This is just filler text \parencite{companion}.

This is just filler text \parencite[59]{companion}.

This is just filler text \parencite[see][]{companion}.

This is just filler text \parencite[see][59--63]{companion}.

\subsection*{\cmd{textcite} examples}

% The \textcite command is intended for citations integrated in the
% flow of text, replacing the subject of the sentence.

\textcite{companion} show that this is just filler text.

\textcite[59]{companion} show that this is just filler text.

\textcite[see][]{companion} show that this is just filler text.

\textcite[see][59--63]{companion} show that this is just filler text.

\subsection*{\cmd{supercite} examples}

This is just filler text.\supercite{companion}

\subsection*{\cmd{autocite} examples}

% By default, the \autocite command works like \parencite.

This is just filler text \autocite{companion}.

\subsection*{Multiple citations}

% By default, a list of multiple citations is not sorted. You can
% enable sorting by setting the 'sortcites' package option.

\cite{companion,augustine,bertram,cotton,hammond,massa,murray}

\subsection*{Reference sets}

% Reference sets are cited like any other item:

\cite{set,hammond,stdmodel,massa,murray}

% Note that this style provides a package option called 'subentry'
% which affects the handling of citations referring to members of
% a reference set. If this option is enabled, such citations get an
% extra letter which identifies the member (it is also printed in
% the bibliography):

\cite{glashow,yoon,salam,aksin}

% Note that this options is disabled by default but has been enabled
% in this example. If disabled, citations referring to a set member
% will point to the set, i.e., the above citations would be similar
% to this one:

\cite{set,stdmodel}

% The list of references

\clearpage
\printbibliography

\end{document}

Außerdem gibt er die Warnung: File 'example.bbl' is wrong format version - expected 2.1

Ich schreibe in Texniccenter!
Ich benutze BiBer version 0.0.9
und biblatex version 2.1

Hoffe, ihr könnt alles nachvollziehen!

Verfasst: Di 8. Jan 2013, 18:43
von Epllus
Da es bei mir funktioniert nehme ich an, dass du dringend biber und biblatex aktualisieren musst (vor allem biber, aktuelle Version 1.4; bei biblatex: 2.4).

Verfasst: Di 8. Jan 2013, 19:58
von Daxl
Doofe frage, aber wie geht das? bei mictex in den Package options habe ich schon alle auf den neuesten stand gebracht!

mittlerweile funktiort es soweit bei mir, dass ich keine fehlermeldungen mehr angezeigt bekomme.
Binde ich aber nun eine .bib datei ein, die ich mit citavi erstellt habe sagt er

citation on page xxx undefined

empty bibliography

please re(run) biber on the file


was nun????????

Verfasst: Mi 9. Jan 2013, 07:24
von Rainer
please re(run) biber on the file
Genau das schon versucht?