Every time I try to use the \textcite command in the "unified" style, I get an "undefined control sequence" error from Overleaf. But when I switch to the "authoryear" style, the error goes away. How do I fix this? Here's part of my preamble:
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{example-sentences}
\usepackage[backend=biber, style=unified, natbib=true]{biblatex}
\addbibresource{references.bib}
\usepackage [english]{babel}
\usepackage [autostyle, english = american]{csquotes}
\MakeOuterQuote{"}
And here's the error message I get from Overleaf:
\blx@biblinkstart [#1]->\blx@sfsave
\hyper@natlinkstart {\the \c@refsection ...
l.23 ...ime today," from \textcite{rior_gen_2021}}
.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
! Undefined control sequence.
\blx@biblinkstart ...x@sfsave \hyper@natlinkstart
{\the \c@refsection @#1}\b...
l.23 ...ime today," from \textcite{rior_gen_2021}}
.
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., \hobx'), typeI' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
And again, none of this happens if I use the authoryear style (but I would like to use the unified style instead). What should I do please?
