Left superscript
|
a lsup{b}
|
|
Center superscript
|
a csup{b}
|
|
Right superscript
|
a^{b}
|
|
Left subscript
|
a lsub{b}
|
|
Center subscript
|
a csub{b}
|
|
Right subscript
|
a_{b}
|
|
Align character to left (text is aligned center by default)
|
stack { Hello world # alignl (a) }
|
|
Align character to center
|
stack{Hello world # alignc(a)}
|
|
Align character to right
|
stack { Hello world # alignr(a)}
|
|
Vertical stack of 2
|
binom{a}{b}
|
|
Vertical stack, more than 2
|
stack{a # b # z}
|
|
Matrix stack
|
matrix{a # b ## c # d}
|
|
Common mathematical arrangement
|
matrix{a # "="b ## {} # "="c}
|
|
New line
|
asldkfjo newline sadkfj
|
|
Small gap (apostrophe)
|
stuff `stuff
|
|
Large gap (tilde)
|
stuff~stuff
|
|