I'm having some trouble trying to remove the comma from before "et al" in my in-text citations using \parencite.
Currently, my citations look like (Smith, et al., 1980) but I would like them to read (Smith et al., 1980).
Many thanks!
My LaTeX looks something like:
\usepackage[
backend=biber,
style=ext-authoryear-comp, giveninits, uniquename=init, maxbibnames=999,
urldate=long,
innamebeforetitle, articlein=false,
]{biblatex}
\DeclareDelimFormat*{nameyeardelim}{\addcomma\space}
\DeclareDelimFormat[textcite]{nameyeardelim}{\addcomma\addspace}
\DefineBibliographyStrings{english}{%
andothers ={et\addabbrvspace al\adddot},
andmore ={et\addabbrvspace al\adddot},
}
\DeclareDelimFormat{andothersdelim}{\addcomma\space}
\renewcommand*{\compcitedelim}{\multicitedelim}
\makeatletter
\AtEveryCitekey{\global\undef\cbx@lastyear}
\makeatother