Remove comma in citation key

This commit is contained in:
2024-10-28 12:34:00 +01:00
parent 33911e9c9b
commit 0d2e16f7b3

View File

@@ -8,7 +8,7 @@
uniquelist=false% Force to show only one author in citations uniquelist=false% Force to show only one author in citations
]{biblatex} ]{biblatex}
% Define citation style to be [Author, Year] % Define citation style to be [Author Year]
% From https://tex.stackexchange.com/a/176119 % From https://tex.stackexchange.com/a/176119
\DeclareLabelalphaTemplate{% \DeclareLabelalphaTemplate{%
\labelelement{% Author \labelelement{% Author
@@ -16,8 +16,8 @@
\field{labelname}% \field{labelname}%
\field{label}% \field{label}%
}% }%
\labelelement{% Comma \labelelement{% Space
\literal{,\addhighpenspace}% \literal{\addhighpenspace}%
}% }%
\labelelement{% Year \labelelement{% Year
\field{year}% \field{year}%