]> git.lyx.org Git - features.git/commitdiff
Fix known_escaped_chars
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 13 Mar 2018 12:00:58 +0000 (13:00 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 13 Mar 2018 12:00:58 +0000 (13:00 +0100)
src/tex2lyx/text.cpp

index 737569080ffcc66911e9c2a1daf018696032004f..9569e05a38881316ceefed05d942dcaadb3b7a92 100644 (file)
@@ -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