Questions tagged [hyphenation]
190 questions
1
vote
0 answers
How to make long words hyphenated in R markdown?
How can I make long words hyphenated in R markdown?
My problem is that, some words in my documentaion are too long, and as long as some of these words are located at the end each line, these words go out of borders of each page.
Here is an…

solchica
- 7
- 5
1
vote
0 answers
{CSS} hyphens:none; working in chrome and firefox but not safari (TRIED EVERYTHING)
I am using a wordpress them that has awful support for word word wrapping, there is hyphenation and word breaks littered all over the site.
I have fixed the problem entirely on chrome and firefox but have tried a million things for safari but the…

owen
- 15
- 4
1
vote
1 answer
Why hyphens property does not work in Chrome
To adapt usability of the platfrom for mobile devices, I need ti utilize the css property hyphens. However, this property seems not to work in Chrome. Am I doing something wrong or are there any other solutions how to overcome it?
.title…

badm
- 219
- 2
- 13
1
vote
1 answer
Hyphenation of Prince XML for external languages not working in DocRaptor API
I have installed prince xml in local environment in linux.
The hyphenation property works in local environment for tamil language, when i add the below css code in the file hyph.css in prince source folder of style.
:lang(ta) {
hyphens:auto;
…

Sakthikanth
- 139
- 7
1
vote
1 answer
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 normally that won't do anything if the text contained…

alexander.biskop
- 1,822
- 19
- 30
1
vote
0 answers
How to get android:hyphenationFrequency to work
I'm using TextViews in my app. I set the hyphenation and wordbreak attributes as shown in the code.
I've searched up & down, but cannot get an answer.
Any hints welcome!

mvdn
- 21
- 1
- 9
1
vote
1 answer
How can I justify the text or make it stop separating the words in a UITextview?
I have an application with a chat, which the design is made with code in objective-c, but in the dialogues the words are broken. How can I justify the text or do a kind of word wrap for the UItextview?
This is an image of what I'm talking…

Esteban Rivas
- 13
- 4
1
vote
2 answers
MS-Access 2010 Form: field doesn't accept data source with 2 hyphens
I have a form based on a multiple-tables query. As some fields from different tables have the same names, I must add the corresponding table's name. However, there are hyphens in the tables' names as well as in the fields' names (both inherited from…

Bughater
- 53
- 3
- 9
1
vote
1 answer
How is a hyphenation dictionary used for hyphenation?
I've read about hyphenation and I came to know that the hyphenation depends on the dictionary, we are using for the particular language. For some words Microsoft Office hyphenates differently than LibreOffice. I tried to open the…

Coffee_lover
- 545
- 6
- 15
1
vote
1 answer
How to configure hyphenation by iText7?
I try to hyphenate a String with the iText7 hyphenation.
I used the example Code, but it returns null and not a hyphenated String or Hyphenation Object:
Hyphenator h = new Hyphenator("de", "DE", 2, 2);
Hyphenation s =…

FSCoder95
- 17
- 5
1
vote
1 answer
FOP hyphenation xsl fo
I would like to use the attribute hyphenate="true" on my tag , and set hyphenation="false" on the elements it may contain. The problem is that I can use the hyphenation only on fo:block and fo:character. Could someone give me an…

Pocho
- 51
- 3
- 12
1
vote
1 answer
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 replaced e.g. by a backwards oriented arrow.
Thus, what…

Chris R.
- 13
- 2
1
vote
3 answers
How to clear (delete) hyphenation from a text?
In a book, I have words with hyphenation and I must delete those hyphens and connect the words. But we have a word with symbol "-". How can I delete hyphens in this situation?
Example text from a book:
$text = "
БАДРЎ(Й) (ي(بدرو он ки рўи нозебу…

John
- 468
- 3
- 16
1
vote
1 answer
FOP hyphenation can't build spanish patterns
I am using FOP (version 2.3.0). When I try to compile the Spanish patterns I downloaded from OFFO running ant jar-hyphenation, I get next error:
compile-hyphenation:
[java] Processing /home/pf/MEGA/prg/java/fop/trunk/fop/hyph/es.xml
[java]…

Pierre François
- 5,850
- 1
- 17
- 38
1
vote
3 answers
Parsing a tag containing special characters with "xml2" in R
I'm using the xml2 package in R to parse my xml file. Everything works perfectly, except this one tag, that has a dash in the tag name.
XML Sample:

NachtmannM
- 47
- 8