ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* loading hyphenation patterns (again)
@ 2018-07-10 15:20 Pablo Rodriguez
  2018-07-10 17:44 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2018-07-10 15:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

sorry for bothering with this again:

    \setuplanguage[agr][patterns={agr, en}]
    \setuplanguage[en][patterns={en, agr}]
    \starttext
    \hyphenatedword{judgmental}
    \agr\hyphenatedword{judgmental}
    \stoptext

I wonder why English cannot have extra hyphenation patterns, while
ancient Greek allows them.

Have I hit a bug or am I missing something?

Sorry for insisting, but I get weird results with column balancing
(registers).

Many thanks for your help,

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] 3+ messages in thread

* Re: loading hyphenation patterns (again)
  2018-07-10 15:20 loading hyphenation patterns (again) Pablo Rodriguez
@ 2018-07-10 17:44 ` Hans Hagen
  2018-07-10 18:02   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2018-07-10 17:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 7/10/2018 5:20 PM, Pablo Rodriguez wrote:
> Dear list,
> 
> sorry for bothering with this again:
> 
>      \setuplanguage[agr][patterns={agr, en}]
>      \setuplanguage[en][patterns={en, agr}]
>      \starttext
>      \hyphenatedword{judgmental}
>      \agr\hyphenatedword{judgmental}
>      \stoptext
> 
> I wonder why English cannot have extra hyphenation patterns, while
> ancient Greek allows them.
> 
> Have I hit a bug or am I missing something?
> 
> Sorry for insisting, but I get weird results with column balancing
> (registers).
there are no patterns 'en', just 'us' and 'uk'

\enabletrackers[language*]

\setuplanguage[en] [patterns={us,agr}]
\setuplanguage[agr][patterns={us,agr}]
\setuplanguage[nl] [patterns={nl,agr}]
\setuplanguage[de] [patterns={de,agr}]

\starttext
     \en  \hyphenatedword{judgmental}
     \agr \hyphenatedword{judgmental}
     \nl  \hyphenatedword{judgmental}
     \de  \hyphenatedword{judgmental}

     \usemodule[languages-hyphenation]

     \startcomparepatterns[en,nl,de]
         judgmental
     \stopcomparepatterns

\stoptext




-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: loading hyphenation patterns (again)
  2018-07-10 17:44 ` Hans Hagen
@ 2018-07-10 18:02   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2018-07-10 18:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 07/10/2018 07:44 PM, Hans Hagen wrote:
> On 7/10/2018 5:20 PM, Pablo Rodriguez wrote:
>> [...]
>> I wonder why English cannot have extra hyphenation patterns, while
>> ancient Greek allows them.
>
> there are no patterns 'en', just 'us' and 'uk'

Many thanks for your reply, Hans.

I just took for granted that "en" patterns would be the "us" ones (such
as with the language commands).

Sorry for the noise,

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] 3+ messages in thread

end of thread, other threads:[~2018-07-10 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-10 15:20 loading hyphenation patterns (again) Pablo Rodriguez
2018-07-10 17:44 ` Hans Hagen
2018-07-10 18:02   ` 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).