On 4/7/2014 11:50 PM, Jan Heinen wrote:
I am searching since several days  now .... tomorow y need a solution :-(

I want to rotate two lines with:

\starttext
    \bTABLE
       \bTR
           \bTD{\rotate[rotation=90]{first line\crlf second line}}\eTD
       \eTR
    \eTABLE
\stoptext


but instead of: (rotated 90°)
    first line
    second line

I get:
    first linesecond line

somehow a single cell doesn't work out well but i have no time not to look into that (one has to force the table builder into multiple passes)

\starttext
   \bTABLE
      \bTR
          \bTD[orientation=90]first line\crlf second line\eTD
      \eTR
      \bTR
          \bTD first line\crlf second line\eTD
      \eTR
   \eTABLE
   \blank
   \bTABLE
      \bTR
          \bTD first line\crlf second line\eTD
      \eTR
      \bTR
          \bTD[orientation=90]first line\crlf second line\eTD
      \eTR
   \eTABLE
   \blank
   \bTABLE
      \bTR
          \bTD[orientation=90]first line\crlf second line\eTD
      \eTR
   \eTABLE
\stoptext

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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