diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-21 11:20:14 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-21 11:20:14 +0200 |
| commit | b5111b6e512dc8c27b84ed785c74b4e728a591ee (patch) | |
| tree | 7111a0799e914c5c80e557bd093ca116ddd7e1a0 /style | |
| parent | 310e180d3f5a0a23a33e59c3cd207fcb2c043133 (diff) | |
feat: finished 1/2 of Table 1.1
Diffstat (limited to 'style')
| -rw-r--r-- | style/style.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/style/style.tex b/style/style.tex index ef310f5..c79e56f 100644 --- a/style/style.tex +++ b/style/style.tex @@ -1,11 +1,11 @@ \usetheme{Rochester} \usepackage[dvipsnames]{xcolor} -\usepackage{helvet, textpos, stix, caption, booktabs, array, lipsum, fontawesome5, circledsteps, url} +\usepackage{helvet, textpos, stix, caption, booktabs, array, lipsum, fontawesome5, circledsteps, url, inconsolata} \newcommand\myCircled[2][]{\ifmmode \Circled[fill color=black,inner color=white,#1]{\mathsf{#2}} \else - \scalebox{0.75}{\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,12 +13,13 @@ \newcommand\myCircledGreen[2][]{\ifmmode \Circled[fill color=ForestGreen,inner color=white,#1]{\mathsf{#2}} \else - \scalebox{0.75}{\Circled[fill color=ForestGreen,inner color=white,#1]{\sffamily#2}} + \scalebox{0.75}{\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} |
