From: Juergen Spitzmueller Date: Mon, 19 Aug 2019 05:30:06 +0000 (+0200) Subject: Properly terminate command X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2b08169a5c2e8e4eee1fee2af19f9eba2c12ab6a;p=features.git Properly terminate command --- 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)