summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.tex b/main.tex
index 67c2408..1f8e1e5 100644
--- a/main.tex
+++ b/main.tex
@@ -1,5 +1,5 @@
\newif\ifacmart
-\acmarttrue
+%% \acmarttrue
\ifacmart
\documentclass[acmsmall, anonymous, review, natbib=false, pbalance]{acmart}
@@ -36,7 +36,7 @@
\usepackage{float} %% forcing appendix figures
\usepackage{hyperref} %% hyperlinks within document
\usepackage{mathtools} %% matrix alignment
-\usepackage[outputdir=build]{minted} %% code formatting
+\usepackage[verbatim]{minted} %% code formatting
\usepackage{pifont} %% Check and cross marks
\usepackage{stackrel} %% Annotating judgements
\usepackage{subcaption} %% subfigures with captions
@@ -150,8 +150,8 @@
\fi
% Psuedocode
-\newminted[systemt]{'lexer.py:SystemTLexer -x'}{}
-\newmintinline[systemtinline]{'lexer.py:SystemTLexer -x'}{}
+\newminted[systemt]{lexer.py:SystemTLexer}{}
+\newmintinline[systemtinline]{lexer.py:SystemTLexer}{}
% TODOS and such
\newcommand\lang{{\color{Green} ARTyST}}