diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-07 22:45:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-07 22:45:20 +0000 |
commit | 33066250d10f280ee380a4eb2becfe03fcc3a6f8 (patch) | |
tree | 7c97cd825e5a7248fa7618043f38c1e7c3843a8e /Master/texmf-dist/doc/metapost/featpost/example/planescava.mp | |
parent | 913d5634756f5af369b18da0baf14b1ecc2299ef (diff) |
featpost (7feb12)
git-svn-id: svn://tug.org/texlive/trunk@25331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/example/planescava.mp')
-rw-r--r-- | Master/texmf-dist/doc/metapost/featpost/example/planescava.mp | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/example/planescava.mp b/Master/texmf-dist/doc/metapost/featpost/example/planescava.mp deleted file mode 100644 index b9674a2466e..00000000000 --- a/Master/texmf-dist/doc/metapost/featpost/example/planescava.mp +++ /dev/null @@ -1,63 +0,0 @@ -% planescava.mp -% L. Nobre G. -% Y2K -% Test one figure at a time. The last and biggest planification is here. - -input featpost3Dplus2D; - -% verbatimtex \documentclass{article} \usepackage{beton} \usepackage{concmath} \usepackage{ccfonts} \begin{document} etex - -% truefyepsmode; - -beginfig(1); % plnescava - makearestarefathree; - pair px[]y[], startpos; - numeric aresta, i, j; - aresta = arestaref; - startpos = origin; - for i=0 upto 5: - for j=0 upto 6: - px[i]y[j] := startpos+aresta*(i*right+j*dir(60)); - endfor; - endfor; - pickup grossa; - draw px5y2--px5y1--px4y1--px5y0--px3y0--px2y1--px2y2--px1y2--px0y3 - --px0y6--px1y6--px2y5--px2y6--px4y6--px5y5; - pickup fina; - draw px0y6--px1y4--px3y3--px4y4--px3y6; - draw px0y3--px1y4--px3y3--px4y1--px3y0; - draw px2y2--px1y3; - draw px2y2--px2y3; - draw px2y2--px3y2; - draw px2y2--px3y1; - draw px2y5--px1y5; - draw px2y5--px2y4; - draw px2y5--px3y4; - draw px2y5--px3y5; - draw px5y2--px4y2; - draw px5y2--px4y3; - draw px5y2--px5y3; - draw px5y5--px4y5; - draw px4y4--((px5y3+px5y4)/2); - pickup usual; - draw px4y0--px4y6; - draw px3y0--px3y6; - draw px1y2--px1y6; - draw px2y1--px4y1--px0y5; - draw px0y3--px5y3--px2y6; - draw px0y4--px5y4--px3y6; - draw px0y6--px5y1; - draw currentpicture rotatedaround((px5y3+px5y4)/2,180); - desvec((px5y3+px5y4)/2); - terminar( 0.9, 60 ); -endfig; - - -% verbatimtex \end{document} etex - -end; - - - - - |