diff options
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}} |