Skip to content
Snippets Groups Projects
Commit 77b69586 authored by rohieb's avatar rohieb
Browse files

s0minutes: heading and footer setup

parent f6996012
Branches
Tags v1.0
No related merge requests found
......@@ -40,6 +40,18 @@
\settowidth{\cftsecnumwidth}{TOP 10 }
\settowidth{\cftsubsecnumwidth}{TOP 1.10 }
% -- Heading and footer setup
% --
\RequirePackage{lastpage}
\RequirePackage{fancyhdr}
\pagestyle{fancy}
\lhead{\textsc{\@title}}
\chead{}
\rhead{\textsc{\sn@date}}
\lfoot{}
\cfoot{Seite \thepage\ von \pageref{LastPage}}
\rfoot{}
% -- User Commands and Environments
% --
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment