Postprocesses the troff command output for the IBM 3816 Pageprinter.
ibm3816 [-altpaper] [-landscape] [-quietly] [-FDirectory] [-i] [File...]
The ibm3816 command is a postprocessor that can be used on intermediate output produced by the troff command.
Note: An entire page is placed in memory before it is printed.
If given one or more file names as options, the ibm3816 command processes those files. If no file names are specified, this command acts as a filter interpreting standard input.
The ibm3816 command's font files allow the postprocessor to send characters of more than one byte to the printer. These can be characters that require multiple bytes to represent them, such as code page and point; or, they can be characters that are composed of two or more concatenated glyphs.
For example, the character code for the \(ib (improper subset) special character is:
"\001\125\xe2\xff\xe8\xe3%\x00\x16\001\074\xe3\xff\xea"
The printer is in Page Map Primitive (PMP) mode when these bytes are sent, so you must use the 001 directive to introduce a character. For single-byte codes, this Generic Font Patterns command is automatically handled by the postprocessor. The % (percent sign) characters escape the bytes containing 0, which would otherwise terminate the code sequence. To obtain a literal % character, escape it with another % character so that a percent sign is displayed as %%. A single-byte % code is assumed to be a literal percent sign, so that the single-byte % character needs no special handling in the font file.
Notes:
- The ibm3816 command depends on the files with names ending in .out in the /usr/lib/font/devibm3816 directory. It does not produce usable output unless these files have been properly set up.
- The postprocessor requires additional font information to be stored in the /usr/lib/font/devibm3816/fonts file. If new fonts are added to this file, make sure that the DESC file is also updated to reflect the additional fonts and special characters.
The format of the file must be preserved. The file contains the following four fields:
Following is an example of the troff command used with the ibm3816 command:
troff file|ibm3816|qprt-dp
/usr/lib/font/devibm3816/*.out | Contains font files for the ibm3816 command. |
/usr/lib/font/devibm3816/fonts | Contains information about the available fonts for the ibm3816 command. |
The ibm3812 command, troff command.
The troff font file format specifies description files for the troff command.