I am compiling my theses, but I am struggling to get the individual bibliographies number for each chapter. I manged to generate seperate bibliograpies and include them int he table of contents, but they remain unnummbered. Any adivse would be apprecieted.
Kind regards, Mighael
Packaginges currenltly used:
\documentclass[11pt,oneside]{report}
\usepackage[english]{babel}
\usepackage{usbib}
\usepackage{url}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage{fancyhdr}
\usepackage{vmargin}
\usepackage{subfig}
\usepackage{enumitem}
\usepackage{booktabs}
\usepackage{setspace}
\usepackage{titlesec}
\usepackage[titletoc]{appendix}
\usepackage{indentfirst}
\usepackage{multirow}
\usepackage[labelfont=bf]{caption}
\usepackage[skip=0pt plus0pt, indent=0pt]{parskip}
\usepackage{lscape}
\usepackage[sectionbib]{chapterbib}
\usepackage[nottoc]{tocbibind}`
I also notices thaat when I use the standard:
\bibliographystyle{abbrv}
\bibliography{references}
code, the referneces work fine. However, when change the style, e.g. to
\bibliographystyle{science}
\bibliography{references}
a ? is displayed woth an error. Any advise?