ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Henri Menke <henrimenke@gmail.com>
To: ntg-context@ntg.nl
Subject: Re: confusing columns balancing results
Date: Fri, 14 Jul 2017 12:05:49 +1200	[thread overview]
Message-ID: <1499990749.11851.21.camel@gmail.com> (raw)
In-Reply-To: <3679490E-A1F5-4658-80B8-7D6F834AD2A0@klankschap.nl>

On Fri, 2017-07-14 at 01:08 +0200, Floris van Manen wrote:
> When i try to use five balanced columns on a landscape page, i get unexpected results.
> 
> 
> \setuppapersize[A4, landscape]
> \setupbodyfont[8pt]
> \language[fr]
> \setupcolumns[
>     n=5, 
>     distance=4mm, 
>     balance=yes, 
>     tolerance=tolerant]
> \setupfootertexts[][]
> \setuplayout[
>     backspace=10mm,
>     width=277mm,
>     height=fit,
>     topspace=10mm,
>     header=0mm,
>     top=0mm,
>     footer=0mm,
>     bottom=0mm]
> \setuppagenumber[state=none]
> \setuppagenumber[state=stop]
> \definelayout[WithoutMarginnotes][
>     location={duplex},
>     grid=no,
>     topspace=1cm,
>     height=19cm,
>     backspace=1cm,
>     cutspace=0cm,
>     leftmargin=0cm,
>     leftmargindistance=0.4cm,
>     width=fit,
>     rightmargindistance=0cm,
>     rightmargin=0cm]
>  \setuplayout[WithoutMarginnotes]
> 
> \setuphead[section][
>     align=normal,
>     style=\tfa\ss,
>     before={\blank},
>     after={\blank[2pt]}]
> 
> 

No problems here with latest beta.  Post a full MWE which reproduces the problem instead of
snippets.


\setuppapersize[A4, landscape]
\setupbodyfont[8pt]
\language[fr]
\setupcolumns[
    n=5, 
    distance=4mm, 
    balance=yes, 
    tolerance=tolerant]
\setupfootertexts[][]
\setuplayout[
    backspace=10mm,
    width=277mm,
    height=fit,
    topspace=10mm,
    header=0mm,
    top=0mm,
    footer=0mm,
    bottom=0mm]
\setuppagenumber[state=none]
\setuppagenumber[state=stop]
\definelayout[WithoutMarginnotes][
    location={duplex},
    grid=no,
    topspace=1cm,
    height=19cm,
    backspace=1cm,
    cutspace=0cm,
    leftmargin=0cm,
    leftmargindistance=0.4cm,
    width=fit,
    rightmargindistance=0cm,
    rightmargin=0cm]
 \setuplayout[WithoutMarginnotes]

\setuphead[section][
    align=normal,
    style=\tfa\ss,
    before={\blank},
    after={\blank[2pt]}]

\starttext

\startcolumns
  \dorecurse{20}{\input knuth }
\stopcolumns

\stoptext


> 
> 
> 
> 
> 
> 
> When using balance=no
> the page is properly typeset
> 
> \setupcolumns[
>     n=5, 
>     distance=4mm, 
>     balance=no, 
>     tolerance=tolerant]
> 
> 
> 
> 
> When using balance=yes
> It looks as if the page orientation became portrait mode, as the text disappears at the bottom of
> the page.
> 
> 
> 
> \setupcolumns[
>     n=5, 
>     distance=4mm, 
>     balance=yes, 
>     tolerance=tolerant]
> 
> 
> 
> 
> 
> 
> 
> Some hints as how to proceed?
> Thanks
> .Floris van Manen
> 
> 
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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:[~2017-07-14  0:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <8DC36222-459D-4562-9B89-8F9F079DFF6D@klankschap.nl>
2017-07-13 23:08 ` Floris van Manen
2017-07-14  0:05   ` Henri Menke [this message]
2017-07-14  7:12     ` Floris van Manen
2017-07-14 15:28     ` Rik Kabel
2017-07-14 16:03       ` Floris van Manen

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=1499990749.11851.21.camel@gmail.com \
    --to=henrimenke@gmail.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).