Remove comma in citation key
This commit is contained in:
@@ -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}%
|
||||
|
||||
Reference in New Issue
Block a user