I would like to know if it is possible to have the footnote citations in the form of number and authoryear, like [1] Einstein, A. 1905 but still have the sources in my bibliography numbered.
Thanks !
EDIT: Trying MWE, specifying what i want.
\documentclass{srcreprt}
\usepackage[style=numeric,citestyle=authoryear]{biblatex}
\usepackage{csquotes}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
\bibliography{Literature}
\begin{document}
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\end{document}
Now I would also like to display the number of the source in my footnote, like
[1] Einstein, A. 1905
natbib,cite,jurabib,biblatex, ...) you plan to use and the specific style you want to start from. A MWE/MWEB of what you have so far would help us understand that and get started more quickly. For now, please keep in mind that the footnote numbers and the numbering in the bibliography will probably not coincide, rendering the numbers in the bibliography useless. – moewe May 03 '18 at 16:03