Am 15.07.2011 um 13:33 schrieb Hans Hagen:

> On 15-7-2011 1:00, Andreas Harder wrote:
> 
>> The problematic part was \setupblank[medium]. Would it be possible to make 
>> this setup work also before \start[component | prodoct | text]?
> 
> Well, in that case you need to initialize the bodyfont beforehand. Normally 
> it should sync itself so there must be some interference somewhere.

If I'm getting you right, this should work?

\startbuffer
  \setupbodyfont[modern]
  \setupblank[medium]
  \showframe
\stopbuffer

  \getbuffer % \setupblank[medium] not applied
\starttext
% \getbuffer % \setupblank[medium] applied

  \dorecurse{17}{\dorecurse{35}{test }\par\blank}
\stoptext


Andreas
___________________________________________________________________________________
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