Skip to content

Commit

Permalink
Try to fix minted version
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr committed Oct 2, 2024
1 parent 7c722ff commit 3daa7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ all: ${PDF_SUBMISSION} ${PDF_PAPER}
# spelling and grammar
grammar: $(TEX_MAIN_PAPER)
# check that textidote exists.
@textidote --version
@textidote --version
# allowed to fail since it throws error if we have grammar mistakes
-textidote --check en --output html $< > index.html
-textidote --check en --output html $< > index.html
python3 -m http.server

refcheck: paper
Expand Down
2 changes: 1 addition & 1 deletion tex/setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Add minted and support custom lexers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{minted}
\usepackage{minted2}
\usepackage{etoolbox}

\makeatletter
Expand Down

0 comments on commit 3daa7e3

Please sign in to comment.