\cleardoublepage
\phantomsection
\addcontentsline{toc}{section}{References}
\printbibliography[heading=subbibliography,keyword=chap3]
Is there a way to number it so that it looks like a \subsection?
\cleardoublepage
\phantomsection
\addcontentsline{toc}{section}{References}
\printbibliography[heading=subbibliography,keyword=chap3]
Code: Select all
\addcontentsline{toc}{subsection}{References}
\defbibheading{subbibliography}[\refname]{\subsection*{#1}}