diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-05-20 17:54:40 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-05-20 17:54:40 +0100 |
commit | 17fd8c3e26197ca07282451bbe2e8e6638f807a4 (patch) | |
tree | d37876e0b65e05c657ac7fb6caad76a17619c455 /main.tex | |
parent | 2c8c4407b3db169c7838c655df011e1ea56a7a59 (diff) |
Disable ACM and cripple minted.
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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}} |