Am 24.08.2014 um 16:14 schrieb john Culleton :
> How do I combine simplefonts and font protrusion
> using a font family like Minion for the main font
> and Myriad for the sans? I have both texlive 2014
> and stand alone context dated about June 8. I can
> use either.
\definefontfamily [john] [rm] [Minion Pro] [features={default,quality}]
\definefontfamily [john] [ss] [Myriad Pro] [features={default,quality}]
\definefontfamily [john] [mm] [Latin Modern Math]
\setupbodyfont[john]
\setupalign[hanging]
\showframe[text][text]
\starttext
\input tufte
\ss\input tufte
\stoptext
Wolfgang
___
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
___