ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Columns page-break problem
@ 2007-01-14 21:51 Michal Kvasnicka
  2007-01-14 22:03 ` Sanjoy Mahajan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michal Kvasnicka @ 2007-01-14 21:51 UTC (permalink / raw)


Good morning.

I've just installed new ConTeXt (ver. 2006.08.08 21:51), and use perl
TeXExec (ver. 5.4.3). Now my old macros using the columns environment
have stopped working properly. Even when I type (n being a number)

    \startcolumns
    \dorcurse{n}{\input tufte}
    \stopcolumns
    a

the page is broken after the \stopcolumns sometimes even when only 50-80
% of the page is filled ("a" is in the next page). In my previous
installations (I haven't upgraded for a long time) it worked perfect.

What's wrong? Was something changed? Haven't I installed the ConTeXt
properly? What should I do?
Your sincerely
Michal Kvasnicka

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Columns page-break problem
  2007-01-14 21:51 Columns page-break problem Michal Kvasnicka
@ 2007-01-14 22:03 ` Sanjoy Mahajan
  2007-01-14 22:27 ` Michal Kvasnicka
  2007-01-14 23:55 ` Sanjoy Mahajan
  2 siblings, 0 replies; 8+ messages in thread
From: Sanjoy Mahajan @ 2007-01-14 22:03 UTC (permalink / raw)


> What's wrong? Was something changed? Haven't I installed the ConTeXt
> properly? 

I don't think you have.  See my response in the "texexec ruby problem"
thread.

-Sanjoy

`Not all those who wander are lost.' (J.R.R. Tolkien)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Columns page-break problem
  2007-01-14 21:51 Columns page-break problem Michal Kvasnicka
  2007-01-14 22:03 ` Sanjoy Mahajan
@ 2007-01-14 22:27 ` Michal Kvasnicka
  2007-01-14 23:55 ` Sanjoy Mahajan
  2 siblings, 0 replies; 8+ messages in thread
From: Michal Kvasnicka @ 2007-01-14 22:27 UTC (permalink / raw)


BTW, I've replaced my ConTeXt with the newest one (ConTeXt  ver:
2007.01.12 15:56 MKII), and the outcome is the same.
M.K.


Michal Kvasnicka napsal(a):
> Good morning.
>
> I've just installed new ConTeXt (ver. 2006.08.08 21:51), and use perl
> TeXExec (ver. 5.4.3). Now my old macros using the columns environment
> have stopped working properly. Even when I type (n being a number)
>
>     \startcolumns
>     \dorcurse{n}{\input tufte}
>     \stopcolumns
>     a
>
> the page is broken after the \stopcolumns sometimes even when only 50-80
> % of the page is filled ("a" is in the next page). In my previous
> installations (I haven't upgraded for a long time) it worked perfect.
>
> What's wrong? Was something changed? Haven't I installed the ConTeXt
> properly? What should I do?
> Your sincerely
> Michal Kvasnicka
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Columns page-break problem
  2007-01-14 21:51 Columns page-break problem Michal Kvasnicka
  2007-01-14 22:03 ` Sanjoy Mahajan
  2007-01-14 22:27 ` Michal Kvasnicka
@ 2007-01-14 23:55 ` Sanjoy Mahajan
  2007-01-16  9:14   ` Columns page-break problem -- mini example Michal Kvasnicka
  2 siblings, 1 reply; 8+ messages in thread
From: Sanjoy Mahajan @ 2007-01-14 23:55 UTC (permalink / raw)


Probably worth sending a complete minimal example, and then someone
who knows about columns might be able to help.  

I don't know anything about them, but I tried the example below using
the latest context.  The last page (page 22) looks a bit strange: two
lines in one column, one line in the third column.  But I don't see a
better solution to the layout problem.  The 'a' is on the final page
too, so there was no page spurious break.

\starttext
\startcolumns
\dorecurse{100}{\input tufte}
\stopcolumns
a
\stoptext

-Sanjoy

`Not all those who wander are lost.' (J.R.R. Tolkien)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Columns page-break problem -- mini example
  2007-01-16  9:14   ` Columns page-break problem -- mini example Michal Kvasnicka
@ 2007-01-16  9:01     ` Taco Hoekwater
  2007-01-16  9:48       ` Michal Kvasnicka
  0 siblings, 1 reply; 8+ messages in thread
From: Taco Hoekwater @ 2007-01-16  9:01 UTC (permalink / raw)



Hi Michal,

Michal Kvasnicka wrote:
> Can you please try to replicate this mini example:
>  
>  ...

> In my case there is a big hole on the page 2 (after the first
> \stopcolumns). Even the letter "a" goes to the next page, page 3.


Verified. \stopcolumns seems to generate a pagebreak when the
combined length of the text in all the typeset columns would
be longer than half of the page height. Can you make a bug report?

Best, Taco

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Columns page-break problem -- mini example
  2007-01-14 23:55 ` Sanjoy Mahajan
@ 2007-01-16  9:14   ` Michal Kvasnicka
  2007-01-16  9:01     ` Taco Hoekwater
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Kvasnicka @ 2007-01-16  9:14 UTC (permalink / raw)


Can you please try to replicate this mini example:

\setupoutput[pdf]
\setuppapersize[A5][A5]

\starttext

\startcolumns
  \dorecurse{4}{\input tufte\par}
\stopcolumns
a

\startcolumns
  \dorecurse{5}{\input tufte\par}
\stopcolumns

\stoptext

In my case there is a big hole on the page 2 (after the first
\stopcolumns). Even the letter "a" goes to the next page, page 3.

I use perl TeXExec 5.4.3, ConTeXt  ver: 2007.01.12 15:56 MKII, pdfeTeX,
Version 3.141592-1.21a-2.2 (Web2C 7.5.4) with teTeX tetex-3.0-37 under
SuSE Linux 10.1.

Many thanks
Michal Kvasnicka

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Columns page-break problem -- mini example
  2007-01-16  9:01     ` Taco Hoekwater
@ 2007-01-16  9:48       ` Michal Kvasnicka
  2007-01-16 10:16         ` Aditya Mahajan
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Kvasnicka @ 2007-01-16  9:48 UTC (permalink / raw)


Many thanks for your help. I'll do what I can to help Mr. Hagen to
improve ConTeXt. Just tell me please how can I make the bug report.

Michal Kvasnicka
> Verified. \stopcolumns seems to generate a pagebreak when the
> combined length of the text in all the typeset columns would
> be longer than half of the page height. Can you make a bug report?
>
> Best, Taco
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Columns page-break problem -- mini example
  2007-01-16  9:48       ` Michal Kvasnicka
@ 2007-01-16 10:16         ` Aditya Mahajan
  0 siblings, 0 replies; 8+ messages in thread
From: Aditya Mahajan @ 2007-01-16 10:16 UTC (permalink / raw)


On Tue, 16 Jan 2007, Michal Kvasnicka wrote:

> Many thanks for your help. I'll do what I can to help Mr. Hagen to
> improve ConTeXt. Just tell me please how can I make the bug report.
>

Add your minimal example here

https://foundry.supelec.fr/tracker/?atid=161&group_id=21

Aditya

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-01-16 10:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-14 21:51 Columns page-break problem Michal Kvasnicka
2007-01-14 22:03 ` Sanjoy Mahajan
2007-01-14 22:27 ` Michal Kvasnicka
2007-01-14 23:55 ` Sanjoy Mahajan
2007-01-16  9:14   ` Columns page-break problem -- mini example Michal Kvasnicka
2007-01-16  9:01     ` Taco Hoekwater
2007-01-16  9:48       ` Michal Kvasnicka
2007-01-16 10:16         ` Aditya Mahajan

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).