I have an article-class document using the multibib-package and apacite style (using TeXnicCenter). The generation of bibliographies works very well using this code:
Code: Select all
\bibliographystylep{apacite}
\bibliographyp{../generelle/bibliografi/bibliografi}
\renewcommand{\refname}{Sekundary references}
\bibliographystyle{apacite}
\bibliography{../generelle/bibliografi/bibliografi}
Is that possible?
In another post I saw this command: \renewcommand{\bibsection}{\subsection{\refname}}. It doesn't work however as the \bibsection is undefined.
Any suggestions?
BR KVork