diff --git a/CHANGELOG.md b/CHANGELOG.md index 802adc9..a20b653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All changes of this template is documented in this file. ## [2025.11 changes] - Minor fix involving the interaction between the template and the minted package - Add an example where the .tex file is not directly in the template folder +- Make the plus sign in citations a superscript ## [2025.10 changes] - Changed the normal size to 23pt diff --git a/introduction.pdf b/introduction.pdf index b930624..a459b57 100644 Binary files a/introduction.pdf and b/introduction.pdf differ diff --git a/preambles/packages.tex b/preambles/packages.tex index 5935179..d1f8042 100644 --- a/preambles/packages.tex +++ b/preambles/packages.tex @@ -27,6 +27,7 @@ % biblatex \usepackage[style=ieee-alphabetic, hyperref,backend=bibtex, mincitenames=1, maxcitenames=4,language=english,giveninits=true]{biblatex} +\renewcommand*{\labelalphaothers}{${}^+$} % \usepackage[citestyle=authoryear,bibstyle=numeric,hyperref,backend=biber, minnames=3, maxnames=3,indexing=true,language=english,giveninits=true]{biblatex} % \setbeamercolor{bibliography item}{fg=KITgreen} \setbeamercolor{bibliography entry title}{fg=kit-green}