From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/55527 Path: news.gmane.org!not-for-mail From: "Wolfgang Werners-Lucchini" Newsgroups: gmane.comp.tex.context Subject: simple layout Date: Wed, 13 Jan 2010 00:25:34 +0100 Message-ID: <4B4D12FE.1367.239ABD0@wwl.musensturm.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1263338698 9340 80.91.229.12 (12 Jan 2010 23:24:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 23:24:58 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 13 00:24:48 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUq6S-0002nw-Cx for gctc-ntg-context-518@m.gmane.org; Wed, 13 Jan 2010 00:24:48 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2DC76C9BDC; Wed, 13 Jan 2010 00:24:48 +0100 (CET) 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 xqixmb4XMV5p; Wed, 13 Jan 2010 00:24:45 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1A7C1C9BC5; Wed, 13 Jan 2010 00:24:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9FB9AC9BC5 for ; Wed, 13 Jan 2010 00:24:42 +0100 (CET) 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 mWcIzdHeRUS3 for ; Wed, 13 Jan 2010 00:24:28 +0100 (CET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by balder.ntg.nl (Postfix) with ESMTP id 4EEBBC9BBC for ; Wed, 13 Jan 2010 00:24:28 +0100 (CET) Original-Received: from [192.168.178.23] (p4FC79392.dip0.t-ipconnect.de [79.199.147.146]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0M8dCZ-1NrL680Jtr-00wF8A; Wed, 13 Jan 2010 00:24:27 +0100 Priority: normal X-mailer: Pegasus Mail for Windows (4.41, DE v4.41 R1) Content-description: Mail message body X-Provags-ID: V01U2FsdGVkX1+vrTjNYnUuXvWGUyNpahfjW5s0lBAeZV7KLMs XrV9w8UTWdV4PkxIfZ7HGQhw3Yra76FeQLbH7OXE4GiRrwsgbm LhEpachvDklyi9VI/7UXg== X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:55527 Archived-At: Hallo, I need a little help for this simple layout. I am looking for a solution for hours now, but I can not get it work: ---------------------------------------------------------------- \setupcolors[state=start] \starttext \framed[background=color, backgroundcolor=gray]{% \starttable[|lp(.1\textwidth)|lp(.9\textwidth)|] \NC \placefigure[left,high]{none}{\framed[height=1cm]{graphic}} \NC Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts!\crlf Text rechts! \NC\AR % \NC Text rechts! \NC\AR \stoptable} Mehr Text \ldots \stoptext ----------------------------------------------------------------- left: picture (not always the same height) right: text (variable height, sometimes more, sometimes less than on the left) left and right framed (height should be the maximum of left and right height) after that: normal text. Problems: If height(left)>height(right) than height(framed) is not height(left) 'Mehr Text' is not left aligned 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 ___________________________________________________________________________________