Skip to main content

Questions tagged [hyphenation]

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

2 votes
2 answers
279 views

In the paper "Notes on Compound Word Hyphenation in TeX" by Petr Sojka it is said on page 7: Their implementation in any conservative successor to TEX will be rather straightforward and ...
Igor Liferenko's user avatar
3 votes
2 answers
411 views

I'm trying to reduce the number of hyphenations for a novel and tried almost every "solutions" that I found here: How to reduce the number of hyphenation? How to prevent LaTeX from ...
Cham's user avatar
  • 2,674
3 votes
4 answers
874 views

I'm new to LaTeX and a bit confused right now: \hyphenation{DS-GVO} doesn't make sense, since the "-" is part of the word and shouldn't be separated at that point. \mbox{DS-GVO} doesn't make ...
Dirk Schohmann's user avatar
1 vote
1 answer
89 views

I use package tabularray for my tables and I need to turn on hyphenation for some columns. The MWE is given below. \documentclass{article} \usepackage{tabularray} \usepackage{hyphenat} \usepackage{...
Josh Lyman's user avatar
2 votes
4 answers
307 views

I have a large document (Koma class) in which I want to add a specific naming convention. The document is bilingual (German and English) using paracol package and babel package. The naming convention ...
Dr. Manuel Kuehner's user avatar
1 vote
0 answers
52 views

Running latex on \documentclass[ngerman]{article} \pagestyle{empty} \usepackage[ngerman]{babel} \babelprovide[hyphenrules=ngerman-x-latest]{ngerman}%%% according to the documentation of dehyph-exptl. \...
AlMa1r's user avatar
  • 1
3 votes
1 answer
131 views

My document shouldn't contain hyphenation, but tables should. I set \hyphenpenalty and \exhyphenpenalty for this. I want to set that hyphen won't print when hyphenation occur. A demo table: \...
Intolighter's user avatar
2 votes
1 answer
96 views

I have a table, part of the content of which gets out of cell. I want to prevent this. \documentclass{article} \usepackage{tabularray} \NewDocumentEnvironment{GostTable}{O{} m +b} { \begin{...
Intolighter's user avatar
3 votes
1 answer
121 views

How do you use more than one font for the same language with Polyglossia? I need to use two different fonts for English and two different fonts for Ancient Greek. (So four fonts in total). The problem ...
Brother Thurm's user avatar
1 vote
1 answer
102 views

Text not breaking as expected with justified. Any way to break text so appears as truly justified, no sudo ragged right? \documentclass[12pt]{article} \usepackage{amsmath} \usepackage{longtable} \...
AScarlett's user avatar
2 votes
2 answers
129 views

Looking at the hyphenation of the word "equivalentemente" in Portuguese: \documentclass{article} \usepackage[portuguese]{babel} \begin{document} \showhyphens{Equivalentemente} \end{document} ...
Knudsen's user avatar
  • 1,465
1 vote
0 answers
65 views

I have a document in LaTeX in Greek. However, there is a problem: when a word needs to be hyphenated at the end of a line, it may break incorrectly. I know the option, e.g., \hyphenation{αι-σθη-τι-κός ...
Kώστας Κούδας's user avatar
0 votes
1 answer
223 views

The following makes the hyphenated word "self-proclaimed" go outside the column width. Some possibilities include using "= or \-. But this makes the actual work cumbersome to read (e.g....
Foster's user avatar
  • 1
4 votes
2 answers
252 views

So I have a document where I have a bunch of compound names. (e.g. \lambda_v-C(t)-\rhd.) The - character in the equation context is understood as a minus sign and is WAY too long for compound names. I ...
azani's user avatar
  • 195
4 votes
1 answer
334 views

When using the microtype package, hyphenation seems to be ignored. Manually setting the hyphenation works, but is impractical due to the length of the original document. Here is a mwe that shows the ...
PrinceOfMe's user avatar

15 30 50 per page
1
2 3 4 5
77