No page header marks with scrartcl and emulatestandardclasses in page style...
KOMA-Script is a bundle of versatile LaTeX classes and packages
Brought to you by:
kohm
When I use
\documentclass[emulatestandardclasses]{scrartcl}
\pagestyle{headings}
\begin{document}
\section{Test}
\newpage
empty page
\end{document}
the resulting PDF does not show the section in the page header. I need to explicitly also add option automark to have a page header. IMHO emulatestandardclasses should load scrlayer-scrpage with option automark otherwise the emulation would be incomplete, because
\documentclass{article}
\pagestyle{headings}
\begin{document}
\section{Test}
\newpage
empty page
\end{document}
does show page headers.
Could be a suggestion. Nevertheless, page style
headingsstill wouldn't be the same:Maybe I should replace using
scrlayer-scrpageby a redefinition of page styleheadingsandmyheadingsinstead. Ormyheadingsshould be redefined to at least show a warning. And maybe the automatic aliasing ofscrlayer-scrpageshould be extended tomyheadings.Another suggestion would be to just add a note to option
emulatestandardclassesin the German KOMA-Scrpt book. Wobei es dort bereits diesen Hinweis gibt:Note, that the option currently is not officially documented in the English and the German user manual. So if you expect a dedicated result, you should not use this option, but add some documented options (like
sfdefaults=false,fontsize=10pt,paper=letteretc.) and additional settings (like page style changes).So currently I would not say, that this is a bug an adding
automarkwould solve it. It is only a not documented feature of a not documented option. And I don't know, if an how I will change it.