Waxolunist
31-05-2007, 12:29
Hallo
Ich versuche mit koma-skript eine horizontale Linie nach einer Subsection einzufügen. Das klappt aber nicht.
\documentclass{scrartcl}
\makeatletter
\renewcommand\subsection{\@startsection{subsection }{2}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\ifnum \scr@compatibility>\@nameuse{scr@v@2.96}\setlength{\parfillskip}{\z@
plus 1fil}\fi
\raggedsection\normalfont\sectfont\size@subsection \hrule
}%
}
\makeatother
\begin{document}
\section*{Section}
\subsection*{Subsection}
\end{document}
Damit bekomme ich nur die horizontale Linie darüber. Wie heißt der Befehl für danach?
mfg, christian
Ich versuche mit koma-skript eine horizontale Linie nach einer Subsection einzufügen. Das klappt aber nicht.
\documentclass{scrartcl}
\makeatletter
\renewcommand\subsection{\@startsection{subsection }{2}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\ifnum \scr@compatibility>\@nameuse{scr@v@2.96}\setlength{\parfillskip}{\z@
plus 1fil}\fi
\raggedsection\normalfont\sectfont\size@subsection \hrule
}%
}
\makeatother
\begin{document}
\section*{Section}
\subsection*{Subsection}
\end{document}
Damit bekomme ich nur die horizontale Linie darüber. Wie heißt der Befehl für danach?
mfg, christian