summaryrefslogtreecommitdiffstats
path: root/main.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-06 01:23:39 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-06 01:23:39 +0100
commit912cde654d071f603b5b27d219a025eb16166063 (patch)
tree7377aba87c1bac6c039dba5fc522e4d1109a8bea /main.tex
parent64f10aab13b694adca6566b10d5dab564a981a09 (diff)
downloadoopsla21_fvhls-912cde654d071f603b5b27d219a025eb16166063.tar.gz
oopsla21_fvhls-912cde654d071f603b5b27d219a025eb16166063.zip
Fix tex and turn on comments
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.tex b/main.tex
index c07b93a..3a4c120 100644
--- a/main.tex
+++ b/main.tex
@@ -52,7 +52,7 @@
\setminted{fontsize=\small}
\newif\ifCOMMENTS
-\COMMENTSfalse
+\COMMENTStrue
\newcommand{\Comment}[3]{\ifCOMMENTS\textcolor{#1}{{\bf [\![#2:} #3{\bf ]\!]}}\fi}
\newcommand\JW[1]{\Comment{red!75!black}{JW}{#1}}
\newcommand\YH[1]{\Comment{green!50!blue}{YH}{#1}}