ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Yanrui Li <liyanrui.m2@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: beta release
Date: Mon, 2 Mar 2009 08:50:08 +0800	[thread overview]
Message-ID: <c3f901470903011650g17997801l7fa916f6b16aaa71@mail.gmail.com> (raw)
In-Reply-To: <49AADA82.7080200@wxs.nl>

2009/3/2 Hans Hagen <pragma@wxs.nl>:
> 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 = ... }
>

Thanks for your explanation,  I see.

There are some Chinese punctuations,
such as “," (fullwidth comma), "!" (fullwidth exclamation mark) and so on,
which are considered to be "chinese" but not "full_width_close" by
scrp-cjk.lua.
Is this deliberately doing?

-- 
Best wishes,
Li Yanrui

* Gentoo Linux (~x86)
* LuaTeX (snapshot-0.35.0-2009022702)
* ConTeXt Minimals (2009.02.25 14:43)
___________________________________________________________________________________
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-02  0:50 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
2009-03-02  0:50     ` Yanrui Li [this message]
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=c3f901470903011650g17997801l7fa916f6b16aaa71@mail.gmail.com \
    --to=liyanrui.m2@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).