Fix known_escaped_chars

This commit is contained in:
Juergen Spitzmueller 2018-03-13 13:00:58 +01:00
parent 949de66956
commit ab4e9adf86

View 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