Am 01.10.2010 um 17:41 schrieb Mojca Miklavec:

> Dear list,
> 
> First one question: what is the MKIV-way of doing something like
> 
> \startbuffer[a]
> % set text width for formula somehow
> \startformula\startalign
> \NC a \NC = b \NR
> \stopalign\stopformula
> \stopbuffer
> 
> \framed{\rotate[rotation=90]{\externalfigure[\jobname-a.tmp]}}
> 
> possibly adjusting width of formula to actual width (even if that is
> done manually)?


Something like this?

\startbuffer[a]
\startTEXpage[width=\textheight]
\startformula\startalign
\NC a \NC = b \NR
\stopalign\stopformula
\stopTEXpage
\stopbuffer

\starttext
\framed{\rotate[rotation=90]{\getbuffer[a]}}
\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
___________________________________________________________________________________

Reply via email to