From b2190c540280512f0c6d22cfdfd305610e00ee75 Mon Sep 17 00:00:00 2001
From: w2ak <durand.clement.13@gmail.com>
Date: Fri, 18 Mar 2016 00:52:01 +0100
Subject: [PATCH] =?UTF-8?q?r=C3=A9glage=20conflit=20tikz/babel?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 source/beamerx.sty | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/source/beamerx.sty b/source/beamerx.sty
index ac7e90d..f926d71 100644
--- a/source/beamerx.sty
+++ b/source/beamerx.sty
@@ -158,6 +158,9 @@
 %---------- Maketitle
 \AtBeginDocument{
     \renewcommand\maketitle{
+        \ifdefined\shorthandoff
+            \shorthandoff{;!?:}
+        \fi
         {
             \setlength{\unitlength}{0.1\paperheight}
             \setbeamertemplate{background canvas}{%
@@ -206,6 +209,10 @@
                 \end{flushright}
             \end{frame}
         }
+        \ifdefined\shorthandon
+            \shorthandon{;!?:}
+        \fi
     }
     \setbeamertemplate{background canvas}{}
 }
+\endinput
-- 
GitLab