User's Manual
Math commands - Reference
Formats
Table 9. Commands, formats
Operation Command Display
Left Superscript
a lsup{b}
a
b
Center Superscript
sum(a)a csup{b}
a
b
Right Superscript a^{b}
a
b
Left subscript a lsub{b}
a
b
Center subscript a csub{b}
a
b
Right subscript a_{b}
a
b
Align character to left stack { Hello world # alignl
(a) }
Hello world
a
Align character to center stack{Hello world # alignc(a)}
Hello world
a
Align character to right stack { Hello world # alignr(a)}
Hello world
a
Vertical stack of 2 binom{a}{b}
a
b
Vertical stack, more than 2 stack{a # b # z}
a
b
z
Matrix stack matrix{a # b ## c # d}
a b
c d
Common mathematical
arrangement
matrix{a # "="b ## {} # "="c}
a = b
= c
New Line asldkfjo newline sadkfj
asldkfjo
sadkfj
Small gap (apostrophe) stuff`stuff
stuff stuff
Large gap (tilde) stuff~stuff
stuff stuff
Math Objects 17