Re: [NTG-context] Rotating two lines in a table
Am 10.04.2014 um 12:10 schrieb jahei...@gmx.de: > There is a bug(?) with > > \starttext > \bTABLE > \bTR > \bTD[orientation=90]{first line\crlf second line}\eTD > \bTD{first line\crlf second line}\eTD > \eTR > \eTABLE > \stoptext > > The second cell is partially written over the first cell. > How can I say: Don't do that :-) > ?___ Unrelated to your problem but why do you add braces around the text in the cells? 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 ___
Re: [NTG-context] Rotating two lines in a table
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 ___
Re: [NTG-context] Rotating two lines in a table
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 ___ 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 ___