Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

59
votes
6answers
1k views

What's the opposite of a nbsp?

A &nbsp; character is a space which doesn't allow for line breaking. <p>lorem ipsum here&nbsp;are&nbsp;some&nbsp;words and so on</p> | lorem ipsum | | here ...
23
votes
9answers
6k views

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 There are some syllabification rules that could be used: V CV VC CVC CCV CCCV CVCC *where V is ...
13
votes
8answers
7k views

how to 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 be rendered at the end of a line. I can get rid of this particular warning ...
8
votes
2answers
4k views

Preventing \texttt LaTeX tag from letting its content passing over the margin [closed]

In my report, I'm writing some class names or variable names inside of a paragraph, and I want these names to be rendered in a monospace font. Example: This is my class name: ...
7
votes
2answers
2k views

WebKit Hyphenation

Has anyone successfully been able to implement hyphenation in any of the WebKit browsers? I've tried the CSS3 hyphenation style as well as -webkit-hyphens: auto. No dice for either of those. Or maybe ...
6
votes
3answers
927 views

How to represent class names in LaTeX?

what do you see as best way of presenting class names in LaTeX documents (writing about a piece of software). I'm currently using \texttt (monospaced typewrite font) which otherwise works fine but my ...
5
votes
2answers
518 views

TeX Hyphenation patterns : What do they represent

If you scroll down this page a bit, you'd see UK English hyphenation patterns like: \patterns{ % just type <return> if you're not using INITEX .ab4i .ab3ol .ace4 .acet3 .ach4 .ac5tiva What do ...
3
votes
1answer
153 views

CSS hyphenation language

Is it possible to define the language used for -webkit-hyphens:auto? Does it default to the system language? <p style="-webkit-hyphens:auto" lang="en"> Hyphenated in English </p> <p ...
3
votes
1answer
160 views

Hyphenation in c#

I'm looking for a sample project that will perform hyphenation of text in C#. Ideally, this would be derived from the TeX hyphenation algorithm, or similar. I'm interested in English currently, ...
3
votes
3answers
491 views

How to prevent LaTeX from hyphenating words containing a dash?

I would like to globally prevent LaTeX from hyphenating 'Objective-C'. I am aware of the \hyphenation command, but I don't see how I can make use of it. If I pass 'Objective-C' to this command, the ...
3
votes
2answers
271 views

How to automatically apply ISBN hyphenation?

I've got ISBN numbers (10-digits and 13 digits) without the dashes. Now I'm looking for a way to add those dashes automatically. I found some useful information here: ...
2
votes
3answers
42 views

Is is 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 seen it done on a web-page. Is it possible to set up ...
2
votes
1answer
133 views

No line-break after a dash

I'm looking to prevent a line break after a dash - on a case-by-case basis that is compatible with all browsers. Example: I have this text: 3-3/8" which in HTML is this: 3-3/8&rdquo; The ...
2
votes
1answer
95 views

Detecting syllables in a word containing non-alphabetical characters

I'm implementing readability test and have implemented simple algorithm of detecting sylables. Detecting sequences of vowels I'm counting them in words, for example word "shoud" contains one sequence ...
1
vote
2answers
134 views

Enforce Hyphens in .NET MVC 4.0 URL Structure

I'm looking specifically for a way to automatically hyphenate CamelCase actions and views. That is, I'm hoping I don't have to actually rename my views or add decorators to every ActionResult in the ...
1
vote
1answer
48 views

How can I hyphenate words on the fly while displaying text?

I am making an iPad app where I am trying to mimic very closely the look and feel of an existing hard back book. I have the content of the book in digital text, but it contains all of the words, and ...
1
vote
1answer
185 views

MVC 3 HyphenatedRouteHandler not compatible with Areas and duplicate controller names

I'm fairly new to MVC3, but I've spent quite a bit of time researching this and testing, and I cannot find a solution. There is another similar post on Stack, but it's unanswered after 7 months. ...
1
vote
1answer
152 views

IE9 hyphenation problem - hyphen at start of line

In IE9, some posts on our blog hyphenate strangely, with the hyphen appearing on the line after the word break. For example, in ...
1
vote
3answers
350 views

HTML: Soft hypen (&shy;) without dash?

I have a little layout problem: on a clients website, we show contact information of people in a little box. The width of that box is constrained. As it happens, there are people with very long names ...
1
vote
1answer
261 views

Latex: replace hyphenation character by a backwards arrow

I am setting e.g. directory names in a typewriter font. These names can become long. With the hyphenat package, I enabled hyphenation. Now, what is missing, is that the hyphenation character is ...
1
vote
1answer
219 views

OpenOffice Hyphenation algorithm - what does the parameters mean?

I am looking the hyphenation aglorithm downloaded from the OpenOffice site, but I couldn't understand what the parameter rep, pos, and cut are for after looking at the comment. Could someone with the ...
1
vote
1answer
362 views

Anyone able to translate sIFR into AS3 (for hyphenation and with the help of a converter)?

One thing asked for a lot with sIFR is hyphenation. Now I almost solved it with integrating Hyphenator.as http://vis4.net/blog/2010/05/as3-hyphenation/. The only problem is that Hyphenator.as is ...
0
votes
0answers
60 views

Hyphenation library doesn't work with iOS 5

I just tried the hyphenate library of Tupil. It was mentioned here http://blog.tupil.com/adding-hyphenation-to-nsstring/. But while it is working perfectly under iOS 4.3, I did not get it to work ...
0
votes
1answer
45 views

php: ps_hyphenate not working [closed]

I'm trying to hyphenate words in php. I'm using the example provided by http://php.net/manual/en/function.ps-hyphenate.php <?php $word = "Koordinatensystem"; $psdoc = ps_new(); ...
0
votes
1answer
38 views

Does IsHyphenationEnabled depend on OS Language? (WPF FlowDocument and TextBlock)

I'm using a FlowDocument to create a fixed XpsDocument. Skipping all the details, I tried this with both a FlowDocument and a TextBlock on my local machine (Windows 7 Professional, US-English): ...
0
votes
1answer
64 views

How do soft hyphens obfuscate URLs?

I just got a piece of spam with the hyperlink obscured with soft hyphens. Since I don't actually want to click on the link, how do the soft hyphens create the URL obfuscation? For example, how would ...
0
votes
1answer
271 views

how to hyphenate string / text in a textarea using jquery

i am not able to hyphenate string using jquery. it seems there is no library available . i tried following link but failed . please help if you know how to hyphenate a string in textarea according to ...
0
votes
4answers
376 views

how to use stringWithFormat to dynamically add hyphens into my string

Hi just wondering if it is possible, as the user is entering a string of numbers to dynamically add a hyphen every 5th character of the string... any help would be greatly appreciated.
0
votes
3answers
66 views

Getting Grails not to create packages from hyphenated app names

If I create a Grails app called a-b-c-d, doing a grails create-domain-class User will result in Grails creating a class User in the sub-directory grails-app/domain/a/b/c/d, giving it the package ...
0
votes
1answer
102 views

Soft hyphens in XAML?

does anybody have an idea whether it is possible to define "soft hyphens" or "soft linebreaks" in e.g. a TextBlock's text? Background: I would like to use TextWrapping="Wrap" on a TextBlock, but ...
0
votes
1answer
94 views

Rails validations format and changing any other characters into hyphens?

I have this model: class Tag < ActiveRecord::Base # Validations validates :name, :presence => true, :uniqueness => true, :format => /[a-z0-9\+\-]+/ end What I want my app to do is ...
0
votes
3answers
826 views

How to word-wrap one column in a table, with table sized to browser window

I have a HTML table with 3 'groups' of columns, left, middle and right. +----------------------------------+ | L-1 | L-2 | M | R1 | R2 | +-----+-----+------------+----+----+ | x | z | ...
0
votes
1answer
79 views

Does Zend_PDF module support hyphenation?

I'm looking for iTextSharp like auto hyphenation support in creating PDF. I couldn't find anything related in Zend Docs. Edit I also Googled if this class was ported in PHP but couldn't find ...
0
votes
1answer
79 views

How can I spell check words ignoring optional hyphens?

I am using a RTE (TinyMce) for text creation in a browser. The RTE is inserting non-visible optional hyphens (code: '­' or '\u00ad') into words of a minimum length for hyphenation as the user ...
0
votes
5answers
1k views

MikTeX 2.8 doesn't add hyphenation support for pdfLaTeX

I'm using MikTeX 2.8 edition, and installed the hungarian language support and hyphenation files. Using the standard LaTeX command they work fine, but when I try to use pdfLaTeX, they don't get loaded ...