From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/examples/ltt/pstrick5.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 info/examples/ltt/pstrick5.tex (limited to 'info/examples/ltt/pstrick5.tex') diff --git a/info/examples/ltt/pstrick5.tex b/info/examples/ltt/pstrick5.tex new file mode 100644 index 0000000000..62e12d187f --- /dev/null +++ b/info/examples/ltt/pstrick5.tex @@ -0,0 +1,15 @@ +\documentclass[a4paper,12pt]{report} +\usepackage{graphicx,color} +\usepackage{german,pstricks} +\begin{document} + +\psset{unit=5mm}\begin{pspicture}(18,11) +\rput[bl](0,0){\includegraphics{pse.eps}} +\psline{->}(0.5,9.5)(0.5,7.2)\rput[l](0,10){Alkalimetalle} +\psline{->}(2,8)(1.5,6.2)\rput[l](2,8.5){Erdalkalimetalle} +\psline{->}(14,7)(15.5,6.2)\rput(14,7.2){Chalkogene} +\rput{15}(7.5,2.5){\psframebox*{Nebengruppen}} +{\color{white}\rput{45}(15,3.5){{Hauptgruppen}}} +\end{pspicture} + +\end{document} -- cgit v1.2.3