9 Feb
2012
9 Feb
'12
4:09 p.m.
On 2012-02-09 Wolfgang Schuster
pack-rul.mkiv:
\def\pack_framed_start_orientation - {\ifcase\p_framed_orientation\else + {\ifcase\p_framed_orientation
Thanks for the quick fix. Why do orientation and rotate produce different results? Example: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \startbuffer [te] \starttext \framed[width=5cm,height=2cm,rulethickness=3pt,align=right]{\tfd Foo} \stoptext \stopbuffer \starttext \startplacefigure [title=Orientation] \externalfigure [te] [orientation=90, frame=on] \stopplacefigure \startplacefigure [title=Rotation] \rotate[rotation=90]{\externalfigure [te]} \stopplacefigure \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Marco