ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* about \placeindex: uppercase initial and lowercase initial, two languages
       [not found] <mailman.1.1517137201.13647.ntg-context@ntg.nl>
@ 2018-01-28 14:16 ` Jeong Dal
  2018-01-28 17:51   ` Pablo Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Jeong Dal @ 2018-01-28 14:16 UTC (permalink / raw)
  To: list ntg-context@ntg.nl ntg-context@ntg.nl ntg-context@ntg.nl
	ntg-context@ntg.nl

Hi, 

To place the index at the end of the book, I put \placeindex before \stopproduct.
It is compiled well.
But, for the better output, I have two questions about the index.

1. In the output, it distinguished uppercase and lowercase initial.
For example,

S
Squeeze theorem

s
set
simple statements
…

Is there a way to make index combining the lowercase and the uppercase together as follows?

s
set
simple statements
…
Squeeze theorem

2. The index shows the English letters first and the Koren letters follows. 
Although it is OK that English words are shown first, is there a way to make Korean words are shown first since the main language is Korean?

Since I just use “\placeindex”, I don’t give a Minimal sample.

Thank you.

Best regards,

Dalyoung
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: about \placeindex: uppercase initial and lowercase initial, two languages
  2018-01-28 14:16 ` about \placeindex: uppercase initial and lowercase initial, two languages Jeong Dal
@ 2018-01-28 17:51   ` Pablo Rodriguez
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Rodriguez @ 2018-01-28 17:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 01/28/2018 03:16 PM, Jeong Dal wrote:
> Hi, 
> 
> To place the index at the end of the book, I put \placeindex before \stopproduct.
> It is compiled well.
> But, for the better output, I have two questions about the index.
> 
> 1. In the output, it distinguished uppercase and lowercase initial.
> [...] 
> Is there a way to make index combining the lowercase and the uppercase together as follows?
> 
> s
> set
> simple statements
> …
> Squeeze theorem

Hi Jeong,

"method={zm, zc}" is your friend here:

    \setupregister[method={zm, zc}]
    \starttext
    \startTEXpage[offset=2em]
    \index{Squeeze theorem}
    \index{simple statements}
    \index{set}
    \index{sweat}
    \placeindex
    \stopTEXpage
    \stoptext

> 2. The index shows the English letters first and the Koren letters follows. 
> Although it is OK that English words are shown first, is there a way
> to make Korean words are shown first since the main language is Korean?

I wonder whether two different indices would make sense here.

I guess register order is related to the position in any charset you
take. The ASCII characters come before any other range you select (not
only CJK, but Greek or Cyrillic).

Just in case it helps,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-01-28 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1517137201.13647.ntg-context@ntg.nl>
2018-01-28 14:16 ` about \placeindex: uppercase initial and lowercase initial, two languages Jeong Dal
2018-01-28 17:51   ` Pablo Rodriguez

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