Center Text

The ce control word (.ce) enables you to center text. For example, assume the source file has the following lines.
:p.These words
appear as normal
text on the same
line.
.ce These words appear as centered text on the same line.

The output looks like this:

These words appear as normal text on the same line.
These words appear as centered text on the same line.


[Back: Nameit]
[Next: Displaying Text and Graphics]