ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hyphenation exceptions
@ 2006-01-28 18:52 Peter Münster
  2006-01-29 18:45 ` Taco Hoekwater
  2006-01-30  8:28 ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Münster @ 2006-01-28 18:52 UTC (permalink / raw)


Hello,

I don't want to tell TeX about hyphenation exceptions in the text, only
once for all in an environment file. How can I do this with words like
"DNA-Fragmente" or "$\beta$-Verknüpfung" ?
\hyphenation{...} does not seem to work here, and I don't want to write
DNA-Frag\-men\-te nor $\beta$-Ver\-knüp\-fung in the text.

TIA for any help!
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

* Re: hyphenation exceptions
  2006-01-28 18:52 hyphenation exceptions Peter Münster
@ 2006-01-29 18:45 ` Taco Hoekwater
  2006-01-29 20:11   ` Peter Münster
  2006-01-30  8:28 ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2006-01-29 18:45 UTC (permalink / raw)


Peter Münster wrote:
> Hello,
> 
> I don't want to tell TeX about hyphenation exceptions in the text, only
> once for all in an environment file. How can I do this with words like
> "DNA-Fragmente" or "$\beta$-Verknüpfung" ?

Write: $\beta$||Verknüpfung instead. The two bars break the single
word in two seperate ones, and both are hyphenated normally ($\beta$
will not hyphenate of course, but you get the idea, I hope). A few
things can be inbetween the ||'s, for words like

   |(|multi|)|valued

but normally you use just ||. This even makes sure that the compound
hyphen is slightly longer then the auto-inserted one, so that it is
still possible to distinguish that it is a compound word if hyphenation
happens right at the ||.

Cheers, Taco

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

* Re: hyphenation exceptions
  2006-01-29 18:45 ` Taco Hoekwater
@ 2006-01-29 20:11   ` Peter Münster
  2006-01-30 14:06     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2006-01-29 20:11 UTC (permalink / raw)


On Sun, 29 Jan 2006, Taco Hoekwater wrote:

> Write: $\beta$||Verknüpfung instead. The two bars break the single
> word in two seperate ones, and both are hyphenated normally ($\beta$
> will not hyphenate of course, but you get the idea, I hope). A few
> things can be inbetween the ||'s, for words like
> 
>    |(|multi|)|valued
> 
> but normally you use just ||. This even makes sure that the compound
> hyphen is slightly longer then the auto-inserted one, so that it is
> still possible to distinguish that it is a compound word if hyphenation
> happens right at the ||.

Hello Taco,
thanks, this is a nice little feature! Is it already documented somewhere,
or should I add something to the wiki?
Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

* Re: hyphenation exceptions
  2006-01-28 18:52 hyphenation exceptions Peter Münster
  2006-01-29 18:45 ` Taco Hoekwater
@ 2006-01-30  8:28 ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-01-30  8:28 UTC (permalink / raw)


� wrote:
> Hello,
>
> I don't want to tell TeX about hyphenation exceptions in the text, only
> once for all in an environment file. How can I do this with words like
> "DNA-Fragmente" or "$\beta$-Verkn�pfung" ?
> \hyphenation{...} does not seem to work here, and I don't want to write
> DNA-Frag\-men\-te nor $\beta$-Ver\-kn�p\-fung in the text.
>   
DNA||Fragmente

DNA|-|Fragmente

Hans 



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: hyphenation exceptions
  2006-01-29 20:11   ` Peter Münster
@ 2006-01-30 14:06     ` Hans Hagen
  2006-02-01 14:17       ` Henning Hraban Ramm
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2006-01-30 14:06 UTC (permalink / raw)


� wrote:
> On Sun, 29 Jan 2006, Taco Hoekwater wrote:
>
>   
>> Write: $\beta$||Verkn�pfung instead. The two bars break the single
>> word in two seperate ones, and both are hyphenated normally ($\beta$
>> will not hyphenate of course, but you get the idea, I hope). A few
>> things can be inbetween the ||'s, for words like
>>
>>    |(|multi|)|valued
>>
>> but normally you use just ||. This even makes sure that the compound
>> hyphen is slightly longer then the auto-inserted one, so that it is
>> still possible to distinguish that it is a compound word if hyphenation
>> happens right at the ||.
>>     
>
> Hello Taco,
> thanks, this is a nice little feature! Is it already documented somewhere,
>   
it's an old feature so there should be docu in several places (at least it's shown here and there) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: hyphenation exceptions
  2006-01-30 14:06     ` Hans Hagen
@ 2006-02-01 14:17       ` Henning Hraban Ramm
  0 siblings, 0 replies; 6+ messages in thread
From: Henning Hraban Ramm @ 2006-02-01 14:17 UTC (permalink / raw)


Am 2006-01-30 um 15:06 schrieb Hans Hagen:
>> thanks, this is a nice little feature! Is it already documented  
>> somewhere,
> it's an old feature so there should be docu in several places (at  
> least it's shown here and there)

But a wiki page on hyphenation won't hurt.
\hyphenation, \setuphyphenmark, perhaps \tolerance etc.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://contextgarden.net
http://www.cacert.org (I'm an assurer)

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

end of thread, other threads:[~2006-02-01 14:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-28 18:52 hyphenation exceptions Peter Münster
2006-01-29 18:45 ` Taco Hoekwater
2006-01-29 20:11   ` Peter Münster
2006-01-30 14:06     ` Hans Hagen
2006-02-01 14:17       ` Henning Hraban Ramm
2006-01-30  8:28 ` 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).