|
NAMEpicpack —
PostScript picture packing preprocessor
SYNOPSIS
DESCRIPTIONpicpack copies files to stdout,
expanding picture inclusion requests (marked by the .BP or
.PI macros) into an in-line format that can be passed
through troff and handled by
dpost . If no files are specified
or if - is one of the input files
standard input is read. The following options are
understood:
EXAMPLESA typical application might be in a distributed printing environment where everything up totroff is run by the user and
everything after troff is handled by a spooling daemon
⟨perhaps lp ⟩. In that case the command
line would be,
pic file | tbl | eqn | picpack | troff -mm -Tpost | lp A poor example, although one that should still work, would be, pic file | tbl | eqn | picpack | troff -mm | dpost >file.ps In this case picture inclusion requests could (and should) be
handled by DIAGNOSTICSA 0 exit status is returned if files were successfully processed.WARNINGSCombining pictures and text using the capabilities available indpost is the recommended approach and is always
guaranteed to be more efficient than picpack .
RunNmning picpack and dpost in
the same pipeline makes little sense.
Using SEE ALSOdpost(1), troff(1)
Visit the GSP FreeBSD Man Page Interface. |