| Line 158... |
Line 158... |
| 158 |
\code{x^{y + z}} \tab invisible grouping of operands \cr
|
158 |
\code{x^{y + z}} \tab invisible grouping of operands \cr
|
| 159 |
\code{group("(",list(a, b),"]")} \tab specify left and right delimiters \cr
|
159 |
\code{group("(",list(a, b),"]")} \tab specify left and right delimiters \cr
|
| 160 |
\code{bgroup("(",atop(x,y),")")} \tab use scalable delimiters \cr
|
160 |
\code{bgroup("(",atop(x,y),")")} \tab use scalable delimiters \cr
|
| 161 |
\code{group(lceil, x, rceil)} \tab special delimiters \cr
|
161 |
\code{group(lceil, x, rceil)} \tab special delimiters \cr
|
| 162 |
\code{group(lfloor, x, rfloor)} \tab special delimiters \cr
|
162 |
\code{group(lfloor, x, rfloor)} \tab special delimiters \cr
|
| - |
|
163 |
\code{group(langle, list(x, y), rangle)} \tab special delimiters \cr
|
| 163 |
}
|
164 |
}
|
| 164 |
|
165 |
|
| 165 |
The supported \sQuote{scalable delimiters} are \code{| ( [ \{},
|
166 |
The supported \sQuote{scalable delimiters} are \code{| ( [ \{}
|
| 166 |
\code{lceil}, \code{lfloor} and their right-hand versions.
|
167 |
and their right-hand versions.
|
| 167 |
\code{"."} is equivalent to \code{""}: the corresponding delimiter
|
168 |
\code{"."} is equivalent to \code{""}: the corresponding delimiter
|
| 168 |
will be omitted. Delimiter \code{||} is supported but has the same
|
169 |
will be omitted. Delimiter \code{||} is supported but has the same
|
| 169 |
effect as \code{|}.
|
170 |
effect as \code{|}.
|
| - |
|
171 |
The special delimiters \code{lceil}, \code{lfloor}, \code{langle}
|
| - |
|
172 |
(and their right-hand versions) are not scalable.
|
| 170 |
|
173 |
|
| 171 |
The symbol font uses Adobe Symbol encoding so, for example, a lower
|
174 |
The symbol font uses Adobe Symbol encoding so, for example, a lower
|
| 172 |
case mu can be obtained either by the special symbol \code{mu} or by
|
175 |
case mu can be obtained either by the special symbol \code{mu} or by
|
| 173 |
\code{symbol("m")}. This provides access to symbols that have no
|
176 |
\code{symbol("m")}. This provides access to symbols that have no
|
| 174 |
special symbol name, for example, the universal, or forall, symbol is
|
177 |
special symbol name, for example, the universal, or forall, symbol is
|