Dirar BOUGATEF wrote:
Hi all,

I am working to setup styles in heads with the typeface karat, that i define as follows:

\starttypescript [karat]
 \definetypeface [karat] [ss] [sans] [karat] [default] [encoding=texnansi]
\stoptypescript

Here is my head definition:

\setuphead[part]
          [align=left,
           page=right,
           placehead=yes,
           style=???????,
           before={\hbox{}\vfill},
           after={\vfill},
           command=\MyPart]

Question: what command should i use to define this head to use the karat typeface above as its style ?

...,style={\switchtobodyfont[karat]\bfc},...

or, when no math is used,

\setupbodyfont[karat]

\definefont[MyPartFont][SansBold at 24pt]
\setuphead[part][style=\MyPartFont]

you could also add more faces to:

\starttypescript [karat]
 \definetypeface [gold]  [rm] [serif][gold]  [default] [encoding=texnansi]
 \definetypeface [karat] [ss] [sans] [karat] [default] [encoding=texnansi]
\stoptypescript

and then (say that the body font is rm (gold)), do

\setuphead[part][style=\ss\bfd]

etc etc

hans


----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to