-
when testing with german text, i noticed that despite 69.000 special rules for compound words,
many german words have the hyphen in the wrong place, although there are actually rules for them
e.g…
-
I was surprised not to find a parameter to have automatic hyphenation in Text widgets (and the likes). I think it is a useful feature to get nice designs. Without it, justified text may be filled with…
-
Grepping for `//.*[a-zA-Z]-\n` (see [CL 53510](https://go.dev/cl/53510)) yields some examples of phrases that are inconsistently hyphenated in the tree. Two prominent ones:
* "floating-point" vs "flo…
-
When I compile this document with lualatex
~~~~
\documentclass{book}
\usepackage{polyglossia}
\setmainlanguage[variant=british]{english}
\usepackage[english=british]{csquotes}
\usepackage[]{bi…
-
Hyphenation occurs in writing Mongolian and Todo. U+1806 MONGOLIAN TODO SOFT HYPHEN is used to indicate resumption of a broken word. It functions like U+2010 HYPHEN, except that it appears at the _be…
r12a updated
19 hours ago
-
## Spelling - Hyphenation - Thesaurus
Make spellchecking work properly in all languages. I think the focus should be on hunspell.
FF, Libreoffice, KDE (sonnet) all use hunspell.
### Relevant Componen…
yokto updated
4 months ago
-
Hi,
I'm trying to use the hyphenation decompounder as described here to split the Norwegian word "chaplinpris" into its two word-parts "chaplin" and "pris", but having no luck: Following instructions …
-
Add support for automatic hyphenation (by inserting ­ entities, for example).
See:
- http://zem.novylen.net/ruby/tex-hyphen-0.2/classes/TeX/Hyphen.html
- http://code.google.com/p/hyphenator/…
-
Hello there!
I was reading the section regarding hyphenation, where it is said it is not recommended to justify the content, as hyphenation works pourly. I am not sure when it was written, but do y…
-
A hyphenation algorithm would allow better rendering of natural language text in columns, though the implementation is likely to be nontrivial.