mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fix known_escaped_chars
This commit is contained in:
parent
949de66956
commit
ab4e9adf86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user