From a683c3d7e9fac38ec713f23fb6b9d2c7143aea82 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 23 May 2009 00:23:51 +0000 Subject: move english latex doc out of texmf-doc git-svn-id: svn://tug.org/texlive/trunk@13412 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/latex-graphics-companion/12-0-10.ltx | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx') diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx new file mode 100644 index 00000000000..7d0aa6ea788 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/12-0-10.ltx @@ -0,0 +1,46 @@ +\documentclass{ppex} +\nonstopmode +\usepackage {pstall} +\pagestyle{empty} + +\begin{document} +\ResetPreambleCommands +\ReadyForTheFray +\usepackage {pstall} +\definecolor{pink}{rgb}{1, .75, .8} +\definecolor{wheat}{rgb}{.96, .87, .7} +\definecolor{lightblue}{rgb}{.68, .85, .9} +\definecolor{brown}{rgb}{.65, .16, .16} +\definecolor{palegreen}{rgb}{.6, .98, .6} +\definecolor{white}{rgb}{1, 1, 1 } +\begin{pspicture}(10,8) +\psset{fillstyle=solid,linestyle=none,linewidth=0} +\psframe[fillcolor=lightblue](10,8) +% sun +\pscircle[fillcolor=yellow](2,6){.8} +% rays +\bgroup +\psset{linecolor=yellow,linestyle=solid,linewidth=.3} +\degrees[8] +\multido{\i=1+1}{8}{\rput{\i}(2,6){\psline(1,0)(1.5,0)}} +\egroup +% grass +\pspolygon[fillcolor=green](6,0)(10,2)(10,0) +% kite +\psdiamond[fillcolor=red,gangle=-45](8,6)(1.5,2.5) +\rput{45}(8,6){\pnode(-2.5,0){Kitetail}} +\rput{-10}(.8,1.5){\psdiamond[fillcolor=yellow](.6,.1)(.6,.3)} +\rput{-80}(.8,1.5){\psdiamond[fillcolor=yellow](.6,.1)(.6,.3)} +\pnode(.8,1.5){Tailend} +\nccurve[fillstyle=none,angleA=270,angleB=125,ncurvB=.9,ncurvA=1.4, + linestyle=dotted,dotstyle=square,linewidth=.25]{Kitetail}{Tailend} +\def\bunting{\pstriangle(.35,.35)} +\psset{fillcolor=red,labelsep=.01} +\naput[nrot=115,npos=.15]{\bunting} +\nbput[nrot=25,npos=.15]{\bunting} +\naput[nrot=75,npos=.4]{\bunting} +\nbput[nrot=115,npos=.4]{\bunting} +\naput[nrot=115,npos=.7]{\bunting} +\nbput[nrot=25,npos=.7]{\bunting} +\end{pspicture} +\end{document} -- cgit v1.2.3