ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Nested Column Layout
@ 2019-08-05 22:41 Walter Mays
  2019-08-06 11:01 ` Oliver von Criegern
  0 siblings, 1 reply; 2+ messages in thread
From: Walter Mays @ 2019-08-05 22:41 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 730 bytes --]

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

[-- Attachment #2: reslayout.png --]
[-- Type: image/png, Size: 7519 bytes --]

[-- Attachment #3: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Nested Column Layout
  2019-08-05 22:41 Nested Column Layout Walter Mays
@ 2019-08-06 11:01 ` Oliver von Criegern
  0 siblings, 0 replies; 2+ messages in thread
From: Oliver von Criegern @ 2019-08-06 11:01 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1662 bytes --]

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
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 2855 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-06 11:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-05 22:41 Nested Column Layout Walter Mays
2019-08-06 11:01 ` Oliver von Criegern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).