Hello John,
thank you for your reply. Here you find all my codes. If the code '\hyphenpenalty=4000 and \tolerance=500' is moved to last line (of the code below), then a different hyphen is obtained.
Code: Select all
\documentclass[paper=a4,fontsize=12pt,BCOR=20mm,DIV=15,headsepline,liststotoc,
bibtotoc,cleardoublepage=empty,appendixprefix,chapterprefix]{scrbook}
\linespread{1.3}
\KOMAoptions{DIV=last}
\usepackage{scrpage2}
\usepackage[ngerman,english]{babel}
\hyphenpenalty=4000
\tolerance=500
\usepackage{amsmath,mathptmx}
\usepackage{upgreek}
\usepackage{threeparttablex,threeparttable,environ}
\usepackage{multirow,longtable}
\usepackage{graphicx}
\usepackage{afterpage,float}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[page,titletoc]{appendix}
\usepackage[intoc]{nomencl}
\makenomenclature
\renewcommand{\nomname}{List of symbols and abbreviations}
\RequirePackage{ifthen}
\renewcommand{\nomgroup}[1]{%
\ifthenelse{\equal{#1}{R}}{\item[\textbf{\sffamily\large Abbreviations}]}{%
\ifthenelse{\equal{#1}{G}}{\item[\textbf{\sffamily\large Symbols}]}{}}}
\setkomafont{captionlabel}{\bfseries}
\setkomafont{pagehead}{\normalfont\normalcolor}
\clubpenalty=10000
\widowpenalty=10000
\displaywidowpenalty=10000
\tolerance=500
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\renewcommand{\appendixpagename}{\sffamily \Large APPENDICES}