
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 machineexplain 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 machineexplain this command