[skip ci] Build helpers on push

This commit is contained in:
Helpers compiler [bot]
2026-01-09 14:03:04 +00:00
parent 566649ecc3
commit e16e4b3e7b
15 changed files with 1559 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}
}