ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mkiv update - section problem
       [not found] <mailman.1120.1187641385.2346.ntg-context@ntg.nl>
@ 2007-08-20 22:01 ` Vyatcheslav Yatskovsky
  2007-08-21 16:08   ` Hans Hagen
       [not found]   ` <fe8d59da0708210708i4c78e35fsb7d934eb953c74d7@mail.gmail.com>
  0 siblings, 2 replies; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2007-08-20 22:01 UTC (permalink / raw)
  To: ntg-context-request@ntg.nl

Hello,

After updating I have the following problem. The first section sticks to contents. This effect was not present until update.

%engine=luatex
\starttext
\placecontent

\section{Background}

Bla-bla-bla

Bla-bla-bla

\section{Features Overview}

Bla-bla-bla
\stoptext

Best,
Vatcheslav

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mkiv update - section problem
  2007-08-20 22:01 ` mkiv update - section problem Vyatcheslav Yatskovsky
@ 2007-08-21 16:08   ` Hans Hagen
  2007-08-21 21:14     ` Vyatcheslav Yatskovsky
       [not found]   ` <fe8d59da0708210708i4c78e35fsb7d934eb953c74d7@mail.gmail.com>
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2007-08-21 16:08 UTC (permalink / raw)
  To: Yatskovsky, mailing list for ConTeXt users

Vyatcheslav Yatskovsky wrote:
> Hello,
> 
> After updating I have the following problem. The first section sticks to contents. This effect was not present until update.
> 
> %engine=luatex
> \starttext
> \placecontent
> 
> \section{Background}
> 
> Bla-bla-bla
> 
> Bla-bla-bla
> 
> \section{Features Overview}
> 
> Bla-bla-bla
> \stoptext

seems that the collapser is too eager; you can test this with:

\ctxlua {
	callback.register('vpack_filter',     nil)
	callback.register('buildpage_filter', nil)
}

i fixed it, but this is one of the areas where testing is needed;

next on my agenda is to implement an extended vertical spacing model; 
actually it is already active, but we need a higher level interface, like:

\defineblank[mine][category=1,priority=5,skip=10pt,penalty=10000]

penalty
	largest wins
priority
	highest wins
categories
	discard
	only if larger
	force even if smaller,
	only take penalty component
	add to existing skip

by combining skips and penalties this mechanism provides much more 
control over page breaks

new zips uploaded

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mkiv update - section problem
       [not found]   ` <fe8d59da0708210708i4c78e35fsb7d934eb953c74d7@mail.gmail.com>
@ 2007-08-21 18:18     ` luigi scarso
  0 siblings, 0 replies; 6+ messages in thread
From: luigi scarso @ 2007-08-21 18:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 950 bytes --]

On 8/21/07, luigi scarso <luigi.scarso@gmail.com> wrote:
> On 8/21/07, Vyatcheslav Yatskovsky <yatskovsky@gmail.com> wrote:
> > Hello,
> >
> > After updating I have the following problem. The first section sticks to contents. This effect was not present until update.
Sorry, you are rigtht, I have seen now.
With last *zip things seem good.
This is luaTeX, Version 3.141592-beta-0.11.0-2007082115 (Web2C 7.5.6)
(format=cont-en 2007.8.21)  21 AUG 2007 20:12
**t003.tex
(./t003.tex

ConTeXt  ver: 2007.08.21 17:57 MKIV  fmt: 2007.8.21  int: english/english

-- 
luigi
----------------------------------------------------------------
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net

[-- Attachment #2: t003.jpg --]
[-- Type: image/jpeg, Size: 13705 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: mkiv update - section problem
  2007-08-21 16:08   ` Hans Hagen
@ 2007-08-21 21:14     ` Vyatcheslav Yatskovsky
  0 siblings, 0 replies; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2007-08-21 21:14 UTC (permalink / raw)
  To: ntg-context-request@ntg.nl; +Cc: Hans Hagen

Hello Hans,

Thank you, the latest version seems to works ok. But a little thing -- the interline spacing become slightly greater in the whole document (comparing to xetex and first luatex). I don't think that it is bad, just to let you know. ;)

>> After updating I have the following problem. The first section sticks to contents. This effect was not present until update.

>> %engine=luatex
>> \starttext
>> \placecontent

>> \section{Background}

>> Bla-bla-bla

>> Bla-bla-bla

>> \section{Features Overview}

>> Bla-bla-bla
>> \stoptext

> seems that the collapser is too eager; you can test this with:

> \ctxlua {
>         callback.register('vpack_filter',     nil)
>         callback.register('buildpage_filter', nil)
> }

> i fixed it, but this is one of the areas where testing is needed;

-- 
Best regards,
Vyatcheslav Yatskovsky

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mkiv update - section problem
  2007-08-21 18:33 ` Vyatcheslav Yatskovsky
@ 2007-08-21 20:51   ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2007-08-21 20:51 UTC (permalink / raw)
  To: Yatskovsky, mailing list for ConTeXt users

Vyatcheslav Yatskovsky wrote:
> Hello,
> 
> Thank you all. I will try in a moment.
> 
> A stupid question: should I update both context/current/cont-tmf.zip and 
> context/current/cont-win.zip every time or only the first?
> 

just the tmf

-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: mkiv update - section problem
       [not found] <mailman.1142.1187720336.2346.ntg-context@ntg.nl>
@ 2007-08-21 18:33 ` Vyatcheslav Yatskovsky
  2007-08-21 20:51   ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Vyatcheslav Yatskovsky @ 2007-08-21 18:33 UTC (permalink / raw)
  To: ntg-context-request@ntg.nl

Hello,

Thank you all. I will try in a moment.

A stupid question: should I update both context/current/cont-tmf.zip and 
context/current/cont-win.zip every time or only the first?

-- 
Best regards,
Vyatcheslav Yatskovsky

___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2007-08-21 21:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1120.1187641385.2346.ntg-context@ntg.nl>
2007-08-20 22:01 ` mkiv update - section problem Vyatcheslav Yatskovsky
2007-08-21 16:08   ` Hans Hagen
2007-08-21 21:14     ` Vyatcheslav Yatskovsky
     [not found]   ` <fe8d59da0708210708i4c78e35fsb7d934eb953c74d7@mail.gmail.com>
2007-08-21 18:18     ` luigi scarso
     [not found] <mailman.1142.1187720336.2346.ntg-context@ntg.nl>
2007-08-21 18:33 ` Vyatcheslav Yatskovsky
2007-08-21 20:51   ` Hans Hagen

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