nachdem ich auf die neueste Version von MiKTeX umgestellt habe, wird mein Code
\usepackage[normalem]{ulem} \newcommand{\markup}[1]{\uline{#1}} \usepackage[german,noprefix,intoc]{nomencl} \newcommand{\correctdotfill}{\leaders\hbox to 9.25pt{\hss.\hss}\hfill} \renewcommand{\dotfill}{\leaders\hbox to 5pt{\hss.\hss}\hfill} \newcommand\abk[3][\empty]{\nomenclature[#1]{#2\correctdotfill}{#3}} \renewcommand{\nomname}{Abk\"{u}rzungsverzeichnis} \setlength{\nomlabelwidth}{.30\hsize} \setlength{\nomitemsep}{-\parsep} \renewcommand{\nomgroup}[1]{% \bigskip% \item[]\hspace*{-\leftmargin}% \textbf{\small#1}\hfill \smallskip } \renewcommand{\nompreamble}{\markboth{\nomname}{\nomname}} \makenomenclature[code], den ich über eine Sty-Datei in meine Masterdatein einbinde, nicht mehr ein gelesen. Hier der Code meiner Masterdatein:
{scrbook}
\usepackage{XYZ}
\begin{document}
\include{Trennung/Trennung}
\begin{titlepage}
\titlehead{}
\subject{}
\title{}
\subtitle{}
\author{}
\date{}
\dedication{}
\end{titlepage}
\maketitle
\input{Vorwort/Vorwort}
\tableofcontents
\include{Abkürzungen/Abkürzungen}
\printnomenclature
\listoffigures
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\input{}
\include{Glossar/Glossar}
\bibliographystyle{alpha}
\bibliography{Literatur/Literatur}
\end{document}
Woran kann dies liegen? Danke im Voraus. anks