ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Protrusion with compound word hyphenation (||)
@ 2014-07-02  1:16 Rik Kabel
  2014-07-02  4:52 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Rik Kabel @ 2014-07-02  1:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I notice that with compound words broken across lines protrusion does 
not get applied. This looks pretty rough when there are normal 
hyphenated words in the same paragraph.

WE (exaggerated, but demonstrates the point):

    \setuppapersize    [monarch]
    \definefontfeature [default] [protrusion=quality]
    \setupalign        [hanging]
    \setuptolerance    [horizontal,strict]
    \setuphyphenmark   [sign=small]
    \showframe         [text] [text]
    \starttext
    \dorecurse{21}{Multisyllabic||words||separated||by||hyphens. }
    \stoptext

Is this expected behavior? Can it be changed?
-- 
Rik Kabel

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Protrusion with compound word hyphenation (||)
  2014-07-02  1:16 Protrusion with compound word hyphenation (||) Rik Kabel
@ 2014-07-02  4:52 ` Wolfgang Schuster
  2014-07-02 13:48   ` Rik Kabel
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2014-07-02  4:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 02.07.2014 um 03:16 schrieb Rik Kabel <context@rik.users.panix.com>:

> I notice that with compound words broken across lines protrusion does not get applied. This looks pretty rough when there are normal hyphenated words in the same paragraph.
> 
> WE (exaggerated, but demonstrates the point):
> \setuppapersize    [monarch]
> \definefontfeature [default] [protrusion=quality]
> \setupalign        [hanging]
> \setuptolerance    [horizontal,strict]
> \setuphyphenmark   [sign=small]
> \showframe         [text] [text]
> \starttext
> \dorecurse{21}{Multisyllabic||words||separated||by||hyphens. }
> \stoptext
> Is this expected behavior? Can it be changed?

Use a normal hyphen and the \setbreakpoints command.

\setuppapersize    [monarch]
\definefontfeature [default] [default] [protrusion=quality]
\setupalign        [hanging]
\setuptolerance    [horizontal,strict]
\setbreakpoints    [compound]
\showframe         [text] [text]
\starttext
\dorecurse{21}{Multisyllabic-words-separated-by-hyphens. }
\stoptext

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Protrusion with compound word hyphenation (||)
  2014-07-02  4:52 ` Wolfgang Schuster
@ 2014-07-02 13:48   ` Rik Kabel
  0 siblings, 0 replies; 3+ messages in thread
From: Rik Kabel @ 2014-07-02 13:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On 2014-07-02 00:52, Wolfgang Schuster wrote:
>
> Am 02.07.2014 um 03:16 schrieb Rik Kabel <context@rik.users.panix.com 
> <mailto:context@rik.users.panix.com>>:
>
>> I notice that with compound words broken across lines protrusion does 
>> not get applied. This looks pretty rough when there are normal 
>> hyphenated words in the same paragraph.
>>
>> WE (exaggerated, but demonstrates the point):
>>
>>     \setuppapersize    [monarch]
>>     \definefontfeature [default] [protrusion=quality]
>>     \setupalign        [hanging]
>>     \setuptolerance    [horizontal,strict]
>>     \setuphyphenmark   [sign=small]
>>     \showframe         [text] [text]
>>     \starttext
>>     \dorecurse{21}{Multisyllabic||words||separated||by||hyphens. }
>>     \stoptext
>>
>> Is this expected behavior? Can it be changed?
>
> Use a normal hyphen and the \setbreakpoints command.
>
> \setuppapersize    [monarch]
> \definefontfeature [default] [default] [protrusion=quality]
> \setupalign        [hanging]
> \setuptolerance    [horizontal,strict]
> \setbreakpoints    [compound]
> \showframe         [text] [text]
> \starttext
> \dorecurse{21}{Multisyllabic-words-separated-by-hyphens. }
> \stoptext
>
> Wolfgang
>
Perfect, thank you Wolfgang. And it leaves the text much easier-to-read 
as well.

-- 
Rik Kabel

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

[-- Attachment #2: Type: text/plain, Size: 485 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://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-07-02 13:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-02  1:16 Protrusion with compound word hyphenation (||) Rik Kabel
2014-07-02  4:52 ` Wolfgang Schuster
2014-07-02 13:48   ` Rik Kabel

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