\relax 
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {1}Introduction}{2}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {1.1}What is PostScript?}{2}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {1.2}Programs that output PostScript}{2}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {1.3}Why program in raw PostScript?}{2}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {1.4}What this document does and does not offer}{3}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {2}Previewing PostScript}{3}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {2.1}\string\ptt\space gs}{3}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {2.2}\string\ptt\space dxpsview}{4}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {3}Printing out PostScript}{4}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {4}Stacking the deck}{5}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {5}Get moving---graphics basics}{7}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.1}The coordinate system}{7}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.2}Path construction}{7}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.3}Painting}{7}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.4}The physical page}{8}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.5}\string\ptt\space moveto}{8}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.6}\string\ptt\space lineto}{8}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.7}\string\ptt\space stroke}{9}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.8}\string\ptt\space showpage}{9}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {5.9}\string\ptt\space closepath}{9}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {1}{\ignorespaces Drawing a box, not using {\string\ptt\space closepath}}}{10}}
\newlabel{fig:nonclose}{{1}{10}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {2}{\ignorespaces Another box, using {\string\ptt\space closepath}}}{10}}
\newlabel{fig:close}{{2}{10}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {6}Less filling! Tastes great! ({\string\ptt\space fill} and other fun)}{10}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {3}{\ignorespaces Example of using {\string\ptt\space fill}}}{11}}
\newlabel{fig:fill}{{3}{11}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {4}{\ignorespaces Example of using {\string\ptt\space setgray}}}{11}}
\newlabel{fig:gfill}{{4}{11}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {5}{\ignorespaces The purpose of {\string\ptt\space stroke} and {\string\ptt\space showpage}}}{11}}
\newlabel{fig:path}{{5}{11}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {6}{\ignorespaces Example of the opaque nature of PostScript\ graphics operators}}{12}}
\newlabel{fig:opaque}{{6}{12}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {7}Running around in circles ({\string\ptt\space arc} and {\string\ptt\space arcn})}{12}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {7}{\ignorespaces Using {\string\ptt\space arc} with the current point defined}}{12}}
\newlabel{fig:arccp}{{7}{12}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {8}{\ignorespaces Using {\string\ptt\space arcn} without the current point defined}}{13}}
\newlabel{fig:arcn}{{8}{13}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {8}A word is worth a thousand pictures---setting text}{13}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {9}Moving in with relatives ({\string\ptt\space rmoveto} and {\string\ptt\space rlineto})}{13}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {9}{\ignorespaces Example of using {\string\ptt\space show} to display text}}{14}}
\newlabel{fig:show}{{9}{14}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {10}{\ignorespaces Using {\string\ptt\space rlineto}}}{14}}
\newlabel{fig:rlineto}{{10}{14}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {10}{\string\ptt\space def} awareness---defining stuff and why you should}{14}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {11}Front and center---how to center text}{15}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {11}{\ignorespaces Example of centering text}}{16}}
\newlabel{fig:center}{{11}{16}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {12}Transformers---you control the coordinate system}{16}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {12.1}\string\ptt\space scale}{16}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {12.2}\string\ptt\space translate}{16}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {12}{\ignorespaces Example of rotating text}}{17}}
\newlabel{fig:rot}{{12}{17}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {12.3}\string\ptt\space rotate}{17}}
\@writefile{toc}{\string\contentsline\space {subsection}{\string\numberline\space {12.4}landscape mode}{17}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {13}Saving Massachusetts (or any graphics state)}{17}}
\@writefile{lof}{\string\contentsline\space {figure}{\string\numberline\space {13}{\ignorespaces Using {\string\ptt\space gsave} to save the path}}{18}}
\newlabel{fig:gsave}{{13}{18}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {14}Where to Get More Information}{18}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {15}Acknowledgments}{18}}
\@writefile{toc}{\string\contentsline\space {section}{\string\numberline\space {16}About this document}{19}}
