1
vote
0answers
39 views

Is there an interface to call the Hyphenation Algorithm in plain TeX?

As the title said. Which TeX engine can do that? Knuth TeX, XeTeX, pdfTeX, or LuaTeX?
3
votes
2answers
711 views

Using hyph-utf8 with plain TeX

I want to use the UTF-8 hyphenation patterns (for Croatian) with plain TeX (pdftex). I've read the documentation on the hyph-utf8 package but I haven't found it very useful. There's mention of a ...
4
votes
2answers
617 views

How to get hanging hyphenation?

I am using XeTeX from TeXLive-2010-Basic in OSX with plain-format. My try was to follow the TeXbooks setup for commas et such (which I already have working nicely): \defaulthyphenchar=`‐% it is ...