ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* “Case-insensitive” sorting for \placelistofsynonyms?
@ 2014-05-29  8:51 Benjamin Buchmuller
  2014-05-29 23:18 ` Hans Hagen
  2014-06-01 11:16 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: Benjamin Buchmuller @ 2014-05-29  8:51 UTC (permalink / raw)
  To: ntg-context

Hi list,

according to case-insensitive sorting for \placeregister[…][…, method=…], I tried to figure out how to achieve similar results for \placelistofsynonyms (has method-key too). 

I tried this modified minimal example (that originally was proposed by Hans here: http://www.ntg.nl/pipermail/ntg-context/2010/052950.html), but failed:

\setuplayout[topspace=1cm,height=middle]

\setupbodyfont[11pt]

\starttext

\definesynonyms[abbr][abbrs][\unabbr]

\def\Test#1{\vbox{{\bf#1}\blank\placelistofabbrs[criterium=all,language=cz,method={#1}]}\blank}

wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank

\startcolumns[n=2]
     \Test{before} \Test{first} 
	 \Test{default}\Test{after}\Test{last}
\stopcolumns

\page

wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank

\startcolumns[n=3]
     \Test{mc,mm,uc} \Test{mc,zm,uc} \Test{mc,pm,uc}
     \Test{zc,mm,uc} \Test{zc,zm,uc} \Test{zc,pm,uc}
     \Test{pc,mm,uc} \Test{pc,zm,uc} \Test{pc,pm,uc}
\stopcolumns

\page

wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank

\startcolumns[n=3]
     \Test{mm,mc,uc} \Test{zm,mc,uc} \Test{pm,mc,uc}
     \Test{mm,zc,uc} \Test{zm,zc,uc} \Test{pm,zc,uc}
     \Test{mm,pc,uc} \Test{zm,pc,uc} \Test{pm,pc,uc}
\stopcolumns

\page

\dorecurse {2} {
    \page \recurselevel:
         \abbr{oá}{oáz}  \abbr{öb}{öbz}  \abbr{Oč}{Očz}  \abbr{Öď}{Öďz}
         \abbr{oo}{ooz}  \abbr{öo}{öoz}  \abbr{Oo}{Ooz}  \abbr{Öo}{Öoz}
         \abbr{Öq}{Öqz}  \abbr{öř}{öřz}  \abbr{Oš}{Ošz}  \abbr{oů}{oůz}
    done
}

\stoptext

Is there yet another way to modify sorting behaviour?

Many thanks for your help!
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re:  “Case-insensitive” sorting for \placelistofsynonyms?
  2014-05-29  8:51 “Case-insensitive” sorting for \placelistofsynonyms? Benjamin Buchmuller
@ 2014-05-29 23:18 ` Hans Hagen
  2014-06-01 11:16 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2014-05-29 23:18 UTC (permalink / raw)
  To: ntg-context

On 5/29/2014 10:51 AM, Benjamin Buchmuller wrote:
> Hi list,
>
> according to case-insensitive sorting for \placeregister[…][…, method=…], I tried to figure out how to achieve similar results for \placelistofsynonyms (has method-key too).
>
> I tried this modified minimal example (that originally was proposed by Hans here: http://www.ntg.nl/pipermail/ntg-context/2010/052950.html), but failed:
>
> \setuplayout[topspace=1cm,height=middle]
>
> \setupbodyfont[11pt]
>
> \starttext
>
> \definesynonyms[abbr][abbrs][\unabbr]
>
> \def\Test#1{\vbox{{\bf#1}\blank\placelistofabbrs[criterium=all,language=cz,method={#1}]}\blank}
>
> wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank
>
> \startcolumns[n=2]
>       \Test{before} \Test{first}
> 	 \Test{default}\Test{after}\Test{last}
> \stopcolumns
>
> \page
>
> wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank
>
> \startcolumns[n=3]
>       \Test{mc,mm,uc} \Test{mc,zm,uc} \Test{mc,pm,uc}
>       \Test{zc,mm,uc} \Test{zc,zm,uc} \Test{zc,pm,uc}
>       \Test{pc,mm,uc} \Test{pc,zm,uc} \Test{pc,pm,uc}
> \stopcolumns
>
> \page
>
> wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank
>
> \startcolumns[n=3]
>       \Test{mm,mc,uc} \Test{zm,mc,uc} \Test{pm,mc,uc}
>       \Test{mm,zc,uc} \Test{zm,zc,uc} \Test{pm,zc,uc}
>       \Test{mm,pc,uc} \Test{zm,pc,uc} \Test{pm,pc,uc}
> \stopcolumns
>
> \page
>
> \dorecurse {2} {
>      \page \recurselevel:
>           \abbr{oá}{oáz}  \abbr{öb}{öbz}  \abbr{Oč}{Očz}  \abbr{Öď}{Öďz}
>           \abbr{oo}{ooz}  \abbr{öo}{öoz}  \abbr{Oo}{Ooz}  \abbr{Öo}{Öoz}
>           \abbr{Öq}{Öqz}  \abbr{öř}{öřz}  \abbr{Oš}{Ošz}  \abbr{oů}{oůz}
>      done
> }
>
> \stoptext
>
> Is there yet another way to modify sorting behaviour?

i'll have a look at it

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

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

* Re:  “Case-insensitive” sorting for \placelistofsynonyms?
  2014-05-29  8:51 “Case-insensitive” sorting for \placelistofsynonyms? Benjamin Buchmuller
  2014-05-29 23:18 ` Hans Hagen
@ 2014-06-01 11:16 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2014-06-01 11:16 UTC (permalink / raw)
  To: ntg-context

On 5/29/2014 10:51 AM, Benjamin Buchmuller wrote:
> Hi list,
>
> according to case-insensitive sorting for \placeregister[…][…, method=…], I tried to figure out how to achieve similar results for \placelistofsynonyms (has method-key too).
>
> I tried this modified minimal example (that originally was proposed by Hans here: http://www.ntg.nl/pipermail/ntg-context/2010/052950.html), but failed:
>
> \setuplayout[topspace=1cm,height=middle]
>
> \setupbodyfont[11pt]
>
> \starttext
>
> \definesynonyms[abbr][abbrs][\unabbr]
>
> \def\Test#1{\vbox{{\bf#1}\blank\placelistofabbrs[criterium=all,language=cz,method={#1}]}\blank}
>
> wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank
>
> \startcolumns[n=2]
>       \Test{before} \Test{first}
> 	 \Test{default}\Test{after}\Test{last}
> \stopcolumns
>
> \page
>
> wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank
>
> \startcolumns[n=3]
>       \Test{mc,mm,uc} \Test{mc,zm,uc} \Test{mc,pm,uc}
>       \Test{zc,mm,uc} \Test{zc,zm,uc} \Test{zc,pm,uc}
>       \Test{pc,mm,uc} \Test{pc,zm,uc} \Test{pc,pm,uc}
> \stopcolumns
>
> \page
>
> wanted result: oá öb Oč Öď Oo Öo oo öo Öq öř Oš oů \blank
>
> \startcolumns[n=3]
>       \Test{mm,mc,uc} \Test{zm,mc,uc} \Test{pm,mc,uc}
>       \Test{mm,zc,uc} \Test{zm,zc,uc} \Test{pm,zc,uc}
>       \Test{mm,pc,uc} \Test{zm,pc,uc} \Test{pm,pc,uc}
> \stopcolumns
>
> \page
>
> \dorecurse {2} {
>      \page \recurselevel:
>           \abbr{oá}{oáz}  \abbr{öb}{öbz}  \abbr{Oč}{Očz}  \abbr{Öď}{Öďz}
>           \abbr{oo}{ooz}  \abbr{öo}{öoz}  \abbr{Oo}{Ooz}  \abbr{Öo}{Öoz}
>           \abbr{Öq}{Öqz}  \abbr{öř}{öřz}  \abbr{Oš}{Ošz}  \abbr{oů}{oůz}
>      done
> }
>
> \stoptext
>
> Is there yet another way to modify sorting behaviour?

the sortign is ok, the flushing is the problem (took me a while to 
figure that out)

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

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

end of thread, other threads:[~2014-06-01 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-29  8:51 “Case-insensitive” sorting for \placelistofsynonyms? Benjamin Buchmuller
2014-05-29 23:18 ` Hans Hagen
2014-06-01 11:16 ` Hans Hagen

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