Hi Hans,

the new beta appears to modify the behaviour of long headings on
the grid. In the following example the chapter head moves up into
the page header which it did not prior to the update (cf. mkii’s
behaviour):

·································································

\setuppapersize[A5][A5]
\setuplayout[grid=verystrict]

\setupheadertexts[{Blindtext}][{\tfb\bf \pagenumber}]

\setuphead[chapter][
  style=\WORD,
  grid=yes,
]
\starttext

\chapter
 {This is supposed to mimick a rather long chapter title as is
  common in German language environments; shorter titles might not
  look as natural as longer ones}

\dorecurse{5}{\input dawkins\par}

\stoptext \endinput

·································································

Gridless it works ok. I’d just like to know whether this is to be
taken as a bug or as a feature. Thanks a lot,

Philipp





On 2011-07-13 <22:50:42>, Hans Hagen wrote:
> Hi,
> 
> I uploaded a beta:
> 
> - Project structure related files are now dealt with in lua: it's
> mostly compatible but somewhat more strict (proper push and pop). In
> the log file the used structure is summarized.
> 
> - All writing from lua to tex is now under control of the cld
> infrastructure. This means that logging is more complete. The speed
> penalty is neglectable and in some places faster.
> 
> - There are a couple of fixes related to marks.
> 
> - There are a couple of fixes (thanks to Wolfgang, who checks all
> commands as part of the user interface (setups) documentation).
> 
> - In \asciimode, %% now can be used as traditional tex comment
> starter. Also, modules and environments are loaded under the normal
> catcode regime.
> 
> - Typing gets frontstripped with the number of spaces in front of
> \stoptyping so that one can have nicely formatted input like:
> 
> \startitemize
>   \startitem test
> 
>   \starttyping
>   test
>   \stoptyping
> 
>   \stopitem
> \stopitemize
> 
> - Entities in xml mode have a slightly different roundtrip treatment
> now and hopefully Thomas S as well as Hans vd M files still work ok.
> 
> - Unicode math variants (supported by xits) are supported:
> 
> \mathematics {
>   \utfchar{"2229} =
>   \utfchar{"2229}\utfchar{"FE00} =
>   \vsone{\utfchar{"2229}}
> }
> 
> - Defining commands at the lua end now also handles arg only cases
> and has better tracing.
> 
> - Some other other things, like \startlayout[page] ... \stoplayout
> and whatever I forgot.
> 
> Hans
> 
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

Attachment: pgp2r74FN1BGv.pgp
Description: PGP signature

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

Reply via email to