Use algpseudocodex[noEnd], fix compilation error
This commit is contained in:
parent
34bdb39337
commit
596950a835
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
\usepackage{listings}
|
||||
\usepackage{algorithmicx}
|
||||
\usepackage{algpseudocode}
|
||||
\usepackage{color}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{include/arm-assembler-latex-listings/lstlangarm}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
\usepackage{float}
|
||||
\usepackage{tikz}
|
||||
\usepackage{needspace}
|
||||
\usepackage{algpseudocode}
|
||||
\usepackage[noEnd=true]{algpseudocodex}
|
||||
\usepackage[bottom]{footmisc} % footnotes are below floats
|
||||
\usepackage[final]{microtype}
|
||||
|
||||
|
|
Loading…
Reference in a new issue