diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-29 00:26:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-29 00:26:31 +0000 |
commit | c365d78bfcdeb6493a68e35e852244839c1c9ee4 (patch) | |
tree | d488910550c0a1dacc75509f02d03551d88ed2f4 /Master/texmf-doc/doc/german/latex-tipps-und-tricks/pstrick5.tex | |
parent | 0d5f68998e0af490bbfdeb67a5dada34c034c8b0 (diff) |
doc/french+
git-svn-id: svn://tug.org/texlive/trunk@16 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/german/latex-tipps-und-tricks/pstrick5.tex')
-rw-r--r-- | Master/texmf-doc/doc/german/latex-tipps-und-tricks/pstrick5.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/pstrick5.tex b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/pstrick5.tex new file mode 100644 index 00000000000..574c4f05d82 --- /dev/null +++ b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/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} |