How to use PostScript files


This macro can be used to print the tutorial examples

MACRO PRINTEX 1=1 FOR/FILE 44 pawex[1].ps METAFILE 44 -111 EXEC PAWEX[1] CLOSE 44 SHELL local print command pawex[1].ps
The PostScript workstation types have the following format:
                               -[Format][Nx][Ny][Type]
Where:
   \begin{figure}
   \epsffile{example.eps}
   \caption{Example of Encapsulated PostScript in LaTeX}
   \label{EXAMPLE}
   \end{figure}

How to print all the tutorial examples on one page

MACRO PRINTALL FOR/FILE 44 all.ps METAFILE 44 -471 DO I=1,26 EXEC PAWEX[I] ENDDO CLOSE 44 SHELL local print command all.ps

Note also:

The command PICTURE/PRINT allows to print the current picture in memory onto a PostScript file, and if required send it to the default PostScript printer.


PAW TutorialLast update: 1999/04/01 14.59
Olivier.Couet@Cern.Ch