Skip to content

Commit

Permalink
include math and algo packages (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superty authored Jul 15, 2024
1 parent 2fb52a2 commit f04e31e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
\usepackage{marginnote}
\usepackage{etoolbox}
\usepackage[acronym,shortcuts]{glossaries}
\usepackage{amsmath}
\usepackage{thmtools} % required for autoref to lemmas
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}

\input{tex/setup.tex}
\input{tex/acm.tex}
Expand Down

0 comments on commit f04e31e

Please sign in to comment.