I'm writing in memoir class and want to change the title "Litteratur" to "Literaturliste" and have it to be a \chapter, since I have a speciel layout to the chapters.
In my index.tex fil I have:
Code: Select all
\include{bib/biblist}
Code: Select all
\bibliographystyle{plainnat}
\bibliography{bib/list}
\nocite{*}
Code: Select all
\chapter*{Litteraturliste}
\addcontentsline{toc}{chapter}{Litteraturliste}
Hobe it is understandable
Thanks for your time
./tym