From aa02776c3eaa2d8567cf1c8608dc1d65f2bd77cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= Date: Sun, 23 May 2021 14:53:21 +0200 Subject: [PATCH] Redefine all predefined page styles of the backend class --- style/mu/base.dtx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style/mu/base.dtx b/style/mu/base.dtx index 4cfdd95..1763b12 100644 --- a/style/mu/base.dtx +++ b/style/mu/base.dtx @@ -9,7 +9,7 @@ % after \texttt{style/fithesis-base.sty}, regardless of the value % of the |\thesis@style| macro. % \begin{macrocode} -\ProvidesPackage{fithesis/style/mu/fithesis-mu-base}[2021/04/24] +\ProvidesPackage{fithesis/style/mu/fithesis-mu-base}[2021/05/23] \NeedsTeXFormat{LaTeX2e} % \end{macrocode} % The file recognizes the following options: \begin{itemize} @@ -1336,6 +1336,12 @@ \let\@evenfoot\@oddfoot \fi \let\@mkboth\markboth} +% \end{macrocode} +% \changes{v1.0.0}{2021/05/23}{Redefine all predefined page styles of the +% backend class, so that they can't be accidentally activated. [VN]} +% \begin{macrocode} +\let\ps@headings\ps@thesisheadings +\let\ps@myheadings\ps@thesisheadings % Redefine the style of the chapter headings. \renewcommand*\chapter{%