[skip ci] Build helpers on push

This commit is contained in:
Helpers compiler [bot]
2026-01-09 13:59:11 +00:00
parent 66aee3d780
commit aaa6a709fc
15 changed files with 1555 additions and 1535 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}
}