
8 Nov
2005
8 Nov
'05
11:21 p.m.
Taco Hoekwater wrote:
Wolfgang Zillig wrote:
Hello Taco,
when I try to compile your example file:
Then I get no output! The logfile is at the end of the message!
That was intentional. \showhyphens only writes a message to the terminal, no typesetting was doen.
It complains about that the coding utf is unknown!
That was a mistake. I used \useencoding, where I should have used \enableregime. Revised version:
\language[de] \enableregime[utf] \hyphenation{Voll-stän-dig-keit} \starttext \showhyphens{Vollständigkeit} \stoptext
Either way, your output from my test file looks fine.
if you want to define hyphenation exceptions in XML code: \useXMLfilter[hyp] (see xtag-hyp for more info) Hans