From f3489c846d9254f9b96f4f3deed9db110958e94d Mon Sep 17 00:00:00 2001 From: Yann Salmon Date: Tue, 9 Feb 2021 19:28:37 +0100 Subject: [PATCH] =?UTF-8?q?Probl=C3=A8me=20lors=20de=20l'utilisation=20dan?= =?UTF-8?q?s=20un=20titre=20de=20section.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- latex/yslistings.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/yslistings.sty b/latex/yslistings.sty index 07f6408..173732f 100644 --- a/latex/yslistings.sty +++ b/latex/yslistings.sty @@ -11,7 +11,7 @@ \lstinline@} %@ \let\lstinlinetm\lstinline -\renewcommand\lstinline{\ifmmode\let\next\lstinlinemm\else\let\next\lstinlinetm\fi\next} +\DeclareRobustCommand\lstinline{\ifmmode\let\nextlstinline\lstinlinemm\else\let\nextlstinline\lstinlinetm\fi\nextlstinline} \RequirePackage{lstautogobble} \RequirePackage{fontawesome}