
I´ve started now working with LaTeX a couple of days ago and created my first essay. Everything fine so far. I use biber for my citations and references. Everything is working and looks as I want. My only issue is that I would like to have a list of references with a couple af articles and books in the end. Unfortunately, only the articles I have cited in the text are given in my reference list (as usually required). However, I also need the other articles and books to appear in the end. Can you help me how its possible to do that?
\usepackage[backend=biber,
style=authoryear-icomp,
sorting=nyt,
url=true,
natbib=true,
hyperref=true,
]{biblatex}
\DeclareLanguageMapping{english}{american-apa}
\bibliography{Terrorism_Bibliography.bib}
\usepackage{tocstyle}
\newtocstyle[KOMAlike][leaders]{chapterwithdot}{
\settocfeature{pagenumberbox}{\makebox[1em][r]}
\settocfeature[-1]{leaders}{\hfill}
\settocfeature[-1]{pagenumberbox}{\phantom}
}
\usetocstyle{chapterwithdot}