tex ignatz
or
latex ignatz
Note that the suffix .tex is dropped.You now have a "cooked" file ignatz.dvi . You will also have ignatz.log , containing all the informative and error messages the program produced. You may also get ignatz.aux and ignatz.toc if you are using LaTeX and doing fancy things.
xdvi ignatz
A new window will come up with your formatted text in it.
Use the slider on the left of the window to move up and down,
and use the buttons to change pages.
dvips ignatz
This will produce a file ignatz.ps .
To print, use your favorite print command, such as
gspr -d epson ignatz.ps
Note that you DO need to include the .ps suffix at this step.