The bibliography is at the section level when using both packages instead of the subsection level.
You can modify the template-multibib.tex as follows to reproduce the issue and to see my 'dirty' workaround. I cannot attach a tex file to the issue.
\usepackage[numbers]{natbib} %%FIXME use the section level instead of subsection !
%% Uncomment this dirty workaround to 'fix' the issue
% \renewcommand\bibsection{%
% \subsection*{\refname}%
% }%
% bibliography with mutiple entries
\usepackage{multibib}
\newcites{book,misc}{{Books},{Others}}
Hello,
First, thank you for your awesome package !
The bibliography is at the section level when using both packages instead of the subsection level.
You can modify the template-multibib.tex as follows to reproduce the issue and to see my 'dirty' workaround. I cannot attach a tex file to the issue.