diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/boites')
-rw-r--r-- | Master/texmf-dist/doc/latex/boites/boites_exemples.dvi | bin | 36944 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/boites/boites_exemples.pdf | bin | 0 -> 24392 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps | 32 |
3 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/boites/boites_exemples.dvi b/Master/texmf-dist/doc/latex/boites/boites_exemples.dvi Binary files differdeleted file mode 100644 index 506a2256a0e..00000000000 --- a/Master/texmf-dist/doc/latex/boites/boites_exemples.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/boites/boites_exemples.pdf b/Master/texmf-dist/doc/latex/boites/boites_exemples.pdf Binary files differnew file mode 100644 index 00000000000..e6c42b7189d --- /dev/null +++ b/Master/texmf-dist/doc/latex/boites/boites_exemples.pdf diff --git a/Master/texmf-dist/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps b/Master/texmf-dist/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps new file mode 100644 index 00000000000..f4aef6bbb10 --- /dev/null +++ b/Master/texmf-dist/doc/latex/boites/ligne_qui_ondule_sur_la_gauche.eps @@ -0,0 +1,32 @@ +%!PS-ADOBE-3.0 +%%BoundingBox: 0 0 10 2400 +%%Title: vague.eps +%%Creator: Vincent Zoonekynd +%%CreationDate: June 1998 +%%EndComments + +/vz@Dict 20 dict def vz@Dict begin +/une_vague { + /y exch def /x exch def + gsave + x y moveto + x 4 sub y 2 add lineto + x y 4 add lineto + stroke + grestore +} bind def +/deux_vagues { + gsave + 1 setlinecap + 1 setlinejoin + 2 copy + une_vague + exch 4 add exch une_vague + grestore +} bind def +/do_it { + 0 4 2400 { 5 exch deux_vagues } for +} bind def +end + +vz@Dict begin do_it end
\ No newline at end of file |