I have written my thesis using Overleaf and managed references using biblatex - all worked fine.
Now I have to make a 15-20 page-long "executive summary" with virtually no equations nor references in this second text. At the end of this "executive summary", I have to provide a "List of main literature used in the thesis".
Is there a way to do this automatically from my original .bib file, using some arguments to the
\usepackage[backend=biber,style=numeric]{biblatex}
or
\printbibliography commands?
I am aware of the "manual" option available through
\begin{thebibliography} \end{thebibliography} but I hope there is a simpler way.
I have already searched this site and biblatex package reference pdf, with no success.
Thanks for any suggestions.
\nocitecommand. You can either use\nocite{*}to include all references of a.bibfile or\nocite{<key>}(See page 110 of thebiblatexdocumentation). – leandriis Sep 08 '19 at 09:45biblatexdocumentation for wrong keywords. – Tomas Sep 08 '19 at 09:54