From 17fd8c3e26197ca07282451bbe2e8e6638f807a4 Mon Sep 17 00:00:00 2001 From: Chloe Brown Date: Tue, 20 May 2025 17:54:40 +0100 Subject: Disable ACM and cripple minted. --- main.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.tex') 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}} -- cgit v1.2.3