Steffen Wolfrum wrote:
Hi,
Each kind of "emphasizing" - like \it \bf \cap \sc etc. -
> lets the respective phrase fall back to the documents
> bodyfont (see example below).

How can I avoid this bug?

not a bug, this is the expected behaviour of \definefont.

Do I use wrong code?

Yes. \definefont defines a single font (hence it's name).

What you actually need is a full-blown bodyfont switch:

  \def\SectionStyle{%
    \switchtobodyfont[rm,20pt]
    \setupinterlinespace[line=30pt]
  }

Greetings, Taco

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to