From 4075db28a39eeaa12b9ffcf539e79e952a09850f Mon Sep 17 00:00:00 2001 From: Florian Graf Date: Wed, 15 Mar 2023 15:16:05 +0100 Subject: [PATCH] decrease font size in citations relatively --- bibliography-mimosis.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bibliography-mimosis.tex b/bibliography-mimosis.tex index c97703e..b78df4f 100644 --- a/bibliography-mimosis.tex +++ b/bibliography-mimosis.tex @@ -124,9 +124,10 @@ % Make the font size of citations smaller. Depending on your selected % font, you might not need this. +\usepackage{relsize} \renewcommand*{\citesetup}{% \biburlsetup - \small + \relsize{-.5}% } \DeclareLanguageMapping{english}{english-mimosis}