Could anybody help me to make double decorative lines (like =) in Koma-Script headers & footers (scrpage2 package)? With nccfancyhdr package based on fancyhdr this can be made by
Code: Select all
\usepackage[plain,headings]{nccfancyhdr}
\makeatletter
\renewcommand{\headrule}{%
\setlength\@tempdima{\headrulewidth}%
\hrule\@height\@tempdima\@width\headwidth
\vskip 2\@tempdima
\hrule\@height\@tempdima\@width\headwidth
\vskip -4\@tempdima
} %
\makeatother