Code: Select all
\documentclass[a4paper,11pt,twoside,openright,english,fleqn]{report}
\usepackage[isbn,url]{dk-bib}
\usepackage[]{natbib}
\usepackage{multibib}
\newcites{dk}{Litteratur}
\newcites{eng}{Bibliography}
\begin{document}
\part{First part with bib.}
\chapter{Header I}
Some random text for part I. According to \citedk{IMAUFdk}
\bibliographystyledk{dk-unsrt}
\bibliographydk{lit}
\part{Second part with bib.}
\chapter{Header II}
Some random text for part II. \citeeng{Galbraith}
\bibliographystyleeng{unsrt}
\bibliographyeng{lit}
\end{document}
Code: Select all
@Manual{Galbraith,
author="Chris Galbraith",
title ="{Sheet Metal Forming Simulation Using {LS-DYNA}}",
organization ="\\Metal Forming Analysis Corporation",
year ="2001",
note ="Course notes"
}
@Misc{IMAUFdk,
author = "{IMAUF}",
title = {{Verbundprojekt} {IMAUF} -- {Innovative} {Methoden} zur {Auslegung} von {Umformwerkzeugen} im {Fahrzeugbau}},
year = {2009},
note = {\href{http://www.imauf.de}{www.IMAUF.de} tilgået 5. september 2009},
}