From ab4e9adf8626e0f1d5afea59bc58ebcce341dc98 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 13 Mar 2018 13:00:58 +0100 Subject: [PATCH] Fix known_escaped_chars --- src/tex2lyx/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2