summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/style.tex20
1 files changed, 19 insertions, 1 deletions
diff --git a/style/style.tex b/style/style.tex
index ee1d111..59d2abb 100644
--- a/style/style.tex
+++ b/style/style.tex
@@ -1,6 +1,24 @@
\usetheme{Rochester}
\usepackage[dvipsnames]{xcolor}
-\usepackage{helvet, textpos, stix, caption, booktabs, array, ipsum, fontawesome5}
+\usepackage{helvet, textpos, stix, caption, booktabs, array, ipsum, fontawesome5, circledsteps}
+
+\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}
+ \fi
+}
+
+
+\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}
+ \fi
+}
+
+
+
\definecolor{atlarge-blue}{HTML}{0280c9}
\usepackage[most]{tcolorbox}
\title{\emph{Sunfish:} Enabling Predictive Analytics for Datacenters Through Digital Twinning}