From 0588095909dfb6c69ed777870dfe407189ee2df3 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Mon, 19 May 2025 11:56:00 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20les=20caract=C3=A8res=20sp=C3=A9ciaux=20m?= =?UTF-8?q?anquants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- formationTitle.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/formationTitle.sty b/formationTitle.sty index ea5db24..373959b 100644 --- a/formationTitle.sty +++ b/formationTitle.sty @@ -8,6 +8,10 @@ Gregory Trolliet] \RequirePackage{enumerate} \RequirePackage{numprint} \RequirePackage{graphicx} +\RequirePackage{newunicodechar} +\newunicodechar{·}{\kern-.25em\textperiodcentered\kern-.25em} +\newunicodechar{ }{\,} +\newunicodechar{’}{\textquoteright} \RequirePackage[pdfusetitle]{hyperref} @@ -268,3 +272,4 @@ not set, please fix this.} \end{longtable} } \endinput +