From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86955 Path: news.gmane.org!not-for-mail From: Rik Kabel Newsgroups: gmane.comp.tex.context Subject: Re: Rotating two lines in a table Date: Mon, 07 Apr 2014 18:17:53 -0400 Message-ID: <53432411.8040809@rik.users.panix.com> References: <53431D99.3010203@gmx.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1669325339==" X-Trace: ger.gmane.org 1396909095 4038 80.91.229.3 (7 Apr 2014 22:18:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2014 22:18:15 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 08 00:18:11 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WXHrk-0005uc-NO for gctc-ntg-context-518@m.gmane.org; Tue, 08 Apr 2014 00:18:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 267771020F for ; Tue, 8 Apr 2014 00:18:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 3oXJ2Nr5lT0m for ; Tue, 8 Apr 2014 00:18:08 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 36F7A101E1 for ; Tue, 8 Apr 2014 00:18:05 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7AE8E101E7 for ; Tue, 8 Apr 2014 00:17:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lucbPqKYQTb3 for ; Tue, 8 Apr 2014 00:17:57 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id AE7C3101E1 for ; Tue, 8 Apr 2014 00:17:57 +0200 (CEST) Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s37MHuXD002231 for ; Tue, 8 Apr 2014 00:17:56 +0200 Original-Received: from [192.168.1.164] (pool-173-56-235-45.nycmny.fios.verizon.net [173.56.235.45]) by mailbackend.panix.com (Postfix) with ESMTP id 5E41A2E56A for ; Mon, 7 Apr 2014 18:17:55 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: <53431D99.3010203@gmx.de> X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=166.84.1.89; country=US; region=New York; city=Richmond Hill; latitude=40.7005; longitude=-73.8345; http://maps.google.com/maps?q=40.7005,-73.8345&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NLLahU2x - 8a09dc758f29 - 20140408 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86955 Archived-At: This is a multi-part message in MIME format. --===============1669325339== Content-Type: multipart/alternative; boundary="------------080800020403040101000009" This is a multi-part message in MIME format. --------------080800020403040101000009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable 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=3D90]{first line\crlf second line}}\eTD > \eTR > \eTABLE > \stoptext > > > but instead of: (rotated 90=B0) > first line > second line > > I get: > first linesecond line > > > Help. Please. Perhaps using two cells (one per line) will work: \bTABLE \bTR \bTD[rightframe=3Doff]{\rotate[rotation=3D90]{first line}}= \eTD \bTD[leftframe=3Doff]{\rotate[rotation=3D90]{second line}}= \eTD \bTD{and some text in the next column}\eTD \eTR \eTABLE --=20 Rik --------------080800020403040101000009 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
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
--------------080800020403040101000009-- --===============1669325339== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1669325339==--