Tagged Questions
9
votes
1answer
174 views
How to use hyph-utf8 correctly?
I'm using MiKTeX and pdfLaTeX and the package manager tells me that hyph-utf8 is installed and auto-download of packages is activated, too.
But when I do \usepackage{hyph-utf8}, because I hope that ...
8
votes
1answer
64 views
Hyphenation does not work with acro and luatex, but with pdftex
I'm using luatex 0.70.1 together with acro 1.2 and I have the following MWE.
\documentclass{minimal}
\usepackage[ngerman]{babel}
\usepackage{acro}
\DeclareAcronym{DNA}{
short=DNA,
...
4
votes
2answers
144 views
Insert hyphenation point in BibTeX using PDFLaTeX and hyperref
How to tell PDFLaTeX to make hyphenation in place where I want it to be?
I have my document file:
\documentclass[10pt,a4paper]{article}
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref}
...
12
votes
1answer
248 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 ...
14
votes
1answer
421 views
Remove hyphen from word spanning two lines in text copied from a pdf file
If I copy text from a PDF and a word is hyphenated and spans two lines, the copied text contains the "-". For example:
Examp-
le
should be copied as
Example
not
Examp-le
The problem is ...
3
votes
2answers
703 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 ...
