ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* columnset vs columns
@ 2018-12-23  6:59 Thangalin
  2018-12-23  7:12 ` Henri Menke
  0 siblings, 1 reply; 2+ messages in thread
From: Thangalin @ 2018-12-23  6:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Minimal example:

\definepapersize[PaperSize][
  width=400mm,
  height=100mm,
]

\setuppapersize[PaperSize]

\starttext
  \startcolumnset[n=3]
    \dorecurse{3}{\input knuth}
  \stopcolumnset
\stoptext

The old-columnsets module fails with an error. The following works as
expected:

\definepapersize[PaperSize][
  width=400mm,
  height=100mm,
]

\setuppapersize[PaperSize]

\starttext
  \startcolumns[n=3]
    \dorecurse{3}{\input knuth}
  \stopcolumns
\stoptext

Thank you.

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

[-- Attachment #2: bug-01.pdf --]
[-- Type: application/pdf, Size: 10691 bytes --]

[-- Attachment #3: Type: text/plain, Size: 492 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: columnset vs columns
  2018-12-23  6:59 columnset vs columns Thangalin
@ 2018-12-23  7:12 ` Henri Menke
  0 siblings, 0 replies; 2+ messages in thread
From: Henri Menke @ 2018-12-23  7:12 UTC (permalink / raw)
  To: ntg-context



On 23/12/18 7:59 PM, Thangalin wrote:
> Minimal example:
> 
> \definepapersize[PaperSize][
>   width=400mm,
>   height=100mm,
> ]
> 
> \setuppapersize[PaperSize]

\setuplayout[grid=yes]

> 
> \starttext
>   \startcolumnset[n=3]
>     \dorecurse{3}{\input knuth}
>   \stopcolumnset
> \stoptext
> 
> The old-columnsets module fails with an error. The following works as
> expected:
> 
> \definepapersize[PaperSize][
>   width=400mm,
>   height=100mm,
> ]
> 
> \setuppapersize[PaperSize]
> 
> \starttext
>   \startcolumns[n=3]
>     \dorecurse{3}{\input knuth}
>   \stopcolumns
> \stoptext
> 
> Thank you.
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> 

___________________________________________________________________________________
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:[~2018-12-23  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-23  6:59 columnset vs columns Thangalin
2018-12-23  7:12 ` Henri Menke

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).