fix(appearance): Set left/right bottom corner to be displayed
This commit is contained in:
parent
6cafc85469
commit
28f8418333
@ -6,5 +6,10 @@ mail: <emploi@dossmann.net>
|
||||
date: 05 mars 2025
|
||||
version: 0.1
|
||||
mentor: Jérémie \textsc{Tarot}
|
||||
qrcode: https://odtre.gitlab.io/diapos/
|
||||
geometry:
|
||||
- left=30mm
|
||||
- right=30mm
|
||||
- bottom=38mm
|
||||
---
|
||||
|
||||
|
@ -361,17 +361,17 @@ $endif$
|
||||
% Encart en bas à gauche
|
||||
\setlength{\unitlength}{1mm}
|
||||
\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}
|
||||
\put(-47,-27){\textbf{\textcolor{white}{Page \thepage}}}
|
||||
\put(-27,-23){\textbf{\textcolor{white}{Page \thepage}}}
|
||||
}
|
||||
\fancyfoot[RO]{
|
||||
% Encart en bas à droite
|
||||
\setlength{\unitlength}{1mm}
|
||||
\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}
|
||||
\put(35,-27){\textbf{\textcolor{white}{Page \thepage}}}
|
||||
\put(13,-23){\textbf{\textcolor{white}{Page \thepage}}}
|
||||
}
|
||||
|
||||
\renewcommand{\headrulewidth}{2pt}
|
||||
@ -422,7 +422,7 @@ $else$
|
||||
% QRCODE de la présentation
|
||||
\vfill
|
||||
{\quad
|
||||
\qrcode{https://odtre.gitlab.io/diapos/}
|
||||
\qrcode{$qrcode$}
|
||||
\qquad
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user