Am 24.05.22 um 20:43 schrieb T. Kurt Bond via ntg-context:
Given the following file that uses definecolumnset and
startcolumnset/stopcolumnset (largely from the wiki
<https://wiki.contextgarden.net/Command/definecolumnset>) for input:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setuppapersize[letter]
\definecolumnset[TwoColumns][n=2]
\startcolumnset [TwoColumns]
\title{Test page}
\framed
[frame=off,
bottomframe=on,
width=\textwidth,
frameoffset=1mm,
foregroundstyle=small,
]{\copyright\ \date[][year] Donald E. Knuth}
\input knuth
\stopcolumnset
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
That’s not a minimal example, but it works for me (even if the text
starts only on the second page):
\definecolumnset[TwoColumns][n=2]
\starttext
\startcolumnset [TwoColumns]
\title{Test page}
\framed
[frame=off,
bottomframe=on,
width=\textwidth,
frameoffset=1mm,
foregroundstyle=small,
]{\copyright\ \date[][year] Donald E. Knuth}
\samplefile{knuth}
\stopcolumnset
\stoptext
Hraban
___________________________________________________________________________________
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
___________________________________________________________________________________