diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:03:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:03:17 +0000 |
commit | ecf966f305f6aeff2bbdf42c82d8425921aa9eda (patch) | |
tree | db606a57e3619610e4c35cae849d41cf4e0937d5 /Master/texmf-dist/source/latex/boites | |
parent | ac3c55a3216b5988f0e48ba9414ddb059f19a699 (diff) |
source 1
git-svn-id: svn://tug.org/texlive/trunk@105 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/boites')
-rw-r--r-- | Master/texmf-dist/source/latex/boites/Makefile | 10 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/boites/ligne_qui_ondule_sur_la_gauche.eps | 32 |
2 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/boites/Makefile b/Master/texmf-dist/source/latex/boites/Makefile new file mode 100644 index 00000000000..dace93059c1 --- /dev/null +++ b/Master/texmf-dist/source/latex/boites/Makefile @@ -0,0 +1,10 @@ +LATEX = latex --interaction=nonstopmode +EXAMPLES = boites_examples +DVIPS = dvips + +all: + $(LATEX) $(EXAMPLES).tex + $(DVIPS) -o $(EXAMPLES).ps $(EXAMPLES).dvi + +clean: + rm -f *.dvi *.ps *.aux *.log *\~
\ No newline at end of file diff --git a/Master/texmf-dist/source/latex/boites/ligne_qui_ondule_sur_la_gauche.eps b/Master/texmf-dist/source/latex/boites/ligne_qui_ondule_sur_la_gauche.eps new file mode 100644 index 00000000000..f4aef6bbb10 --- /dev/null +++ b/Master/texmf-dist/source/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 |