summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-05-20 17:54:40 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-05-20 17:54:40 +0100
commit17fd8c3e26197ca07282451bbe2e8e6638f807a4 (patch)
treed37876e0b65e05c657ac7fb6caad76a17619c455 /main.tex
parent2c8c4407b3db169c7838c655df011e1ea56a7a59 (diff)
Disable ACM and cripple minted.
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}}