Forrest logo
back to context overview

eqn

List of commands for eqn:

  • eqn:tldr:1e915 eqn: Typeset an input file with equations to PDF using the [me] macro package.
    $ eqn -T ${pdf} ${path-to-input-eqn} | groff -${me} -T ${pdf} > ${path-to-output-pdf}
    try on your machine
    explain this command
  • eqn:tldr:27872 eqn: Process input with equations, saving the output for future typesetting with groff to PostScript.
    $ eqn ${path-to-input-eqn} > ${path-to-output-roff}
    try on your machine
    explain this command
back to context overview