From b78c6b01ba9841b9251c29732889e5d5e98ae773 Mon Sep 17 00:00:00 2001
From: Thomas FOURIER <thomas.fourier@polytechnique.edu>
Date: Thu, 17 Aug 2023 08:52:32 +0000
Subject: [PATCH] fix overfullhbox in title

---
 source/polytechnique.dtx | 2 +-
 source/polytechnique.sty | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/polytechnique.dtx b/source/polytechnique.dtx
index b296066..4c4555c 100644
--- a/source/polytechnique.dtx
+++ b/source/polytechnique.dtx
@@ -894,7 +894,7 @@ LaTeX version 1999/12/01 or later.
 %On redefinit la variable |\titlepagebottomline| pour l'option |titlepage|.
 %    \begin{macrocode}
     \renewcommand{\titlepagebottomline}{
-    	\begin{minipage}{5\largeurlogohori}
+    	\begin{minipage}{\linewidth}
     	    \centering
     	    \raisebox{-0.5\height}{
                 \includegraphics[width=1.5\largeurlogohori]
diff --git a/source/polytechnique.sty b/source/polytechnique.sty
index 2cfc5b8..4d69777 100644
--- a/source/polytechnique.sty
+++ b/source/polytechnique.sty
@@ -358,7 +358,7 @@
         }
     }{}
     \renewcommand{\titlepagebottomline}{
-     \begin{minipage}{5\largeurlogohori}
+     \begin{minipage}{\linewidth}
          \centering
          \raisebox{-0.5\height}{
                 \includegraphics[width=1.5\largeurlogohori]
-- 
GitLab