summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pstricks/voss/bsp344.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/voss/bsp344.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pstricks/voss/bsp344.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/voss/bsp344.tex b/Master/texmf-dist/doc/generic/pstricks/voss/bsp344.tex
new file mode 100644
index 00000000000..4489d36d5d1
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pstricks/voss/bsp344.tex
@@ -0,0 +1,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} \ No newline at end of file