fix(appearance): Set left/right bottom corner to be displayed

This commit is contained in:
Olivier DOSSMANN 2025-02-18 17:38:36 +01:00
parent 6cafc85469
commit 28f8418333
2 changed files with 10 additions and 5 deletions

View File

@ -6,5 +6,10 @@ mail: <emploi@dossmann.net>
date: 05 mars 2025 date: 05 mars 2025
version: 0.1 version: 0.1
mentor: Jérémie \textsc{Tarot} mentor: Jérémie \textsc{Tarot}
qrcode: https://odtre.gitlab.io/diapos/
geometry:
- left=30mm
- right=30mm
- bottom=38mm
--- ---

View File

@ -361,17 +361,17 @@ $endif$
% Encart en bas à gauche % Encart en bas à gauche
\setlength{\unitlength}{1mm} \setlength{\unitlength}{1mm}
\begin{picture}(0,0) \begin{picture}(0,0)
\put(-54,-32.5){\includegraphics[width=40mm]{media/bordure_bas_gauche.png}} \put(-31,-28){\includegraphics[width=40mm]{media/bordure_bas_gauche.png}}
\end{picture} \end{picture}
\put(-47,-27){\textbf{\textcolor{white}{Page \thepage}}} \put(-27,-23){\textbf{\textcolor{white}{Page \thepage}}}
} }
\fancyfoot[RO]{ \fancyfoot[RO]{
% Encart en bas à droite % Encart en bas à droite
\setlength{\unitlength}{1mm} \setlength{\unitlength}{1mm}
\begin{picture}(0,0) \begin{picture}(0,0)
\put(23,-33){\includegraphics[width=40mm]{media/bordure_bas_droite.png}} \put(-0.5,-27.5){\includegraphics[width=40mm]{media/bordure_bas_droite.png}}
\end{picture} \end{picture}
\put(35,-27){\textbf{\textcolor{white}{Page \thepage}}} \put(13,-23){\textbf{\textcolor{white}{Page \thepage}}}
} }
\renewcommand{\headrulewidth}{2pt} \renewcommand{\headrulewidth}{2pt}
@ -422,7 +422,7 @@ $else$
% QRCODE de la présentation % QRCODE de la présentation
\vfill \vfill
{\quad {\quad
\qrcode{https://odtre.gitlab.io/diapos/} \qrcode{$qrcode$}
\qquad \qquad
} }