From bca4c65061e8ff37367272646e3f3969c531df5b Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 19 Aug 2019 07:32:57 +0200 Subject: [PATCH] Properly terminate command. This amends 1c2700eb1132. --- src/insets/InsetGraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index b603d2c5fd..b7b965025b 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -849,7 +849,7 @@ void InsetGraphics::latex(otexstream & os, // Turkish and Latin activate = (#2005). // Deactivate locally for keyval option parsing before = "\\begingroup\\catcode`\\=12"; - after = "\\endgroup"; + after = "\\endgroup "; break; } } -- 2.39.5