Hallo,
ich habe eine leere Seite in meinem Dokument und kann nicht rausfinden woran dieses liegt. Ich habe alle \cleardoublepages entfernt und sie bleibt. Hier ein Minimalbeispiel:
Code:
\documentclass[12pt,a4paper,headsepline,oneside]{scrreprt}
\usepackage{...}
....

\renewcommand{\thefootnote}{\arabic{footnote}}

\setkomafont{pagenumber}{\normalfont\rmfamily\bfseries}
\setkomafont{section}{\rmfamily\bfseries\Large}
\setkomafont{subsection}{\rmfamily\bfseries\large}
\setkomafont{caption}{\rmfamily}
\setkomafont{sectioning}{\rmfamily}
\setkomafont{captionlabel}{\usekomafont{caption}}

\let\abk\nomenclature				
\renewcommand{\nomname}{Abkürzungsverzeichnis}	% Deutsche Überschrift (Variable \nomname)

\setlength{\nomlabelwidth}{.20\hsize}		
\renewcommand{\nomlabel}[1]{#1 \dotfill}
\makenomenclature

\begin{document}
\begin{titlepage}
...
\end{titlepage}

\renewcommand{\contentsname}{Inhaltsverzeichnis}
\tableofcontents 

\clearscrheadings
\setheadsepline{.5pt}
\renewcommand*{\chapterpagestyle}{scrheadings}
\pagestyle{headings}
\cfoot{Seite \pagemark}


\chapter{Einleitung}
... mehrer Seiten ...

\renewcommand{\thechapter}{\Alph{chapter}}
\setcounter{chapter}{0}

\chapter{Anahng ....}

\newpage
\clearscrheadings
\chead{\small }
\cfoot{Seite \pagemark}

\addcontentsline{toc}{chapter}{Abkürzungsverzeichnis}
		\setheadsepline{.5pt} 
%		\renewcommand*{\sectionpagestyle}{scrheadings}
		\pagestyle{scrheadings}
\printnomenclature
\end{document}
Die leere Seite entsteht nach dem ersten \chapter im Anhang.
Jemand eine Ahnung.
Danke schon mal