| Control Code |
Description |
| <A[activator]> |
insert character or ligature identified by [activator]
|
| <qo> |
quad out the current line and begin a new line
|
| <p> |
start a new line, quadding out if the line cannot be justified (differs from <qo> in that will always result in spaces of the minimum allowable width)
|
| <i>...</i> |
select italic alphabet for the text contained within, if available
|
| <b>...</b> |
select bold alphabet for the text contained within, if available
|
| <sc>...</sc> |
select small cap alphabet for the text contained within, if available
|
| <center> |
center justify
|
| <left> |
left justify (aka ragged right)
|
| <right> |
right justify (aka ragged left)
|
| <justify> |
default justification mode
|
| <s[n]> |
insert a fixed [n] unit space
|
| <l[n]>...</l[n]> |
adjust all sorts contained within by adding [n] units (letterspacing)
|
| <indent[n]>...</indent[n]> |
indent paragraphs, where N is a positive or negative integer indicating the number of units to indent. Negative numbers trigger hanging indentation.
|
| <header>...</header> |
define the current header for all (even and odd) pages.
|
| <footer>...</footer> |
define the current footer for all (even and odd) pages.
|
| <eheader>...</eheader> |
define the current header for even pages.
|
| <efooter>...</efooter> |
define the current footer for even pages.
|
| <oheader>...</oheader> |
define the current header for odd pages.
|
| <ofooter>...</ofooter> |
define the current footer for odd pages.
|
| <pagebreak> |
manually force a page break.
|
| <nohyphenation>...</nohyphenation> |
disable hyphenation for a given passage.
|