{hyphenation} is about controlling hyphenation in (La)TeX documents.

learn more… | top users | synonyms

2
votes
2answers
24 views

hyphenation and justifying in \epigraph

Is it possible to justify and hyphenate quotes typeset within an \epigraph? An MWE and its output are shown below: \documentclass{article} \usepackage[english]{babel} \usepackage{blindtext} ...
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} ...
5
votes
1answer
78 views

Not allowing hyphenation of urls in references

Is there a way to globally turn off hyphenation of links in bibliography? Current state doesn't please me: Minmal working example: \documentclass[12pt,a4paper,oneside]{report} \usepackage{url} ...
3
votes
2answers
57 views

How to change hyphenation of a particular word

Possible Duplicate: Adequate hyphenation of words already containing a hyphen How to change hyphenation of a particular word? specifically I don't like how it is line breaking position ...
8
votes
1answer
106 views

Trying to make sense of TeX decisions (stretching, tolerance)

For example, if I don't set stretch parameters (tolerance, badness, emergencystretch, sloppy, etc) I get some overfull boxes (full LaTeX code post at the end). Notice that TeX seems unwilling to ...
9
votes
1answer
70 views

Ancient Greek hyphenation in LuaLaTeX

Can anybody tell me the current state of hyphenation patterns in LuaLaTeX, especially with regard to Ancient Greek? I searched here on tex.sx and on the web. There are many mailing lists discussing ...
2
votes
1answer
66 views

Command for special text with reserved LaTeX symbols

Surely I am missing something here, but I can't remember =(. I want to build a command that accepts special LaTeX symbols and correctly display them. As special I mean \, _, or some others, and ...
4
votes
2answers
56 views

Disable hyphenation in footnotes

I want to disable hyphenation in footnotes, because I have special codes for a special program and the readers should copy this code into his program and therefore its not good, that there is a hyphen ...
3
votes
1answer
151 views

How I can add my own language [closed]

I wrote an artificial language (conlang). What I can add my own language in LaTeX? Conlang has more letters than English (utf8 and some ligatures) and specyfic hyphenations. Where is simple/minimal ...
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 ...
4
votes
1answer
78 views

No hyphens in biblatex

How can I suppress hyphenation in biblatex? (I know that only one sentence usually is considered bad question quality, but why over-complicate a simple (?) problem)
4
votes
1answer
66 views

\xspace and hyphenation

I was considering to use xspace for some common standard terms in my document, like: \newcommand{\ring}{my secret ring\xspace} I am now wondering, if hyphenation gets it right, when I do this? ...
3
votes
1answer
43 views

Hyphenation in classicthesis graffito

I am using the classicthesis package and the graffito side notes it provides. However, I'd like those side notes to be properly hyphenated, even though I think they were not intended to be by the ...
4
votes
1answer
66 views

\hyphenation{ } in a part of text

Is it possible to make \hyphenation{ } only in one chapter or small text? Not the whole text but only in small pieces of text. Maybe it is possible to make a new language and use different ...
8
votes
2answers
275 views

No hyphen for a word

I want to put pdflatex to not put a hyphen in a word went it comes to the end of the line. I tried to put a \- in the beginning or the end of that word but it doesn't work. For example if I put:This ...
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?
9
votes
2answers
87 views

How can I really force the hyphenation points of a word?

I try to make XeLaTeX hyphenate the German word "Sicherheitsbeauftragter". I tried several values for x in \tolerance=x and instances of \hyphenation{Si-cher-heits-be-auf-trag-ter}. Nothing worked. ...
1
vote
0answers
36 views

Is there an interface to call the Hyphenation Algorithm in plain TeX?

As the title said. Which TeX engine can do that? Knuth TeX, XeTeX, pdfTeX, or LuaTeX?
0
votes
0answers
51 views

Prevent hyphenation of natbib authors

How do I prevent the hyphenation of natbib authors? Original question: \hyperref will allow author names from \natbib-citations to break lines. How can I prevent this? If possible, I would disable ...
3
votes
2answers
108 views

badbox of “underful hbox (badness 1158)”

I wrote the following reference in my .bib file: @ARTICLE{Auvinet11, author = {E. Auvinet and F. Multon and A. St-Arnaud and J. Rousseau and J. Meunier}, title = {Fall Detection With Multiple ...
23
votes
3answers
2k views

Adequate hyphenation of words already containing a hyphen

Contrary to English, in German there are quite a few words containing a hyphen, e.g. "Arbeiter-Unfallversicherung" (workers' accident insurance). By default, (La)TeX will only break such words after ...
28
votes
4answers
2k views

How to prevent linebreaks after hyphen if word starts with hyphen?

(Remark: Maybe this is a typically German problem, I'm not sure in which other languages that might be relevant) Sometimes there are words which start with a hyphen, as they are connected with a word ...
11
votes
2answers
243 views

Using breakable hyphen "= in \newcommand

I want to use a breakable hyphen "= in a command: \documentclass[a4paper]{article} \usepackage[ngerman]{babel} \newcommand{\TT}{Test"=Text } \begin{document} This is a test whether the hyphen in \TT ...
4
votes
1answer
117 views

Hyphenation of words connected with a double/triple dash

I can't hyphenate the words Cam•bri•an--Or•do•vi•cian because they are connected with an endash. The same probably happens when using the emdash. I tried this ...
15
votes
2answers
496 views

New language - hyphenation

I'm working in a project (Ubuntu Manual, if you're curious) which requires TeX to create a PDF document. But when we have almost all translated, I've found that there wasn't an hyphenation pattern for ...
1
vote
1answer
177 views

Does Windows version of TeX contain patgen?

I know two Windows versions of TeX -- MiKTeX and proTeXt. Do they contain patgen package? If not, what Windows version of TeX contain the package? Can MiKTeX or proTeXt import such package from TeX ...
4
votes
1answer
95 views

patgen: what do these values mean?

What do hyph_start, hyph_finish, pat_start, pat_finish, good weight, bad weight and threshold asked by patgen mean?
1
vote
0answers
40 views

patgen: tex file generation from dictionary

I am managing a project where we will need to run patgen on a new niche language (a mixture of English and vernacular). I am just wondering if anyone has any advice on generating the patterns. For ...
1
vote
0answers
46 views

Could not use patgen [closed]

All I see on my console is "Bad Representation" for even the .TRA file example of the patgen2 manual itself. What should I do?
1
vote
1answer
157 views

What Linux operating system contains patgen for hyphenation?

This question follows previous one. In TexLive, patgen command prompts error of "No such file or directory". I found at About.com that Linux contains patgen. I have Linux Red Hat 9.0 in my system. Can ...
5
votes
1answer
261 views

How to use translate_file correctly in patgen of TexLive?

This question follows previous one about use of patgen. I installed TeX Live 2011 (thanks Martin) and find patgen (version 2.4) command. According to manual, command is: patgen dictionary_file ...
19
votes
3answers
563 views

Specifying multiple hyphenation exception lists for multi-lingual documents

This question led to a new feature in a package: babel By default, (La)TeX fails at hyphenating some words, e.g., the English word potable (should be pot-able) or the German word Mor-dop-fer ...
6
votes
2answers
124 views

smarter hyphenation for narrow columns?

I know how to turn off hyphenation via \nohyphens{.....} (from hyphenat). But what I'd really like would be to hyphenate smartly. What I mean by this should hopefully be made clear by the following ...
2
votes
1answer
74 views

Force hyphen line-break one words with dieresis [duplicate]

Normally Latex adds a hyphen if the word at the end of a line is too long, and continues the rest of the word on the next line. I'm writing my document in Dutch and when the last word on a line ...
5
votes
0answers
71 views

How to remove diaeresis after hyphen

To quote Wikipedia: In Dutch, spellings such as coëfficiënt are necessary because the digraphs oe and ie normally represent the simple vowels [u] and [i], respectively. However, hyphenation is now ...
7
votes
4answers
110 views

Justify long line with no spaces but a lot of hyphens

% !TEX TS-program = xelatex % !TEX encoding = UTF-8 Unicode \documentclass[11pt]{memoir} \usepackage{fontspec} \usepackage{showframe} %%% Book Layout %%% \setstocksize{4in}{5.75in} ...
9
votes
1answer
171 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 ...
13
votes
3answers
1k views

biblatex: Switching languages for *citations* according to the bibentry's “hyphenation” field

Quoting from section 3.1.2.1 of the biblatex manual: [The babel] option controls which language environment is used if the babel package is loaded and a bibliography entry includes a ...
3
votes
0answers
88 views

Automatically prevent line-break at hyphen of specific words (e.g. “dual-self”)

Usually questions about hyphenation and line-breaks are concerned about how to allow hyphenation when a word already contains a hyphen. That's not what I'm after: I would like to prevent the word ...
4
votes
2answers
139 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} ...
17
votes
1answer
107 views

Hyphenating words with archaic spellings

I often work with texts from the 17- to 1800s that (in addition to now obsolete words) contain familiar words in slightly different spelling. The language of these texts, and of the ones I'm writing, ...
2
votes
1answer
158 views

Faulty output because of Polyglossia issue [closed]

this is my first question on here so I hope I'll include all necessary information right away. I am running MiKTeX 2.9, set up for XeTeX; my Editor is TeXMaker and my OS is Windows 8, 64-bit. ...
8
votes
2answers
198 views

How to force LaTeX not to break the line after a hyphen “-”?

With ~ we can enforce that no line break occures between two words. But this does not seem to work with special characters. I want LaTeX to enforce not to break the line after the - in (re-)creation. ...
7
votes
2answers
176 views

\RaggedRight makes document longer

I have a document carefully written to fit in 4 pages; but when I added a \raggedright (or \RaggedRight with use of the ragged2e package) the length gets longer. Furthermore, suddenly the output ...
3
votes
1answer
110 views

How to wrap text in line by adding spaces

I am writing one text which has some very long words but i don't need to split word in multiline using hyphen. I just want to add spaces to fit in the line as shown below. This is my first ...
11
votes
3answers
2k views

Option to break urls with carriage-return symbol?

There are several ways to get long, uncooperative URLs to line-break in LaTeX. If you're using pdfLaTeX, then the hyperref package can break them across lines for you, roughly after any /. If you ...
8
votes
1answer
63 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, ...
5
votes
1answer
189 views

How to hyphenate a reference that has a lastname with a hyphen?

I need to hyphenate a long lastname with a hyphen in it in a reference, e.g.: @article{LastHyphenName:2013xy, author = {Longlast-Namewithhyphen, Antonio and Anotherlastname, David}, title = {{How to ...
11
votes
2answers
7k views

No hyphenation patterns were loaded for the language

I'm using babel package for spanish language. However, each time I compile my document, the package babel throws me a warning: Package babel Warning: No hyphenation patterns were loaded for (babel) ...
1
vote
1answer
61 views

Hyphenation not working in document

I have got a problem. Hyphenation doesn't work in cover letter template document listed below. I can't find reason. Please help. Best regards, WP. %% start of file `template_en.tex'. %% Copyright ...

1 2 3 4 5