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.
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 ___________________________________________________________________________________
participants (2)
-
Henri Menke
-
Thangalin