All, The attached Metapost file uses the statsmac package by Anthony Phan. http://www-math.univ-poitiers.fr/~phan/statsmac.html And the package: mps.tar.gz To compile the attached file I use: mpost Untitled.mp mptopdf Untitled.1 I've attached the resulting file. I am wondering why the "cm" label is set in a larger font than the ticklabels. Can anyone help? David.
David Arnold wrote:
All,
The attached Metapost file uses the statsmac package by Anthony Phan.
http://www-math.univ-poitiers.fr/~phan/statsmac.html
And the package:
mps.tar.gz http://www-math.univ-poitiers.fr/~phan/downloads/metapost/mps.tar.gz
To compile the attached file I use:
mpost Untitled.mp mptopdf Untitled.1
I've attached the resulting file. I am wondering why the "cm" label is set in a larger font than the ticklabels. Can anyone help?
The tick labels are typeset by metapost itself, but the "cm" is typeset externally (by ConTeXt, if you run the garden distribution). Metapost is probably using 10pt while ConTeXt uses its default 12pt. verbatimtex \setupbodyfont[10pt] etex or something similar is needed at the top of the file. Best wishes, Taco
Taco, Thanks. D. On Jan 1, 2010, at 12:26 AM, Taco Hoekwater wrote:
David Arnold wrote:
All, The attached Metapost file uses the statsmac package by Anthony Phan. http://www-math.univ-poitiers.fr/~phan/statsmac.html And the package: mps.tar.gz http://www-math.univ-poitiers.fr/~phan/downloads/metapost/mps.tar.gz To compile the attached file I use: mpost Untitled.mp mptopdf Untitled.1 I've attached the resulting file. I am wondering why the "cm" label is set in a larger font than the ticklabels. Can anyone help?
The tick labels are typeset by metapost itself, but the "cm" is typeset externally (by ConTeXt, if you run the garden distribution). Metapost is probably using 10pt while ConTeXt uses its default 12pt.
verbatimtex \setupbodyfont[10pt] etex
or something similar is needed at the top of the file.
Best wishes, Taco
___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (2)
-
David Arnold
-
Taco Hoekwater