We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469b777 commit 8523c70Copy full SHA for 8523c70
algpseudocode/TEMPLATE.tex
@@ -7,21 +7,24 @@
7
8
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
9
10
+\makeatletter
11
+\renewcommand{\fnum@algorithm}{\fname@algorithm}
12
+\makeatother
13
14
\begin{document}
-\pagestyle{empty}
15
+\pagestyle{empty}
16
17
\begin{algorithm}[ht]
- \caption{}
18
+ \caption{}
19
\begin{algorithmic}[1]
20
- \Require
21
+ \Require
22
\Ensure
23
\vspace{10pt}
- \Statex
24
+ \Statex
25
+ \State
26
+
27
\State
-
- \State
28
\end{algorithmic}
29
\end{algorithm}
30
0 commit comments