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: 9201
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 212 times
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply