From dab4ed291046aeab6eba6050f934fea0ce486345 Mon Sep 17 00:00:00 2001 From: Michael Bredel <michael.bredel@h-da.de> Date: Mon, 6 Dec 2021 11:14:39 +0100 Subject: [PATCH] Adapted the section on citation styles. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 102258d..d2a8173 100644 --- a/README.md +++ b/README.md @@ -161,13 +161,13 @@ You may also want to have a look at the _part(...)_ section at line 93 and 103. ### Changing the Citation Style -By default, this template uses the IEEE Numeric style for citations. The IEEE citation style includes in-text citations, numbered in square brackets, which refer to the full citation listed in the reference list at the end of the paper. The reference list is organized numerically, not alphabetically. For examples, see the [IEEE Editorial Style Manual](http://ieeeauthorcenter.ieee.org/wp-content/uploads/IEEE_Style_Manual.pdf). +By default, this template uses the IEEE Alphabetic style for citatons. The IEEE citation style includes in-text citations in square brackets, which refer to the full citation listed in the reference list at the end of the paper. The reference list is organized alphabetically. -However, if you prefer to uses the IEEE Alphabetic style for citations you can do so. To this end, you have to change lines 90 and 91 of _classicthesis-config.tex_: +However, if you prefer to uses the old IEEE Numeric style for citations you can do so. To this end, you have to change lines 90 and 91 of _classicthesis-config.tex_: ``` - %style=numeric-comp,% - style=alphabetic,% + style=numeric-comp,% + %style=alphabetic,% ```