summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/voss/bsp344.tex
blob: 4489d36d5d17b1ace06d37496ad29f81cbd6072d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{article}

\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{pstricks}

\pagestyle{empty}

\begin{document}

\newsavebox\IBox
\sbox\IBox{\includegraphics{rose}}
\color{red}\fboxsep=0pt
\fbox{%
\begin{pspicture}(\wd\IBox,\ht\IBox)
\rput[lb](0,0){\usebox\IBox}
\rput[rt](\wd\IBox,\ht\IBox){\includegraphics[width=1.5cm]{rose}}
\end{pspicture}}

\end{document}