How to disable hyphenation?
I have a Dutch document where I use the word genereren. Because it is on the end of the line ge- is put on the end and nereren is put on the beginning of the next line. I find this quit ugly. Can I disable hyphenation, or let it behave more 'beautiful'? I searched on ContextGarden, but did not find anything. -- Cecil Westerhof
Am 24.02.2011 um 14:05 schrieb Cecil Westerhof:
I have a Dutch document where I use the word genereren. Because it is on the end of the line ge- is put on the end and nereren is put on the beginning of the next line. I find this quit ugly. Can I disable hyphenation, or let it behave more 'beautiful'? I searched on ContextGarden, but did not find anything.
\hyphenation{genereren} or \hyphenation{gene-re-ren} or \setuplanguage [du] % ? [lefthyphenmin=3,righthyphenmin=2] Greeting Andreas
Thanks for the very speedy reply.
2011/2/24 Andreas Harder
I have a Dutch document where I use the word genereren. Because it is on the end of the line ge- is put on the end and nereren is put on the beginning of the next line. I find this quit ugly. Can I disable hyphenation, or let it behave more 'beautiful'? I searched on ContextGarden, but did not find anything.
\hyphenation{genereren} or \hyphenation{gene-re-ren} or \setuplanguage [du] % ? [lefthyphenmin=3,righthyphenmin=2]
It is of-course not only about genereren. So I choose your second option. I have included: \setuplanguage[nl][ lefthyphenmin=5, righthyphenmin=4, ] \language[nl] But I found something peculiar happening. I think it is a bug, but maybe I am wrong. Where genereren first was hypenated, it now gets put completly put at the end of the sentence. If that is possible now, why was it not possible beforehand? In another paragraph I am using gedocumenteerd. First it was gedo- cumenteerd, now it is gedocu- menteerd. What is happening here? -- Cecil Westerhof
But I found something peculiar happening. I think it is a bug, but maybe I am wrong. Where genereren first was hypenated, it now gets put completly put at the end of the sentence.
What else did you expect after you told the system to leave at least five characters to the left and four character to the right of a hypenatable word?
If that is possible now, why was it not possible beforehand?
It was possible. But ConTeXt calculates the breakpoints (including possible hypenation) so that the paragraphs look nice and the inter word space will not be stretched too much.
In another paragraph I am using gedocumenteerd. First it was gedo- cumenteerd, now it is gedocu- menteerd. What is happening here?
What else did you expect after you told the system to leave at least five characters to the left and four character to the right of a hypenatable word? Marco
2011/2/24 Marco
If that is possible now, why was it not possible beforehand?
It was possible. But ConTeXt calculates the breakpoints (including possible hypenation) so that the paragraphs look nice and the inter word space will not be stretched too much.
Okay, that explains it. Thanks. -- Cecil Westerhof
Am 24.02.2011 um 14:26 schrieb Andreas Harder:
Am 24.02.2011 um 14:05 schrieb Cecil Westerhof:
I have a Dutch document where I use the word genereren. Because it is on the end of the line ge- is put on the end and nereren is put on the beginning of the next line. I find this quit ugly. Can I disable hyphenation, or let it behave more 'beautiful'? I searched on ContextGarden, but did not find anything.
\hyphenation{genereren} or \hyphenation{gene-re-ren} or
\startexceptions[du] gene-re-ren \stopexceptions or \startexceptions gene-re-ren \stopexceptions Wolfgang
Am 2011-02-24 um 14:05 schrieb Cecil Westerhof:
I have a Dutch document where I use the word genereren. Because it is on the end of the line ge- is put on the end and nereren is put on the beginning of the next line. I find this quit ugly. Can I disable hyphenation, or let it behave more 'beautiful'? I searched on ContextGarden, but did not find anything.
\hbox{genereren} % single use \hyphenation{genereren} % prohibit hyphenation of that word generally Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
participants (5)
-
Andreas Harder
-
Cecil Westerhof
-
Henning Hraban Ramm
-
Marco
-
Wolfgang Schuster