From bf028a5b4b67fe98d06c3bbb1536c3920df31cd8 Mon Sep 17 00:00:00 2001 From: froido Date: Wed, 4 Nov 2020 11:34:42 +0100 Subject: [PATCH] added option dashed to biblatex package --- design-template/designGiB.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/design-template/designGiB.tex b/design-template/designGiB.tex index ffac4af..8297c9b 100644 --- a/design-template/designGiB.tex +++ b/design-template/designGiB.tex @@ -73,7 +73,8 @@ maxcitenames = 2, % truncate nameslist for citations giveninits = true, % abbrevation for first name date = year, % controls the basic format of printed date specifications - uniquelist = false % This feature allows ambiguous labelname list --> unique dateformat (e.g. 2020a, 2020b) + uniquelist = false, % This feature allows ambiguous labelname list --> unique dateformat (e.g. 2020a, 2020b) + dashed = false % This option controls whether recurrent the same author/editor list in the bibliography are replaced by a dash ]{biblatex} % use biblatex for bibliography \usepackage{acro} % handle acronyms