ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: beta release
Date: Sun, 01 Mar 2009 19:57:06 +0100	[thread overview]
Message-ID: <49AADA82.7080200@wxs.nl> (raw)
In-Reply-To: <c3f901470902272340k736a72dcv3834b5e7c34f556f@mail.gmail.com>

Yanrui Li wrote:
> 2009/2/25 Hans Hagen <pragma@wxs.nl>:
>> Hi,
>>
>> As prelude to LuaTeX 0.40 there is now a beta 0.35. I uploaded a context
>> beta that matches this version. The most important move is that we now have
>> a new math subsystem. (Specially for Mojca: iwona seems to work ok). Apart
>> from bringin unicode math this also gives a better performance. (Some info
>> about what is involved can be found in mk.pdf on the website).
>>
>> There might be ommisions so when you run into one, just let us know.
>>
> 
> Hi,
> 
> Maybe there are some bugs in scrp-ini.lua and scrp-cjk.lua as follows:
> 
> 1. In scrp-ini.lua, some flags of punctuations in the definition of
> "hash" are replaced by
> "chinese" flags, for example:
> 
> local hash = {
>     ... ...
>     [0xFF0C] = "full_width_close", -- ,
>     ... ...
> }
> ... ...
> for i=0x0FF00,0x0FFEF do hash[i] = "chinese" end
> ... ...
> 
> 2. In scrp-cjk.lua, it seems that "insert_node_before" in some break &
> shrink & stretch functions
> should be "insert_node_after", for example:
> 
> local function nobreak_stretch(head,current)
>     insert_node_before(head,current,make_penalty_node(10000))
>     insert_node_before(head,current,make_glue_node(0,inter_char_stretch,0))
> end

we only insert nodes before, so in that case you need to look at another 
combination; so, like

<class_a> [insert] <class_b>

is triggered only once, by the table entry

[class a] = { class_b = ... }

> In addition, I found Chinese punctuations compression in this beta.
> Will these features be provided in future beta?

maybe, once we have decided on a proper reference font



-----------------------------------------------------------------
                                           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
___________________________________________________________________________________

  reply	other threads:[~2009-03-01 18:57 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24 16:09 Hans Hagen
2009-02-24 17:11 ` mkiv ppchtex greek character bug Alan BRASLAU
2009-02-24 17:23   ` Hans Hagen
2009-02-24 17:49     ` Alan BRASLAU
2009-02-24 22:36   ` Hans Hagen
2009-02-24 22:46   ` Hans Hagen
2009-02-24 22:52     ` Hans Hagen
2009-02-25  7:52       ` Alan BRASLAU
2009-02-25  8:23         ` Hans Hagen
2009-02-25 14:45           ` Mojca Miklavec
2009-02-24 18:03 ` beta release Wolfgang Schuster
2009-02-28  3:55 ` Yue Wang
2009-02-28  4:05   ` Yue Wang
2009-03-01 18:53     ` Hans Hagen
2009-03-01 19:02       ` Otared Kavian
2009-03-01 19:53         ` Hans Hagen
2009-03-02  3:57         ` Yue Wang
2009-03-02  3:57           ` Yue Wang
2009-03-02  3:56       ` Yue Wang
2009-03-03  6:44       ` Yue Wang
2009-03-03  8:17         ` Hans Hagen
2009-03-01 17:19   ` Hans Hagen
2009-03-01 17:58     ` Wolfgang Schuster
2009-03-03  6:47       ` Yue Wang
2009-02-28  7:40 ` Yanrui Li
2009-03-01 18:57   ` Hans Hagen [this message]
2009-03-02  0:50     ` Yanrui Li
2009-03-02  8:31       ` Hans Hagen
2009-03-02  9:11         ` Dohyun Kim
2009-03-02 10:02           ` Hans Hagen
2009-03-02 10:17             ` Dohyun Kim
2009-03-02 10:41               ` Hans Hagen

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=49AADA82.7080200@wxs.nl \
    --to=pragma@wxs.nl \
    --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).