Compare commits

..

No commits in common. "f85a19055d5d03782f20469231ef2b0ec1e96bae" and "0f0879ecdcdf76ab53851f640c8f0675f3248e62" have entirely different histories.

1 changed files with 2 additions and 14 deletions

View File

@ -103,10 +103,6 @@
\setlength\fboxrule{0.75pt}
\newcommand{\mybox}[1]{\fbox{$~~~ \displaystyle#1 ~~~$}}
\newcommand\PreviousYear{%
\advance\year by -1 \the\year\advance\year by 1
}
\newcommand\NextYear{%
\advance\year by 1 \the\year\advance\year by -1
}
@ -156,11 +152,7 @@
% Saisons concernées
\begin{textblock}{200}(0,11.68)
\centering
\ifnum \number\month < 9
\textcolor{white}{\fontsize{30}{84}\selectfont {\PreviousYear}\hspace{3cm} {\the\year}}\par
\else
\textcolor{white}{\fontsize{30}{84}\selectfont {\the\year}\hspace{3cm} {\NextYear}}\par
\fi
\end{textblock}
% FfG en bas à gauche
@ -192,11 +184,7 @@
\renewcommand{\footrulewidth}{0pt}
\fancyfoot[L]{\fontsize{9}{10}\selectfont \textit{\textcolor{footer_color}{Formation des Cadres\\ \discipline}}}
\fancyfoot[C]{\fontsize{9}{10}\selectfont \textit{\textcolor{footer_color}{p. \thepage}}}
\ifnum \number\month < 9
\fancyfoot[R]{\fontsize{9}{10}\selectfont \textit{\textcolor{footer_color}{Edition \PreviousYear~-~\the\year}}}
\else
\fancyfoot[R]{\fontsize{9}{10}\selectfont \textit{\textcolor{footer_color}{Edition \the\year~-~\NextYear}}}
\fi
}