ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jeong Dal <haksan@me.com>
To: "list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject: balanced vertical spaces under \startcolumnset
Date: Tue, 20 Aug 2019 19:37:30 +0900	[thread overview]
Message-ID: <B9EDA590-B8C8-4A3D-B4AA-403B9DD05439@me.com> (raw)
In-Reply-To: <mailman.946.1566291784.1208.ntg-context@ntg.nl>

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

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

       reply	other threads:[~2019-08-20 10:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.946.1566291784.1208.ntg-context@ntg.nl>
2019-08-20 10:37 ` Jeong Dal [this message]
     [not found] <mailman.0.1566381601.32557.ntg-context@ntg.nl>
2019-08-21 21:21 ` Sytse Knypstra
     [not found] <mailman.1025.1566465654.1208.ntg-context@ntg.nl>
2019-08-22 13:37 ` Jeong Dal
     [not found] <mailman.0.1566554401.1886.ntg-context@ntg.nl>
2019-08-24 15:36 ` Sytse Knypstra
     [not found] <mailman.1.1566727201.30271.ntg-context@ntg.nl>
2019-08-26 21:54 ` Jeong Dal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B9EDA590-B8C8-4A3D-B4AA-403B9DD05439@me.com \
    --to=haksan@me.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).