Skip to content

Commit

Permalink
Put \State before \Return. ISSUE: insert new line in html render comp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Durand committed Jul 4, 2024
1 parent 71f69f1 commit 0c61e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions algo-curve.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ format:
\EndFor
\State $Vec\gets newVec$
\EndFor
\Return $(\mathcal{K}^{\mathfrak{pr}},\sum_{k\in\mathcal{K}^1} Vec_k )$
\State\Return $(\mathcal{K}^{\mathfrak{pr}},\sum_{k\in\mathcal{K}^1} Vec_k )$
\EndProcedure
\end{algorithmic}
\end{algorithm}
Expand Down Expand Up @@ -162,7 +162,7 @@ format:
\EndIf
\EndIf
\EndFor
\Return $\mathcal{P}^t, \eta^t_k$ for all $t=1,\dotsc, m$ and $k\in\mathcal{K}$
\State\Return $\mathcal{P}^t, \eta^t_k$ for all $t=1,\dotsc, m$ and $k\in\mathcal{K}$
\EndProcedure
\end{algorithmic}
\end{algorithm}
Expand Down Expand Up @@ -201,7 +201,7 @@ format:
\State $V_{t}\gets V_{t-1} + 1$
\EndIf
\EndFor
\Return $(V_t)_{1\leq t \leq m}$
\State\Return $(V_t)_{1\leq t \leq m}$
\EndProcedure
\end{algorithmic}
\end{algorithm}
Expand Down

0 comments on commit 0c61e01

Please sign in to comment.