From: Juergen Spitzmueller Date: Tue, 13 Mar 2018 12:00:58 +0000 (+0100) Subject: Fix known_escaped_chars X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3704 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ab4e9adf8626e0f1d5afea59bc58ebcce341dc98;p=features.git Fix known_escaped_chars --- diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 737569080f..9569e05a38 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -348,7 +348,7 @@ string minted_nonfloat_caption = ""; // Characters that have to be escaped by \\ in LaTeX char const * const known_escaped_chars[] = { - "&", "_", "$", "%", "#", "^", "{", "}"}; + "&", "_", "$", "%", "#", "^", "{", "}", 0}; /// splits "x=z, y=b" into a map and an ordered keyword vector