Auteur ou autrice : Vincent Zoonekynd.
Mise en ligne le 9 novembre 2024
En 1999, puis mis à jour en 2001, Vincent Zoonekynd a mis en ligne un fichier MetaPost illustrant différentes utilisations du programme avec plus de 300 exemples. Ces exemples sont disponibles sur le CTAN.
input boxes; beginfig(268); def drawcoloredboxed(expr c)(text t) = forsuffixes a=t: fill bpath a withcolor c; endfor; drawboxed(t); enddef; circleit.a(btex D�but etex); a.c = (0,0); a.dx = a.dy; circleit.b(btex Fin etex); b.c = (2cm,0); b.dx = b.dy; drawcoloredboxed(.5[red,white], a); drawcoloredboxed(.5[blue,white], b); drawarrow a.c {dir 45} .. b.c {dir -45} cutbefore bpath.a cutafter bpath.b; drawarrow b.c {dir -135} .. a.c {dir 135} cutbefore bpath.b cutafter bpath.a; endfig; end.
Mots clés : boxitboxesfilldrawboxedboitezoonekynd
Cet exemple fait partie de la collection d’exemples Exemples de Vincent Zoonekynd.
571.00 B
13.56 KB
43.84 KB