From 584e84231f69d753eeabef13d99ae69e6f306731 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 15 Jun 2026 14:02:50 +0200 Subject: style: visually separated the importance of predictive analytics from the rest of tthe figure --- style/style.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style') diff --git a/style/style.tex b/style/style.tex index 59d2abb..0388abb 100644 --- a/style/style.tex +++ b/style/style.tex @@ -5,7 +5,7 @@ \newcommand\myCircled[2][]{\ifmmode \Circled[fill color=black,inner color=white,#1]{\mathsf{#2}} \else - \Circled[fill color=black,inner color=white,#1]{\sffamily#2} + \scalebox{0.75}{\Circled[fill color=black,inner color=white,#1]{{\sffamily#2}}} \fi } @@ -13,7 +13,7 @@ \newcommand\myCircledGreen[2][]{\ifmmode \Circled[fill color=ForestGreen,inner color=white,#1]{\mathsf{#2}} \else - \Circled[fill color=ForestGreen,inner color=white,#1]{\sffamily#2} + \scalebox{0.75}{\Circled[fill color=ForestGreen,inner color=white,#1]{\sffamily#2}} \fi } -- cgit v1.2.3