GeneralControlling hyphenation for words globally?

LaTeX specific issues not fitting into one of the other forums of this category.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Controlling hyphenation for words globally?

Post by localghost »

I created a working document with the help of the blindtext package. But I can't comprehend your problem. Must be problem with your system.

Code: Select all

\documentclass[
   pdftex,
   11pt,
   a4paper,
   pagesize,
   %DIVcalc,
   BCOR12mm,
   smallheadings,
   halfparskip,
   plainheadsepline,
   plainfootsepline,
   openright,
]{scrbook}
…
\usepackage{blindtext}             % Generating longer text passages
…
\begin{document}
  \Blinddocument
\end{document}
On my System (MikTeX 2.6 on Windows XP with most actual packages) there is nothing going wrong. I put the result in the attachment. You better create a minimum working example (MWE) that reproduces the error. There must be something going wrong between the section title and the following text.
Attachments
hyphenation-xmpl.pdf
Example for checking hyphenation in German language.
(148.96 KiB) Downloaded 220 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply