From 3eec8e74316248c518e1b0e46b4cf9ccea5b5d7d Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 30 Sep 2021 09:21:38 +0200 Subject: [PATCH] new design --- template_cours.cls | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/template_cours.cls b/template_cours.cls index e2ac53a..f8adc5d 100755 --- a/template_cours.cls +++ b/template_cours.cls @@ -163,15 +163,15 @@ breaklinks=true, \usepackage{fancyhdr} \pagestyle{fancy} -\lhead{\thedate} -\chead{\thelevel} -\rhead{\thesequence} +\lhead{} +\chead{} +\rhead{\thelevel\thedate~: \thesequence} \usepackage{lastpage} \renewcommand{\footrulewidth}{0.4pt}% default hline is 0pt -\lfoot{\theauthor} -\cfoot{\thepage \,/ \pageref{LastPage}} -\rfoot{\thelicence} +\lfoot{\thelicence~\theauthor} +\cfoot{} +\rfoot{\thepage \,/ \pageref{LastPage}} \def \ifempty#1{\def\temp{#1} \ifx\temp\empty }