xdanaux / moderncv

A modern curriculum vitae class for LaTeX
1.8k stars 551 forks source link

natbib + multibib : bad bibliography headline level #63

Open arnaud-m opened 6 years ago

arnaud-m commented 6 years ago

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.

\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}}
arnaud-m commented 6 years ago

2015/07/28 v2.0.0 modern curriculum vitae and letter document class