Hi, I would like to get the Metapost "Abcd" to be bigger then the TeX "Abcd" (for all Metapost graphics). I thought that the command is \startMPenvironment .. \stopMPenvironment !?!? -------------------------------------------- \startMPenvironment \switchtobodyfont[16pt] \stopMPenvironment \starttext Abcd \startMPcode label.lrt(textext("Abcd"), (0cm,0.5cm)); \stopMPcode \stoptext -------------------------------------------- Patrick
On 4-10-2010 12:41, Patrick Gundlach wrote:
Hi,
I would like to get the Metapost "Abcd" to be bigger then the TeX "Abcd" (for all Metapost graphics). I thought that the command is \startMPenvironment .. \stopMPenvironment !?!?
-------------------------------------------- \startMPenvironment \switchtobodyfont[16pt] \stopMPenvironment \starttext Abcd \startMPcode label.lrt(textext("Abcd"), (0cm,0.5cm));
label.lrt(textext("\tfa Abcd"), (0cm,0.5cm));
\stopMPcode \stoptext --------------------------------------------
Patrick
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Patrick Gundlach