\documentclass[12pt,dvips]{article}  
\usepackage{graphicx}
\title{\LaTeX{} Exercise: Graphicx Package}
\author{}
\date{\today}
\begin{document}
\maketitle

This is a test of the graphicx postscript graphics package.

Some people have a \rotatebox{25}{slanted view} of the world.

\reflectbox{Is this secret writing or what??} 
 
We can both rotate and adjust the dimensions of the included graphics
by commands in the graphicx package.  Here is an example.
Can you tell whether the width was adjusted before or after the
rotation?    

\begin{figure}
\begin{center}
\includegraphics[angle=30,width=4in]{golfer.ps}
\end{center}
\end{figure}      

\end{document}