Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain this command
back to context overview