summaryrefslogtreecommitdiffstats
path: root/main.tex
diff options
context:
space:
mode:
authorYann Herklotz <ymh15@ic.ac.uk>2020-11-21 00:03:19 +0000
committeroverleaf <overleaf@localhost>2020-11-21 00:04:19 +0000
commit15aab23c1e89e9369b631eb3cefc7fc708d6da36 (patch)
tree1fa2ba7cf2b0af2f369918959326555368fd0b1f /main.tex
parent5f228d3512b2e3e39305e6f53bc873c76439e96f (diff)
downloadoopsla21_fvhls-15aab23c1e89e9369b631eb3cefc7fc708d6da36.tar.gz
oopsla21_fvhls-15aab23c1e89e9369b631eb3cefc7fc708d6da36.zip
Update on Overleaf.
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/main.tex b/main.tex
index 9cfe5f1..06667b5 100644
--- a/main.tex
+++ b/main.tex
@@ -47,6 +47,7 @@
\usepackage{microtype}
\usetikzlibrary{shapes,calc,arrows.meta}
+\pgfplotsset{compat=1.16}
\setminted{fontsize=\small}
\usemintedstyle{manni}
@@ -87,6 +88,11 @@
\newcommand{\compcert}{Comp\-Cert}
\newcommand{\legup}{Leg\-Up}
+\newcommand{\slowdownOrig}{56}
+\newcommand{\slowdownDiv}{10}
+\newcommand{\areaIncr}{21}
+
+
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\newtheorem*{remark}{Remark}
@@ -214,7 +220,7 @@
%% Appendix
-\input{appendix}
+%\input{appendix}
\end{document}