I am using references in beamer like this:
\documentclass[hyperref={pdfpagelabels=false},aspectratio=169,10pt]{beamer}
\usepackage[backend=biber,citestyle=authoryear,bibstyle=authoryear]{biblatex}
\addbibresource{references.bib}
\setbeamertemplate{bibliography item}{}
However, I am only able to cite "in text", like this \autocite{citation key} giving "(Author, Year)". This is fine, but sometimes I want: "Autor (Year)" instead.
This would be like \citet in natbib.
Any idea how I could achieve this, please?
natbib=trueoption of biblatex? – samcarter_is_at_topanswers.xyz Sep 28 '22 at 16:56