Rotating two lines in a table
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 Help. Please. -- *Dr. Jörg Kopp* Am Pützberg 2 51674 Wiehl Tel.: 02262/751086 eMail: info@dr-kopp.com mailto:info@dr-kopp.com Internet: www.dr-kopp.com
On 2014-04-07 17:50, 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
Help. Please.
Perhaps using two cells (one per line) will work: \bTABLE \bTR \bTD[rightframe=off]{\rotate[rotation=90]{first line}}\eTD \bTD[leftframe=off]{\rotate[rotation=90]{second line}}\eTD \bTD{and some text in the next column}\eTD \eTR \eTABLE -- Rik
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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Jan Heinen
-
Rik Kabel