I'm trying to use the natbib package instead of biblatex because it's more convenient for the citation-style I need. Compiling the document, though, Texmaker tells me, the biblatex package is missing:
Code: Select all
! LaTeX Error: Missing 'biblatex' package.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.16 {}
The bibliography requires the 'biblatex' package.
)
Package natbib Warning: There were undefined citations.
Code: Select all
\documentclass{article}
\usepackage[bottom]{footmisc}
\usepackage{setspace}
\usepackage{anysize}
\usepackage{qtree}
\usepackage{varioref}
\usepackage{slashbox}
\usepackage{natbib}
\begin{document}
...
\bibliographystyle{plain}
\bibliography{mybiblio}
\end{document}
\end{document}
Thanks you very much for your help in advance,
cutia