From 74b9c7af6032ed2adc8cbd683346307f1e97e580 Mon Sep 17 00:00:00 2001 From: Jonas Kulhanek Date: Mon, 29 Nov 2021 10:13:34 +0100 Subject: [PATCH] Update default citekey spec --- pubs/config/spec.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pubs/config/spec.py b/pubs/config/spec.py index 95c6e75..a436c93 100644 --- a/pubs/config/spec.py +++ b/pubs/config/spec.py @@ -54,8 +54,7 @@ normalize_citekey = boolean(default=False) # {{author_last_name:l}}{{year}}{{short_title:l}} generates 'yang2020towards' # {{author_last_name:u}}{{year}} generates 'YANG2020' # -# Uncomment the following line to enable automatic citekey generation -# citekey_format = string(default='{{author_last_name:l}}{{year}}{{short_title:l}}') +citekey_format = string(default='{{author_last_name:l}}{{year}}{{short_title:l}}') [formating]