Tagged Questions
2
votes
0answers
62 views
How set hyphen (divis) to specific unicode char
I need a specific divis / hyphen character or more than one randomly show
This code is not working at the present. Does anyone have any suggestions?
\documentclass{minimal}
\usepackage{blindtext}
...
8
votes
1answer
73 views
How to typeset Tibetan in XeLatex with correct linebreaks?
I am trying to typeset Tibetan language in a document, but the text does not wrap at the margin. I think this could be easily fixed if I tell XeLaTeX to recognise the Tibetan tsheg character ('TIBETAN ...
12
votes
1answer
246 views
Hyphens at end of line disappear upon pasting, even if they were present in the input
When I paste text from pdflatex output, there are two things about hyphens that I would like to change:
Hyphens paste as "hyphen-minus" (U+002D, "-"), but I would prefer the newer Unicode character ...
6
votes
1answer
247 views
Hyphenation patterns / lccode / “.dat” format of hyph-utf8
I have made a new encoding for "modern" greek based on ISO 8859-7.
Now I'd like to create hyphenation patterns for it, to use with pdftex (that is, 8 bit based).
If I understand correctly, I can do ...
3
votes
2answers
700 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 ...
2
votes
1answer
647 views
hyphenation and utf8
from Tex FAQ - hyphenation I see that trying to help Latex in correctly hyphenating words won't work when the utf8 encoding is used. Is there a work around?