Possible Duplicate:
How can I crop included PDF documents?
I created a pdf file using PSTricks. It appears to occupy an entire page. When I included it in my LaTeX file using \includegraphics, the image occupies an entire page and the figure number is missing.
How can I create a .pdf file smaller than one page and include it in my LaTeX file?
\includegraphicscommand can be used as\includegraphics[width=<width>]. You won't get a 'Figure number', unless you add\caption{<Caption stuff>}. Alternatively, why not create the graphic inside the actual document- you can use\psset{unit=<something>}to scale the image – cmhughes Mar 25 '12 at 16:18