ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \hyphenation command in TL 16
@ 2017-04-13 19:37 Florian Grammel
  2017-04-13 20:10 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Grammel @ 2017-04-13 19:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

The \hyphenation{}-command is ignored in the texlive 2016 version (ver: 2016.05.17 19:20 MKIV). This has obviously been fixed since, as it works in the standalone.

For other reasons I’d prefer to keep working with the TL16-version -- is it possible to patch the hyphenation easily in TL 16?

Thanks in advance!
Best,
Florian.


____________________________________________

Florian Grammel

Copenhagen, Denmark

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

* Re: \hyphenation command in TL 16
  2017-04-13 19:37 \hyphenation command in TL 16 Florian Grammel
@ 2017-04-13 20:10 ` Hans Hagen
  2017-04-13 23:20   ` Florian Grammel
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2017-04-13 20:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/13/2017 9:37 PM, Florian Grammel wrote:
> The \hyphenation{}-command is ignored in the texlive 2016 version (ver: 2016.05.17 19:20 MKIV). This has obviously been fixed since, as it works in the standalone.
>
> For other reasons I’d prefer to keep working with the TL16-version -- is it possible to patch the hyphenation easily in TL 16?

unlikely

Hans


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

* Re: \hyphenation command in TL 16
  2017-04-13 20:10 ` Hans Hagen
@ 2017-04-13 23:20   ` Florian Grammel
  2017-04-16 14:30     ` Florian Grammel
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Grammel @ 2017-04-13 23:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1830 bytes --]

ok, thanks;
so I’ll need to get some things to work in the standalone then…

For one ver: 2017.04.08 12:00 doesn’t seem to hyphenate in \WORDS
Please compare

\setuphead[section][style={\WORDS}]
\section{this is bit of a problem problem problem problem problem problem problem problems}

on the standalone (last word in the margin) to TL16 (properly hyphenated)

Can this be fixed?

Best
Florian.

> Den 13. apr. 2017 kl. 22.10 skrev Hans Hagen <pragma@wxs.nl>:
> 
> On 4/13/2017 9:37 PM, Florian Grammel wrote:
>> The \hyphenation{}-command is ignored in the texlive 2016 version (ver: 2016.05.17 19:20 MKIV). This has obviously been fixed since, as it works in the standalone.
>> 
>> For other reasons I’d prefer to keep working with the TL16-version -- is it possible to patch the hyphenation easily in TL 16?
> 
> unlikely
> 
> Hans
> 
> 
> -----------------------------------------------------------------
>                                          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
> ___________________________________________________________________________________

____________________________________________

Florian Grammel

Copenhagen, Denmark


[-- Attachment #1.2: Type: text/html, Size: 3725 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

* Re: \hyphenation command in TL 16
  2017-04-13 23:20   ` Florian Grammel
@ 2017-04-16 14:30     ` Florian Grammel
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Grammel @ 2017-04-16 14:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2318 bytes --]

Obviously fixed in new beta. Splendid -- thank you!
Florian.

> Den 14. apr. 2017 kl. 01.20 skrev Florian Grammel
> 
> ok, thanks;
> so I’ll need to get some things to work in the standalone then…
> 
> For one ver: 2017.04.08 12:00 doesn’t seem to hyphenate in \WORDS
> Please compare
> 
> \setuphead[section][style={\WORDS}]
> \section{this is bit of a problem problem problem problem problem problem problem problems}
> 
> on the standalone (last word in the margin) to TL16 (properly hyphenated)
> 
> Can this be fixed?
> 
> Best
> Florian.
> 
>> Den 13. apr. 2017 kl. 22.10 skrev Hans Hagen <pragma@wxs.nl <mailto:pragma@wxs.nl>>:
>> 
>> On 4/13/2017 9:37 PM, Florian Grammel wrote:
>>> The \hyphenation{}-command is ignored in the texlive 2016 version (ver: 2016.05.17 19:20 MKIV). This has obviously been fixed since, as it works in the standalone.
>>> 
>>> For other reasons I’d prefer to keep working with the TL16-version -- is it possible to patch the hyphenation easily in TL 16?
>> 
>> unlikely
>> 
>> Hans
>> 
>> 
>> -----------------------------------------------------------------
>>                                          Hans Hagen | PRAGMA ADE
>>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>>       tel: 038 477 53 69 | www.pragma-ade.nl <http://www.pragma-ade.nl/> | www.pragma-pod.nl <http://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 <mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context <http://www.ntg.nl/mailman/listinfo/ntg-context>
>> webpage  : http://www.pragma-ade.nl <http://www.pragma-ade.nl/> / http://context.aanhet.net <http://context.aanhet.net/>
>> archive  : https://bitbucket.org/phg/context-mirror/commits/ <https://bitbucket.org/phg/context-mirror/commits/>
>> wiki     : http://contextgarden.net <http://contextgarden.net/>
>> ___________________________________________________________________________________
> 
> ____________________________________________
> 
> Florian Grammel
> 
> Copenhagen, Denmark
> 


[-- Attachment #1.2: Type: text/html, Size: 4252 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

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

end of thread, other threads:[~2017-04-16 14:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-13 19:37 \hyphenation command in TL 16 Florian Grammel
2017-04-13 20:10 ` Hans Hagen
2017-04-13 23:20   ` Florian Grammel
2017-04-16 14:30     ` Florian Grammel

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