From 7ed4850a32fec3952db9ecd4174b63c77c181da0 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Mon, 6 Dec 2021 11:05:27 +0100 Subject: [PATCH] Changed the Bibtex-Style to alphabetic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on a suggestion by Ute Trapp, the Bibtex style was changed to "alphabetic": "aus meiner Sicht wäre [Bau21] hilfreicher und aussagekräftiger als [1] – dann sehe ich leichter, wie alt die Quelle ist und was vermutlich vom gleichen Autor ist, ohne ins Literaturverzeichnis gehen zu müssen." --- classicthesis-config.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classicthesis-config.tex b/classicthesis-config.tex index 83e72e9..3967100 100644 --- a/classicthesis-config.tex +++ b/classicthesis-config.tex @@ -87,8 +87,8 @@ %backend=biber,bibencoding=utf8, %instead of bibtex backend=bibtex8,bibencoding=ascii,% language=auto,% - style=numeric-comp,% - %style=alphabetic,% + %style=numeric-comp,% + style=alphabetic,% %style=authoryear-comp, % Author 1999, 2010 %bibstyle=authoryear,dashed=false, % dashed: substitute rep. author with --- sorting=nyt, % name, year, title