From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32742 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: rotate a TABLE Date: Sun, 14 Jan 2007 14:08:59 +0100 Message-ID: <6faad9f00701140508t66d829dfj2759afbfb7f12064@mail.gmail.com> References: <20070113102509.GA3419@grohe.our-isp.org> <20070114091453.GA3857@grohe.our-isp.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1168780426 29065 80.91.229.12 (14 Jan 2007 13:13:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Jan 2007 13:13:46 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Jan 14 14:13:43 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1H65B2-000389-6P for gctc-ntg-context-518@m.gmane.org; Sun, 14 Jan 2007 14:13:36 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 666682000A; Sun, 14 Jan 2007 14:09:37 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19001-02; Sun, 14 Jan 2007 14:09:35 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9FC1520009; Sun, 14 Jan 2007 14:05:07 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A1D041FFF9 for ; Sun, 14 Jan 2007 14:05:05 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17634-06-9 for ; Sun, 14 Jan 2007 14:05:01 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by ronja.ntg.nl (Postfix) with ESMTP id 5A9191FF77 for ; Sun, 14 Jan 2007 14:05:01 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id x37so1243606nfc for ; Sun, 14 Jan 2007 05:08:59 -0800 (PST) Original-Received: by 10.49.91.6 with SMTP id t6mr2872826nfl.1168780139390; Sun, 14 Jan 2007 05:08:59 -0800 (PST) Original-Received: by 10.48.209.8 with HTTP; Sun, 14 Jan 2007 05:08:59 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <20070114091453.GA3857@grohe.our-isp.org> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:32742 Archived-At: On 1/14/07, Gerhard Kugler wrote: > On Sat, Jan 13, 2007 at 12:02:43PM +0100, Henning Hraban Ramm wrote: > > > > What's wrong with \rotate{your table} ? > > Thanks Henning. > > But now I still have a problem. The TABLE covers a whole page. This > page should habe a colored background (grey). I get the background, > but shifted. It begins (vertically) a line before the table and ends a > line before the end of the table. > > \startbackground > \rotate[rotation=3D270]{ It helps if you place a '%' at the end, so \rotate[rotation=3D270]{% and similar to the rest of lines which don't end with a command > \setupTABLE[width=3D\textheight, height=3D\textwidth] > \setupTABLE[r][each][height=3D0.13\textwidth] > \setupTABLE[r][1,2][align=3Dlohi, height=3D0.06\textwidth] > \setupTABLE[c][1,2,3,4][width=3D0.15\textheight] > \setupTABLE[c][5][width=3D0.4\textheight] > \bTABLE > \bTABLEhead > \bTR > \bTH[nc=3D5] \midaligned{=DCbung: Einsch=E4tzung der eigenen Erfahrung= : Pr=FCfen, was wirkungsvoll ist} \eTH > \eTR > \eTABLEhead > \switchtobodyfont[small] > \bTABLEbody > \bTR > ..... this \bTR hopefully doesn't end here? > \bTR > \bTD[m=3D5] \eTD > \eTR > \eTABLEbody > \eTABLE > } > \stopbackground It might look like a bug (it depends, if you have "whitespace", then the table will be shifted one line down, I have no idea how the background should look like in such cases), but perhaps something like \setupTABLE[c][each][background=3Dscreen] (or background=3Dcolor,backgroundcolor=3D...) can help you? Mojca