diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 13:39:34 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-15 13:39:34 +0200 |
| commit | e7ea2f53d856f0329fd133b3c7c4658560af56aa (patch) | |
| tree | 50c6a85c2ba11a08a0f7473c76e65fde165f7c03 /style | |
| parent | c02b25fbb0607c4282a6fae14b058bc269e84f9d (diff) | |
feat: finished the Problem Statement (slides 1-4)
Diffstat (limited to 'style')
| -rw-r--r-- | style/style.tex | 20 |
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} |
