I want my citations to both appear in the reference page, and in the footnotes of each page as a full citation. I can do \footfullcite after each citation manually to achieve the result, but then I have 60 citations to type in. is there a more convenient way to achieve what I want?
I have tried doing the verbose style and lipsum trick. However the resulting reference page is not in the ieee style that I want.
Thanks very much for your time. Just started using latex and finding it extremely helpful. and confusing at the same time
\usepackage[backend=bibtex,sorting=none,citestyle=ieee]{biblatex} \addbibresource{ref.bib} \begin{document} free text free text free tex \cite{ref1}. free text free text \cite{ref3} \cite{ref4}. \pagebreak \printbibliography \end{document}