I want two separate bibliography sections in the list; for example, Peer reviewed article, Thesis/Dissertation.
I created two bib file
akincv.bib
and akincv2.bib
and then I used Code: Select all
\documentclass[a4paper, 12pt]{article}
\usepackage{multibib}
\newcites{nu}{Peer reviewed article(s)}
Code: Select all
\nocite{*}
\renewcommand{\refname}{Thesis/Dissertation}
\bibliographystyle{plain}
\bibliography{akincv}
\nocitenu{*}
\bibliographystylenu{plain}
\bibliographynu{akincv2}