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