friends,
I'm currently writing my bachelors thesis. I used the numeric style citations and they worked fine until my professor decided he wanted footnotes with author, title and pages as well as citation numbers in superscript.
So basically the numeric-comp citation and bibliography style with supercite, BUT also footnotes.
It should look something like this (This is not generated with latex, just an example):
If possible, I would like to add the page numbers as plain text manually for each citation, so the p. and pp. aren't automated. For different sources (like web pages) I would also like author and title with a manual note like above with page numbers. Ideally each source only shows up once per page but at this point I would be happy if the citations worked at all.
My Setup is:
\documentclass[twoside,10pt, ngerman, numbers=noenddot, headsepline]{scrreprt}
\usepackage[backend=biber, style=numeric-comp, sorting=none]{biblatex}
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, bookmarksopen, bookmarksopenlevel=1, linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false, pdfpagelabels},
]{hyperref}
\begin{document}
\printbibliography[title=Literaturverzeichnis]
\end{document}
I spent a few hours searching for the right solutions, trying to implement other solutions and customise my citation styles but I'm not a good programmer and english isn't my first language so I just can't get there. I really hope someone is able to help me.
I can post a code example, but I'm not sure if it would help, since I'm using the standard numeric-comp citation style without any modifications.
Thank you all so much!

hyperrefoptions though. (Check the capitalisation ofinhalationssystems.) I did have a few other questions in my comments though. – moewe May 11 '23 at 09:2310 Author A,91 Author B,22 Author C? on a page? (And I hope that you don't have real footnotes, as this would give a complete mess, superscript doesn't go well with footnotes anyway). – Ulrike Fischer May 11 '23 at 10:24\usepackage[backend=biber, style=authoryear,]{biblatex}with\autocite[380-382]{sigfridsson}you can directly refer to the relevant pages)? – moewe May 11 '23 at 11:59