Properly terminate command.

This amends 1c2700eb11.
This commit is contained in:
Juergen Spitzmueller 2019-08-19 07:32:57 +02:00
parent 8831d50936
commit bca4c65061

View File

@ -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;
}
}