diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-25 15:25:18 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-25 15:25:18 +0200 |
| commit | 5f37feffea1773ad0a08da3fc5f193cc37f1013b (patch) | |
| tree | aa442e1ca3cef7e34dc5d28260b8a3b39a2250d3 /style | |
| parent | d45b450e28b95f3234c16374bee8c18c9902da56 (diff) | |
feat: added the evaluation and validation notes, only experiment pictures are now missing
Diffstat (limited to 'style')
| -rw-r--r-- | style/style.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/style/style.tex b/style/style.tex index 36caa33..d7e4e72 100644 --- a/style/style.tex +++ b/style/style.tex @@ -1,6 +1,8 @@ \usetheme{Rochester} \usepackage[dvipsnames]{xcolor} -\usepackage{helvet, textpos, stix, caption, booktabs, array, lipsum, fontawesome5, circledsteps, url, inconsolata, amsmath, amssymb} +\usepackage{helvet, textpos, stix, caption, booktabs, array, lipsum, fontawesome5, circledsteps, url, inconsolata, amsmath, amssymb, xspace} + +\newcommand{\etal}{\emph{et~al.}\xspace} \newcommand\myCircled[2][]{\ifmmode \Circled[fill color=black,inner color=white,#1]{\mathsf{#2}} |
