Re: [NTG-context] balanced vertical spaces under \startcolumnset
Dear Jeong Dal, I use the following functions to control the start and end of columns in a columnset: \setuplayout[grid=yes] \emptylines[...] % see the command \emptylines in ConTeXtgarden \setupcolumnsetstart[...][...][...][...] % see the manual COLUMNS, page 9 \setupcolumnsetlines[...][...][...][...] % see the manual COLUMNS, page 9 %\showgrid % uncomment if you want to see the grid lines and line numbers You find the manual COLUMNS under the heading 'Layout' on https://wiki.contextgarden.net/Manuals. With kind regards, Sytse
Op 20 augustus 2019 om 12:37 schreef Jeong Dal
: Dear all,
I use the following code to make test. To make the same height blank spaces after the problems, I use \vfill before \column. The problem is that the second \column creates extra blank page. But, without the second \column, the height of blank spaces of the second column are different.
Is there a way to make the blank spaces height same while not to create a blank page?
Thank you for reading.
Best regards,
Dalyoung
\usetypescriptfile[type-siz] \usemodule[units] \setupbodyfont[10pt,rm] \definecolumnset [exam] [n=2]
\starttext
\startcolumnset[exam]
\startitemize[n] \item Answer to the questions: \vfill
\item Answer to the questions: \vfill
\column
\item Answer to the questions: \vfill
\item Answer to the questions: \vfill
%\column
\stopitemize \stopcolumnset
\stoptext
participants (1)
-
Sytse Knypstra