Linux Commands Examples

A great documentation place for Linux commands

neqn

format equations for ascii output


see also : eqn

Synopsis

neqn [eqn options]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
for FILE in $FILES ; do
neqn $FILE | tbl | nroff -man > ../../packaging/SGI/catman/`basename $FILE`

description

The neqn program is actually just a shell script which invokes the eqn(1) command with the ascii output device.

Note that eqn does not support low-resolution, typewriter-like devices (although it may work adequately for very simple input).


see also

eqn

How can this site be more helpful to YOU ?


give  feedback