Simulating typed textCarrying onLining it up in columnsTabbingContentsIndex

Tabbing

A weak implementation of the tabbing environment is available if the HTML level is 3.2 or higher. It works using HTML <TABLE> markup, which is a bit of a hack, but seems to work well for simple tabbing environments.

The only commands implemented are \=, \>, \\, and \kill.

Here is an example:

while

n < (42 * x/y)
if n odd
output n
increment n
return TRUE


July 13, 2005

Simulating typed textCarrying onLining it up in columnsTabbingContentsIndex