Top "Hyphenation" questions

No line-break after a hyphen

I'm looking to prevent a line break after a hyphen - on a case-by-case basis that is compatible with all …

html css character-encoding line-breaks hyphenation
How do I get LaTeX to hyphenate a word that contains a dash?

In a LaTeX document I'm writing, I get an overfull hbox warning because of the word "multi-disciplinary", which happens to …

latex hyphenation
Detecting syllables in a word

I need to find a fairly efficient way to detect syllables in a word. E.g., Invisible -> in-vi-sib-le …

nlp spell-checking hyphenation
Is it possible to enable auto-hyphenation in HTML/CSS?

My client has requested to enable auto-hyphenation on this page: http://carlosdinizart.com/biography/ , and I realized I've never actually …

html css hyphenation
WebKit Hyphenation

Has anyone successfully been able to implement hyphenation in any of the WebKit browsers? I've tried the CSS3 hyphenation style …

css webkit hyphenation
Preventing \texttt LaTeX tag from letting its content passing over the margin

In my report, I'm writing some class names or variable names inside of a paragraph, and I want these names …

latex hyphenation texttt
Hyphenation in Android

As part of internationalizing an Android application I have come across the need to dynamically word wrap or hyphenate at …

android textview word-wrap hyphenation
Can I use CSS to justify text with hyphenating words at the end of a line?

I have a div that is too narrow to text-align:justify (gaps too wide), but yet looks un-uniform when right- …

css justify hyphenation text-align
CSS Hyphens Not Working in Firefox?

I am attempting to use CSS Hyphens. They work in IE 11 and Safari but does not work in Firefox properly …

css firefox hyphenation css-hyphens
What's the opposite of a nbsp?

A &nbsp; character is a space which doesn't allow for line breaking. <p>lorem ipsum here&…

html character line-breaks hyphenation