PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : fehler mit bitopic style dinat



LeFreak!
21-11-2007, 18:04
Ich kann mein testcase nicht kompillieren, mit dem dinat style

\documentclass[10pt]{article}

\usepackage{bibtopic}
\bibliographystyle{dinat}
%\bibliographystyle{geralpha}
\usepackage{url}
\begin{document}

\section{Testing}
Lets cite all the books:
\cite{VIS:Ogre} and an article:
\cite{OpenGLGuide}

\begin{btSect}{lit/LiteraturInternet}
\section{References from Internet}
\btPrintCited
\end{btSect}

\begin{btSect}{lit/LiteraturBuch}
\section{References from Internet}
\btPrintCited
\end{btSect}

\end{document}



LaTeX Warning: Citation `VIS:Ogre' on page 1 undefined on input line 11.

(TestCase1.bbl
! Undefined control sequence.
\dinatlabel #1->\ifNAT@numbers
\else \NAT@biblabelnum {#1}\hspace {2\labelse...
l.11 \dinatlabel{ml November 2003}
\textsc{ml}:
?

mit plain funktioniert es einwandfrei

rais
21-11-2007, 19:54
Moin moin,
plain benötigt das natbib-Paket ja auch nicht ...


%% This is a full author-year citation style bibliography. As such, it is
%% non-standard LaTeX, and requires the natbib-package by Patrick W. Daly,
%% version 7 or higher to function properly.

MfG,