Skip to content

Commit f25bf63

Browse files
authored
[docs] Fix LaTeX alignment in example of VectorNonlinearOracle docstring (#2886)
1 parent 8c48120 commit f25bf63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sets.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,10 +2741,10 @@ Any mix of lower and upper-triangular indices is valid. Elements `(i, j)` and
27412741
27422742
To model the set:
27432743
```math
2744-
\\begin{align}
2745-
0 \\le & x^2 \\le 1
2746-
0 \\le & y^2 + x \\cdot z^3 - w \\le 0
2747-
\\end{align}
2744+
\\begin{aligned}
2745+
0 &\\le x^2 & \\le 1 \\\\
2746+
0 &\\le y^2 + x \\cdot z^3 - w & \\le 0
2747+
\\end{aligned}
27482748
```
27492749
do
27502750
```jldoctest

0 commit comments

Comments
 (0)