Revert "[skip ci] Build helpers on push"

This reverts commit e16e4b3e7b.
This commit is contained in:
2026-01-09 15:05:29 +01:00
parent 141cf5d091
commit f2c337eaa9
15 changed files with 1535 additions and 1559 deletions

View File

@@ -14,12 +14,12 @@
\algrenewcommand{\alglinenumber}[1]{#1}
\newenvironment{algo}[1]{
\begin{algorithm}
\begin{spacing}{1.2}
\caption{\textsc{#1}}
\begin{algorithmic}[1]
}{
\end{algorithmic}
\end{spacing}
\end{algorithm}
\begin{algorithm}
\begin{spacing}{1.2}
\caption{\textsc{#1}}
\begin{algorithmic}[1]
}{
\end{algorithmic}
\end{spacing}
\end{algorithm}
}