Pictures


Up: Special Formatting Next: Verbatim Previous: Code and Filename Font

This section described a proposed feature; comments are welcome.

In the HTML and LaTeX formats, pictures (Postscript files) can be included by using the .p command:

 

 .p filename 

The file must be a Postscript file. A caption for the picture can be included with the .cb and .ce command. This caption is not displayed in the Unix man-page document but does appear in the LaTeX and HTML versions. For example,
 

 .p sample-out.ps 

 .cb 

  This image shows the output of the 'foo' command 

  Note particularly ... 

 .ce 

(not yet implemented)



Up: Special Formatting Next: Verbatim Previous: Code and Filename Font