From: Juergen Spitzmueller Date: Mon, 19 Aug 2019 05:32:57 +0000 (+0200) Subject: Properly terminate command. X-Git-Tag: 2.3.4~63 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bca4c65061e8ff37367272646e3f3969c531df5b;p=features.git Properly terminate command. This amends 1c2700eb1132. --- 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; } }