diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-23 00:23:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-23 00:23:51 +0000 |
commit | a683c3d7e9fac38ec713f23fb6b9d2c7143aea82 (patch) | |
tree | 424ab223921f85fd3f167a4ccd0e2d37d05c2927 /Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl | |
parent | 5beb5368a684995153c8566797ba054f21c666af (diff) |
move english latex doc out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl new file mode 100644 index 00000000000..0bf5fa939e3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-8.inl @@ -0,0 +1,28 @@ +\usepackage {pstcol,multido,pst-node} +\definecolor{lightblue}{rgb}{.68, .85, .9} +\psset{unit=.825cm}\begin{pspicture}(10,8) +\psset{fillstyle=solid,linestyle=none,linewidth=0} +\psframe[fillcolor=lightblue](10,8) +\pscircle[fillcolor=yellow](2,6){.8} % Sun +{% Rays + \psset{linecolor=yellow,linestyle=solid,linewidth=.3} + \degrees[8] + \multido{\i=1+1}{8}{\rput{\i}(2,6){\psline(1,0)(1.5,0)}} +}% +\pspolygon[fillcolor=green](6,0)(10,2)(10,0)% Grass +\psdiamond[fillcolor=red,gangle=-45](8,6)(1.5,2.5)% Kite +\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} +\newcommand{\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} |