hi,
vielleicht liegt es an der ladereihenfolge. schau mal ob das bei dir geht. bei mir funktioniert es
Code:
\documentclass{article}
%für den test
\usepackage{filecontents}
%%%%
\begin{filecontents}{prim.bib}
@ARTICLE{offline,
author = {Jerome L. Buchanan and Clem McKown},
title = {Off-line sheet glass coating system},
journal = {Journal of Non-Crystalline Solids},
year = {1997},
volume = {218},
pages = {179-184}
}
\end{filecontents}
\begin{filecontents}{sec.bib}
@ARTICLE{kinectic,
author = {Anthony G. Zawadski and Carmen J. Giunta and Roy G. Gordon},
title = {Kinetic modelling of the chemical vapur deposition of tin oxide from
Tetramethyltin and Oxygen},
journal = {J. Phys. Chem.},
year = {1992},
volume = {96},
pages = {5364-5379}
}
\end{filecontents}
\usepackage{natbib}
\usepackage{multibib}
\newcites{sec}{Secondary Literature}
\begin{document}
\cite{offline}, \citesec{kinectic}
\bibliographystyle{plain}
\bibliography{prim}
\renewcommand{\refname}{Sec. References}
\bibliographystylesec{alpha}
\bibliographysec{sec}
\end{document}
aufruf
(pdf)latex
bibtex dateiname
bibtex sec
(pdf)latex
(pdf)latex
Lesezeichen