[metapost] boxit and grouping

L. Nobre G. lnobreg at gmail.com
Thu May 26 15:30:10 CEST 2005


On 5/25/05, Ovidiu Gheorghies <ogh at info.uaic.ro> wrote:
> Hi.
> 
> I try to compile the code
> 
>   boxjoin(a.se=b.nw; a.ne=b.nw);

b.nw can't be a.se and a.ne at the same time.
Probably you wanted to write

boxjoin(a.se=b.sw,a.ne=b.nw);

>   boxit.aaa(btex A etex);
>   boxit.bbb(btex B etex);
>   aaa.nw = (30,30);
>   drawboxed(aaa, bbb);
> 
>    begingroup
>      save aaa, bbb, a, b;

Can one save sufixes (aaa and bbb)?

Greetings
-- 
L. Nobre G. - http://matagalatlante.org

"La idea de escalar en solo integral esta pared de quinientos metros es 
sobrecogedora; internarse en una ruta desconocida sin aseguramiento es
imposible,
no se puede prever nada; es una irresponsabilidad. Si se parte un unico agarre 
o apoyo es suficiente... 
Todo el mundo lo dice: no debe correrse un riesgo de este calibre... 
Pero precisamente lo inimaginable posee el increible estimulo de explorar 
los limites psicologicos e incrementarlos mediante el ejercicio de la voluntad".
                                                                      
                          Much Mayr



More information about the metapost mailing list