
HOW TO MAKE ?
--------------------------------------------------------------------

1) Compile the LaTeX Source:

 latex quick_reference.tex 

2) Check the dvi Output (Optional)

 xdvi -paper a4r quick_reference.dvi)
 
3) Generate the postscript version

  dvips -t landscape quick_reference.dvi

4) Check the postscript output.

 (gv -seascape quick_reference.ps)

5) Print!

 lpr quick_reference.ps


PROBLEMS ?
----------------------------------------------------------------------------

 The quick reference sheet is optimized for printing with an laserprinter.
 On bubblejet printers you can get problems.
 Try to shrink the output using 'pstops'.

 Example:

   pstops '1:0@0.95(20,20)' quick_reference.ps >smaller.ps

