From 0d2e16f7b37bde08fc1f3d4384c08a572af31f16 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Mon, 28 Oct 2024 12:34:00 +0100 Subject: [PATCH] Remove comma in citation key --- config/bibliography.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/bibliography.tex b/config/bibliography.tex index 3584214..406f04c 100644 --- a/config/bibliography.tex +++ b/config/bibliography.tex @@ -8,7 +8,7 @@ uniquelist=false% Force to show only one author in citations ]{biblatex} -% Define citation style to be [Author, Year] +% Define citation style to be [Author Year] % From https://tex.stackexchange.com/a/176119 \DeclareLabelalphaTemplate{% \labelelement{% Author @@ -16,8 +16,8 @@ \field{labelname}% \field{label}% }% - \labelelement{% Comma - \literal{,\addhighpenspace}% + \labelelement{% Space + \literal{\addhighpenspace}% }% \labelelement{% Year \field{year}%