need some help with creating two references list on the end of document. I would like to create bibliography list and filmography list. Here is my attempt:
Code: Select all
Code, edit and compile here:
\newpage\renewcommand{\bibsection}{\section*{Bibliografia}}\renewcommand{\bibpreamble}{\vskip0.7cm}\nocite{*}\bibliographystyle{plain}\addtocontents{toc}{\protect\addvspace{8pt}}\phantomsection\addcontentsline{toc}{section}{\bibname}\bibliography{bibliografia/biblio}\newpage\renewcommand{\bibsection}{\section*{Filmografia}}\renewcommand{\bibpreamble}{\vskip0.7cm}\nocite{*}\bibliographystyle{plain}\addtocontents{toc}{\protect\addvspace{8pt}}\phantomsection\addcontentsline{toc}{section}{\bibname}\bibliography{filmografia/filmo}