From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/104731 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Oliver von Criegern Newsgroups: gmane.comp.tex.context Subject: Re: Nested Column Layout Date: Tue, 6 Aug 2019 13:01:39 +0200 Message-ID: <3589a777-42e9-cf58-6d3a-3f586e479118@badw-muenchen.de> References: Reply-To: mailing list for ConTeXt users Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4546429685995400913==" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="266618"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 06 13:02:08 2019 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1huxEF-0017E4-MS for gctc-ntg-context-518@m.gmane.org; Tue, 06 Aug 2019 13:02:07 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id CF4C7152FD4; Tue, 6 Aug 2019 13:01:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZTL0kJzXaR8i; Tue, 6 Aug 2019 13:01:42 +0200 (CEST) Original-Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id D3B9D153220; Tue, 6 Aug 2019 13:01:42 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 04E36153219 for ; Tue, 6 Aug 2019 13:01:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 93-NgqbL1XaN for ; Tue, 6 Aug 2019 13:01:40 +0200 (CEST) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=129.187.255.138; helo=postout2.mail.lrz.de; envelope-from=oliver.v.criegern@badw-muenchen.de; receiver= Original-Received: from postout2.mail.lrz.de (postout2.mail.lrz.de [129.187.255.138]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id B970D152FD4 for ; Tue, 6 Aug 2019 13:01:40 +0200 (CEST) Original-Received: from lxmhs52.srv.lrz.de (localhost [127.0.0.1]) by postout2.mail.lrz.de (Postfix) with ESMTP id 462sC81MGjzyW0 for ; Tue, 6 Aug 2019 13:01:40 +0200 (CEST) X-Virus-Scanned: by amavisd-new at lrz.de in lxmhs52.srv.lrz.de Original-Received: from postout2.mail.lrz.de ([127.0.0.1]) by lxmhs52.srv.lrz.de (lxmhs52.srv.lrz.de [127.0.0.1]) (amavisd-new, port 20024) with LMTP id DEKKRNQh5yh1 for ; Tue, 6 Aug 2019 13:01:39 +0200 (CEST) Original-Received: from [IPv6:2001:4ca0:1:0:1488:34d6:8350:3a4] (unknown [IPv6:2001:4ca0:1:0:1488:34d6:8350:3a4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by postout2.mail.lrz.de (Postfix) with ESMTPSA id 462sC74KDNzyVl for ; Tue, 6 Aug 2019 13:01:39 +0200 (CEST) In-Reply-To: Content-Language: en-US X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.26 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" Xref: news.gmane.org gmane.comp.tex.context:104731 Archived-At: This is a multi-part message in MIME format. --===============4546429685995400913== Content-Type: multipart/alternative; boundary="------------3CA0C960D470F5E40BD4803D" Content-Language: en-US This is a multi-part message in MIME format. --------------3CA0C960D470F5E40BD4803D Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hello Walter, seems to me something which could be done using columnsets. (But I didn't use them yet.) See here: https://wiki.contextgarden.net/Columns#Column_Sets And in the manual http://www.pragma-ade.com/general/manuals/columns.pdf see especially the examples on pages 11 and 13-14. Best regards, Oliver. Am 06.08.19 um 00:41 schrieb Walter Mays: > Hello all, > > I am trying to lay out a page that has a 2/3 column split, and then > nest another set of 3 columns inside the larger of the two outer > columns. In case that's not clear, I've attached a PNG that shows > approximately what I would like to achieve. > > Here's what I've tried: > > ``` > \defineparagraphs[TwoThirds][n=2] > \setupparagraphs[TwoThirds][1][width=0.33\textwidth] > > \starttext > > \startTwoThirds > > \input tufte > > \nextTwoThirds > > \input tufte > > \startcolumns[n=3] > \input tufte > \stopcolumns > > \stopTwoThirds > > \stoptext > ``` > > Instead of doing what I described, it made the contents of that inner > column very narrow, but does not split it across columns. The \column > command seems to have no effect. > > Thank you for your help, > > Walter > > ___________________________________________________________________________________ > 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://context.aanhet.net > archive : https://bitbucket.org/phg/context-mirror/commits/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ --------------3CA0C960D470F5E40BD4803D Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

Hello Walter,

seems to me something which could be done using columnsets. (But I didn't use them yet.)

See here:
https://wiki.contextgarden.net/Columns#Column_Sets

And in the manual
http://www.pragma-ade.com/general/manuals/columns.pdf
see especially the examples on pages 11 and 13-14.

Best regards, Oliver.


Am 06.08.19 um 00:41 schrieb Walter Mays:
Hello all,

I am trying to lay out a page that has a 2/3 column split, and then
nest another set of 3 columns inside the larger of the two outer
columns. In case that's not clear, I've attached a PNG that shows
approximately what I would like to achieve.

Here's what I've tried:

```
\defineparagraphs[TwoThirds][n=2]
\setupparagraphs[TwoThirds][1][width=0.33\textwidth]

\starttext

\startTwoThirds

\input tufte

\nextTwoThirds

\input tufte

\startcolumns[n=3]
\input tufte
\stopcolumns

\stopTwoThirds

\stoptext
```

Instead of doing what I described, it made the contents of that inner
column very narrow, but does not split it across columns. The \column
command seems to have no effect.

Thank you for your help,

Walter

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________
--------------3CA0C960D470F5E40BD4803D-- --===============4546429685995400913== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly9jb250ZXh0LmFhbmhldC5uZXQKYXJjaGl2ZSAgOiBodHRwczovL2JpdGJ1Y2tldC5v cmcvcGhnL2NvbnRleHQtbWlycm9yL2NvbW1pdHMvCndpa2kgICAgIDogaHR0cDovL2NvbnRleHRn YXJkZW4ubmV0Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCg== --===============4546429685995400913==--