From 5f9557ceb8b4148e318047019c9004705277beda Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Tue, 16 Apr 2024 21:12:48 +0200 Subject: [PATCH] Fix \citeauthorcite --- main.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.tex b/main.tex index f038f23..71b535b 100644 --- a/main.tex +++ b/main.tex @@ -54,6 +54,8 @@ %% Custom commands \input{utils/commands} +\renewcommand{\citeauthorcite}[1]{\citeauthor*{#1}~\parencite*{#1}} + \definechangesauthor[color=RawSienna]{CP} \newcommand{\CP}[1]{\comment[id=CP]{#1}}