Could't it be done by metapost?

Wolfgang

Hans Hagen schrieb:

Daniel Pittman wrote:

Hints about that, or a native TeX method[1], would be very much
appreciated.  At the moment it is a relatively slow process of manual
trial and error.
this is something tex is pretty good at and it runs as fast as normal

how does your current code look? (the solution depends a bit it); think of something

\doloop{
 \setbox\scratchbox=\vbox
    {the content of the label}
  \ifx\ht\scratchbox>10cm
      \switchtobodyfont[small]   \else
      \unvbox\scratchbox
      \exitloop
  \fi
}

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


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

Reply via email to