Skip to content

Commit 7e29bd5

Browse files
committed
fix missing backticks
1 parent 0fe4ef1 commit 7e29bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plans/constrained_set_plan.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ where ``$(_tex(:Cal, "C")) ⊂ $(_math(:M))`` is a convex closed subset.
1414
* `objective::AbstractManifoldObjective` the (unconstrained) objective, which
1515
contains ``f`` and for example ist gradient ``$(_tex(:grad)) f``.
1616
* `project!!::PF` a projection function ``$(_tex(:proj))_{$(_tex(:Cal, "C"))}: $(_math(:M))$(_tex(:Cal, "C"))`` that projects onto the set ``$(_tex(:Cal, "C"))``.
17-
* `indicator::IF` the indicator function ``ι_{$(_tex(:Cal, "C"))}(p) = $(_tex(:cases, "0 &" * _tex(:text, " for ") * "p∈" * _tex(:Cal, "C"), "∞ &" * _tex(:text, " else.")))
17+
* `indicator::IF` the indicator function ``ι_{$(_tex(:Cal, "C"))}(p) = $(_tex(:cases, "0 &" * _tex(:text, " for ") * "p∈" * _tex(:Cal, "C"), "∞ &" * _tex(:text, " else.")))``
1818
1919
# Constructor
2020

0 commit comments

Comments
 (0)