Skip to content

Commit 0fe4ef1

Browse files
committed
fix math in docstring of ConstrainedManifoldObjective
1 parent fd5a8d4 commit 0fe4ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plans/constrained_plan.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ get_parameter(acsf::AbstractConstrainedSlackFunctor, ::Val{:β}) = acsf.β
5555
5656
Describes the constrained objective
5757
```math
58-
\begin{aligned}
58+
\\begin{aligned}
5959
$(_tex(:argmin))_{p ∈ } & f(p)\\
6060
$(_tex(:text, "subject to")) & g_i(p) ≤ 0 $(_tex(:quad)) $(_tex(:text, "for all ")) i=1,…,m,\\
6161
$(_tex(:quad)) &h_j(p)=0 $(_tex(:quad)) $(_tex(:text, "for all ")) j=1,…,n.
62-
\end{aligned}
62+
\\end{aligned}
6363
```
6464
6565
# Fields

0 commit comments

Comments
 (0)