
pic
List of commands for pic:
-
pic:tldr:1eba0 pic: Process input with pictures, saving the output for future typesetting with groff to PostScript.$ pic ${path-to-input-pic} > ${path-to-output-roff}try on your machineexplain this command
-
pic:tldr:b5d90 pic: Typeset input with pictures to PDF using the [me] macro package.$ pic -T ${pdf} ${path-to-input-pic} | groff -${me} -T ${pdf} > ${path-to-output-pdf}try on your machineexplain this command