From 2b08169a5c2e8e4eee1fee2af19f9eba2c12ab6a Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 19 Aug 2019 07:30:06 +0200 Subject: [PATCH] Properly terminate command --- 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 ab997e1ea4..873073e8ac 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -851,7 +851,7 @@ void InsetGraphics::latex(otexstream & os, // We have a language that makes = active. Deactivate locally // for keyval option parsing (#2005). before = "\\begingroup\\catcode`\\=12"; - after = "\\endgroup"; + after = "\\endgroup "; } if (runparams.moving_arg) -- 2.39.5