Compare two revisions of: Interval

... ... @@ -6,12 +6,12 @@ The optional TeX command `\allowIntervalUnionsForInput[true]` enables the option
6 6
7 7 The solution is defined by a left and a right boundary , both seperated by a semicolon.
8 8
9 -| | symbol |
10 -| -------------------- | ----------- |
11 -| open left boundary | `(` or `]` |
12 -| closed left boundary | `[` |
13 -| open right boundary | `)` or `[` |
14 -| closed right boundary | `]` |
9 +| boundary | symbol |
10 +| ------------ | ----------- |
11 +| open left | `(` or `]` |
12 +| closed left | `[` |
13 +| open right | `)` or `[` |
14 +| closed right | `]` |
15 15
16 16 e.g. `\solution{(-1;1]}`, `\solution{]-1;1]}` (same interval as the first one), `\solution{(myVar;100[}`
17 17
18 18