\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[(margin=1in)]{geometry}
\usepackage{setspace}
\setstretch{1}
\usepackage{lmodern}
\usepackage{mdframed}
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage{multirow}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{url}
\bibliography{ref}
\usepackage[backend=biber, style=numeric, citestyle=authoryear]{biblatex}
Are there any ways to put authoryear in-text citation to footnote?
e.g. on strategic asset (Ding and Dafoe 2021). --> on strategic asset1.
and at footnote,
- Ding and Dafoe (2021).


- If there are specific pages I cite, it seems like this in the footnote section: Hirschman (1980, pp. 13–33.) Instead, how can I fix the command to show like this: Hirschman (1980), 13-33.
– Shown Dec 15 '22 at 14:31+1– MadyYuvi Dec 15 '22 at 15:54\DeclareMultiCiteCommand. Try now. – David Purton Dec 16 '22 at 13:29