Open baloe opened 3 years ago
This was introduced with 6df3265a667981d57e0f87b3a2fb3ce1e3b0f06c as the former behavior was non-deterministic, see #59. In order to suppress automatic marks, you should use:
\documentclass{tudscrartcl}
\usepackage[manualmark]{scrlayer-scrpage}
\begin{document}
\section{Test}
\end{document}
I have to think about it, whether this should be the default setting for tudscrartcl
or not.
I noticed that the default pagestyle for
tudscrartcl
is nowheadings
, while it used to be something likeempty
. Was that done intentionally? Because I couldn't find any note about this in the documentation.So I guess I need to add
\pagestyle{empty}
to a bunch of documents now.produces no page heading.
produces no page heading with v2.06j but prints the section title in the heading with v2.06l.
produces the desired output without heading when using v2.06l.