ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Metapost Font Question
Date: Fri, 01 Jan 2010 09:26:09 +0100	[thread overview]
Message-ID: <4B3DB1A1.3050806@elvenkind.com> (raw)
In-Reply-To: <210F4D29-41A7-4656-B99B-A5E3D44B35BC@suddenlink.net>

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
___________________________________________________________________________________


  reply	other threads:[~2010-01-01  8:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-31 20:24 David Arnold
2010-01-01  8:26 ` Taco Hoekwater [this message]
2010-01-01 18:03   ` David Arnold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B3DB1A1.3050806@elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).