I want to have citation as footnotes, for this I use \footfullcite. For citation in the text, I use \cite. I just discovered the style=authoryear-icomp does the ibidem replacement for identical citations. But it doesn't seem to work.
I want to have full citations in the notes, the authoryear for in-text citations, and the ibidem for identical citations.
What am I missing or using wrong?
Here my preamble:
\documentclass[12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[
bibencoding=utf-8,
natbib=true,
style=authoryear-icomp,
backend=biber,
url=false,
doi=false,
isbn=false,
eprint=false,
]{biblatex}
\addbibresource{/home/enrico/Università/uni_bib.bib}
\usepackage[bottom]{footmisc}
\usepackage[inline]{enumitem}
\usepackage{hyperref}
\usepackage{array}
\usepackage{booktabs}
\usepackage[flushleft]{threeparttable}
\usepackage{amsmath}
\usepackage{svg}
\usepackage{graphicx}
\graphicspath{ {images/} }
\usepackage{tabularx}
\usepackage[T1]{fontenc}
\usepackage{blindtext}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm,bindingoffset=6mm]{geometry}
\usepackage[final]{microtype}
\usepackage{setspace}
\onehalfspacing





\fullciteand\footfullcitemore than a couple of times in your document, there probably is more elegant way to resolve things. It's not wrong per se, but unusual. In your use case it's not clear for me why you use two different kinds of citations (in-text vs. footnotes) and when you would want to use which kind of citation. – moewe Apr 28 '23 at 05:53\fullciteand\footfullciteoperate "outside" the normal citation tracking. They do not respond to most cite-style-specific settings like "ibid.". – moewe Apr 28 '23 at 05:54