Hello Peter,

playing with "grid" option within \setuplayout and \setuphead might help - see:

----
\setuplayout[grid=no]
\setuphead[section][grid=no]

\starttext
  \startsection[title=Space is ok here]
    \input tufte
  \stopsection

  \blank

  \startcolumns[n=2]
    \startsection[title=Too much white-space here]
      \input tufte
    \stopsection

    \setuphead[section]%[after=\vskip-2ex]

    \startsection[title=Space is ok here with workaround]
      \input tufte
    \stopsection
  \stopcolumns
\stoptext
----

Best regards,

Lukas


---------- Původní e-mail ----------

Od: Peter Münster <p...@a16n.net>

Komu: ConTeXt users <ntg-context@ntg.nl>

Datum: 15. 7. 2020 14:57:26

Předmět: [NTG-context] white-space after section-head in columns

Hi,

What is the right way please to get normal white-space after a section in
columns, i.e. not too much?

Example, that shows the problem:

--8<---------------cut here---------------start------------->8---
\starttext
\startsection[title=Space is ok here]
  \input tufte
\stopsection
\startcolumns[n=2]
\startsection[title=Too much white-space here]
  \input tufte
\stopsection
\setuphead[section][after=\vskip-2ex]
\startsection[title=Space is ok here with workaround]
  \input tufte
\stopsection
\stopcolumns
\stoptext
--8<---------------cut here---------------end--------------->8---

TIA,
--
           Peter
___________________________________________________________________________________
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
___________________________________________________________________________________
\setuplayout[grid=no]
\setuphead[section][grid=no]

\starttext
  \startsection[title=Space is ok here]
    \input tufte
  \stopsection

  \blank

  \startcolumns[n=2]
    \startsection[title=Too much white-space here]
      \input tufte
    \stopsection

    \setuphead[section]%[after=\vskip-2ex]

    \startsection[title=Space is ok here with workaround]
      \input tufte
    \stopsection
  \stopcolumns
\stoptext

Attachment: t3.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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 via email to