ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vit Zyka <vit.zyka@seznam.cz>
Subject: Re: alpha version; sorting
Date: Tue, 16 Aug 2005 15:30:17 +0200	[thread overview]
Message-ID: <4301EA69.1080500@seznam.cz> (raw)
In-Reply-To: <42FC5CBC.6010007@seznam.cz>

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

Hi,

I am going back
to sorting thread...

(http://archive.contextgarden.net/message/20050812.082425.f0643027.html)

Do you think, Hans, that sorting will work even if
\enableregime[some-regime]?

It seems that until now if some input char expands to e.g. ccaron, 
sorting rules crashes.

Zipped minimal example is also attached.

vit

------------------------------------
\mainlanguage[cz]
\enableregime[il2]

\readfile{sort-ini}{}{}

\startmode[sortorder-cz]
     \exportsortrule {ccaron}  {c+1}
\stopmode

\starttext
Sorting:
\index{ča}
\index{\v cb}
\index{\ccaron c}

\placeindex[n=3]
\stoptext
------------------------------------

Vit Zyka wrote:
> Hi, I just add the test code for sorting. It demonstrates different 
> behaviour for
> a) \ccaron
> b) \v c
> c) č
> I expected both b) and c) cases expand to \ccaron under il2 regime.
> Or there is some miss in my configuration?
> 
> vit
> 
> Vit Zyka wrote:
> 
>> Hans Hagen wrote:
>>
>>> Hi,
>>>
>>> For those interested in sorting registers ...
>>
>>
>>
>> OK, I am very interesting. Now I set aside some time to help with Cz 
>> part.
>>
>>> ... the alpha release has sort-* files in it.
>>
>>
>>
>> I looked at it. Seems that basic sorting rules can be set by macro, 
>> more difficult by Rubu module, right? Let start with macro.
>>
>> I derrived test file from your example. The only difference is that I 
>> replace \ccaron by č in IL2 and put \enableregime[IL2] to very 
>> beginning. Seems such char is not recognized by sorting rules. What is 
>> wrong?
>>
>> I see there are 4 macros. I guess their meaning:
>>
>> \exportsortrule {zacron}{z+1} ... replaces two lines:
>>   \exportsortexpansion {ccaron}  {cz} ... char to string replacement
>>   \exportsortdivision  {cz}  {ccaron} ... reverse
>>
>> \exportsortreduction{ch}{c} ... second pass replacement ???
>>   if I want 'ch' be sorted between 'h' and 'i' so I do
>>   \exportsortreduction{ch}{h+1} ??
>>
>> vit
>>
>>> For the moment you need to load:
>>>
>>>  \readfile{sort-ini}{}{}
>>>
>>> After that
>>>
>>> mainlanguage[sl]
>>>
>>> \starttext
>>>    test \index {aa1}  test \index {ab1}         test \index {aa2}
>>>    test \index {ab2}  test \index {aa10}        test \index {aa8}
>>>    test \index {aa9}  test \index {aa11}        test \index {aa10}
>>>    test \index {cccc} test \index {\ccaron ccc} test \index {\cacute 
>>> ccc}
>>>    test \index {caaa} test \index {\ccaron aaa} test \index {\cacute 
>>> aaa}
>>>    \placeindex
>>> \stoptext
>>>
>>> will adapt itself to the language. Sort orders are defined in 
>>> sort-lan.tex.
>>> You need to run 'newtexexec' (ruby reimplementation of texexec), 
>>> which uses the texutil module/class instead of the program (faster).
>>> The reimplementation of texutil permits user plugins and such (more 
>>> about that later).
>>>
>>> I need more info on sort order about for instance czech and german 
>>> and ... 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
>>> -----------------------------------------------------------------
>>>
>>> _______________________________________________
>>> ntg-context mailing list
>>> ntg-context@ntg.nl
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>
>>
> 

-- 
=======================================================
Ing. Vít Zýka, Ph.D.                         TYPOkvítek

database publishing              databazove publikovani
data maintaining and typesetting in typographic quality
priprava dat a jejich sazba v typograficke kvalite

tel.: (+420) 777 198 189     www: http://typokvitek.com
=======================================================



[-- Attachment #2: sort-min.zip --]
[-- Type: application/zip, Size: 332 bytes --]

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2005-08-16 13:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-08 20:17 alpha version Hans Hagen
2005-08-09 21:29 ` Vit Zyka
2005-08-12  8:24   ` Vit Zyka
2005-08-16 13:30     ` Vit Zyka [this message]
2005-08-16 15:21       ` Re: alpha version; sorting Hans Hagen
2005-08-17  8:58         ` Vit Zyka

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=4301EA69.1080500@seznam.cz \
    --to=vit.zyka@seznam.cz \
    --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).