Skip to content
Snippets Groups Projects
Commit 6dee650d authored by Jan Wille's avatar Jan Wille
Browse files

fix plain pagestyle

parent 1d9f9dae
Branches
Tags
No related merge requests found
......@@ -200,6 +200,13 @@
%
%<*article|report>
%% header and footer
% first clear the default styles
\clearpairofpagestyles
% than we set the pagenumber for the plain and normal style
%<article>\cfoot*{\pagemark}
%<report>\ofoot*{\pagemark}
%
% now we define our custom header style
\newpagestyle{HsHheadings}{
% twosided left page header
{
......
......@@ -145,6 +145,8 @@
\upsubscripts
%% header and footer
\clearpairofpagestyles
\cfoot*{\pagemark}
\newpagestyle{HsHheadings}{
{
\parbox[b]{\sls@headwidth}{
......
......@@ -145,6 +145,8 @@
\upsubscripts
%% header and footer
\clearpairofpagestyles
\ofoot*{\pagemark}
\newpagestyle{HsHheadings}{
{
\parbox[b]{\sls@headwidth}{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment