Command \setheadsepline deprecated!
Verfasst: Di 8. Aug 2023, 18:07
Hallo zusammen,
ich bekomme bei Nutzung von \setheadsepline die Warning "Command deprecated!".
Weiß jemand, wie ich das Problem lösen kann?
Hier das Minimalbeispiel:
VG
000Fite
ich bekomme bei Nutzung von \setheadsepline die Warning "Command deprecated!".
Weiß jemand, wie ich das Problem lösen kann?
Hier das Minimalbeispiel:
%Dokumentklasse
\documentclass[twoside,a4paper,11pt]{scrreprt}
% ============= Header & Footer =============
\usepackage[plainheadsepline]{scrlayer-scrpage}
\pagestyle{scrheadings}
\clearpairofpagestyles
% ============= Beginning of the Document =============
\begin{document}
\setheadsepline{0.0pt}
Text
\end{document}
VG
000Fite