From 9a54892cceda9b3dac344fc5f34337f8f2358c8d Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Wed, 22 May 2019 20:25:24 +0200 Subject: [PATCH] Place page number at the outer foot edge of content pages. --- myclass.cls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/myclass.cls b/myclass.cls index 042052c..ec23fee 100644 --- a/myclass.cls +++ b/myclass.cls @@ -4,6 +4,11 @@ %% Just use the original class and pass the options \LoadClassWithOptions{report} +% Place page number at the outer foot edge of content pages +\usepackage[pagestyles]{titlesec} +\newpagestyle{mystyle}{\setfoot[\thepage][][]{}{}{\thepage}} +\pagestyle{mystyle} + \renewcommand{\baselinestretch}{1.2} \makeatletter -- 2.47.2