Tagged Questions
4
votes
1answer
118 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
...
8
votes
3answers
488 views
babel's hyphenation-friendly hyphen "= in multiple languages
Why doesn't the hyphenation work with multiple languages? See code:
\documentclass[a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
...
11
votes
2answers
244 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 ...
7
votes
1answer
306 views
Automatic hyphenation of compound words
When I was learning to drive a typewriter (shortly after the death of my pet sabre-tooth), I picked up the habit of using a double hyphen when splitting compound words, thus:
The system has a ...
15
votes
2answers
533 views
babel: Adding ngerman' s language shorthands to english as the main document language
The (n)german language option of the babel package provides various shorthands related to hyphenation, e.g. "-: "an explicit hyphen sign, allowing hyphenation in the
rest of the word" (manual, section ...