From: Petter Reinholdtsen Date: Wed, 22 May 2019 18:25:24 +0000 (+0200) Subject: Place page number at the outer foot edge of content pages. X-Git-Tag: es-printed~54 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/9a54892cceda9b3dac344fc5f34337f8f2358c8d?ds=sidebyside Place page number at the outer foot edge of content pages. --- 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