I need to put in a set of endnotes which are basically all my references. I need it to be ordered numerically as per the citations in my article. Using the code below that's no problem.
I now need to add a bibliography after all the references. I need the bibliography to contain all the sources in my bib file, not just the ones cited, and I need that one to be ordered alphabetically as per a standard bibliography. I don't know how to do this "second" bibliography with the first one. Any help would be really appreciated.
\usepackage[
%backend=biber,
natbib=true,
style=numeric,
sorting=none
]{biblatex} %bibliography
\addbibresource{_References.bib}
.....
% Set up Bibliography
\newpage
\printbibliography

pdfpagespackage. – Michael Palmer Oct 28 '17 at 22:56\documentclass{...}and ending with\end{document}. – gusbrs Oct 28 '17 at 22:56