From f185c579dcd4ed676d1d5c3af62db8fff7c6cdb7 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Fri, 4 Aug 2023 21:09:46 +0200
Subject: [PATCH] article an report actually both use outer pagenumbers

---
 HsH-classes.dtx     | 3 +--
 src/HsH-article.cls | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/HsH-classes.dtx b/HsH-classes.dtx
index d9642fd..2de0aa3 100644
--- a/HsH-classes.dtx
+++ b/HsH-classes.dtx
@@ -207,8 +207,7 @@
 % first clear the default styles
 \clearpairofpagestyles
 % than we set the pagenumber for the plain and normal style
-%<article>\cfoot*{\pagemark}
-%<report>\ofoot*{\pagemark}
+\ofoot*{\pagemark}
 %
 % now we define our custom header style
 \newpagestyle{HsHheadings}{
diff --git a/src/HsH-article.cls b/src/HsH-article.cls
index fcd9e81..4700e5d 100644
--- a/src/HsH-article.cls
+++ b/src/HsH-article.cls
@@ -150,7 +150,7 @@
 
 %% header and footer
 \clearpairofpagestyles
-\cfoot*{\pagemark}
+\ofoot*{\pagemark}
 \newpagestyle{HsHheadings}{
   {
     \parbox[b]{\sls@headwidth}{
-- 
GitLab