PRETTY-PRINT installation guide (UNIX/LINUX): 1. To install the package execute the following commands: a) unpack the file: $ tar zxvf pretty-print.tgz or $ gzip -d pretty-print.tgz; tar xvf pretty-print.tar b) copy the file 'pretty' to /usr/local/bin $ cp pretty /usr/local/bin 2. How to run: Using the 'pretty-print' script: a) at the command prompt, execute the 'pretty-print' script with your CAMILA file as argument: $ ./pretty-print example.cam NOTE: The LaTeX file, in this case, is saved as 'example.cam.tex' b) Now visualize or print the result file 'pretty.dvi' with 'xdvi' or 'dvips' $ xdvi pretty or $ dvips pretty Using the 'pretty' command direclty: a) at the command prompt, execute the 'pretty' command with your CAMILA file as argument: $ pretty example.cam > example.tex b) Include the resultant LaTeX file into your own LaTeX document (don't forget to insert the following line into your LaTeX document) \input pretty.mac c) LaTeX it! And that's all! fln@21.Oct.1997