On 05/21/2015 09:40 PM, david.boerschl...@juno.com wrote:
> 
> I have the following:
> 
> \setupbodyfontenvironment[default][em=italic,x=9.0pt,xx=8.0pt,a=12.0pt,b=14.0pt,c=16.0pt,d=18.0pt,e=24.0pt,small=8.0pt]

Hi David,

the numeric values for the options are scaling factors.

These are relative sizes to the value set in \setupbodyfont (or 12pt by
default, when none is set).

So dimension units doesn’t make any sense in these options.

Your command should read:

    \setupbodyfontenvironment
        [default]
        [em=italic,
         x=0.9,
         xx=0.8,
         b=1.4,
         c=1.6,
         d=1.8,
         e=2.4,
         small=0.8]

Removed "a" size, since its value isn’t different from the default.

I hope iit helps,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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 via email to