[pstricks] Re: Newbie question about overlays
Herbert Voss
Herbert.Voss at alumni.TU-Berlin.DE
Mon Oct 4 13:37:28 CEST 2004
> I don't need any sophisticated stuff such as axes or grids as shown in
> the examples on the web page.
thereis no difference in using \psgrid or \rput
Herbert
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{pstricks}
\parindent0pt
\newsavebox{\IBox}
\begin{document}
\centering
\savebox{\IBox}{\includegraphics{/home/voss/Documents/rose}}
%
% ftp://ftp.dante.de/tex-archive/macros/latex/contrib/hvfloat/rose.eps
%
\begin{pspicture}(\wd\IBox,1.5\ht\IBox)%
\rput[lb](0,0){\usebox{\IBox}}%
\rput(1,0.5){\Huge\blue A}%
\rput(0.5\wd\IBox,0.25\ht\IBox){\Huge\red B}%
\rput[rt](\wd\IBox,\ht\IBox){\Huge\green C}%
\end{pspicture}
\end{document}
More information about the PSTricks
mailing list