]> git.lyx.org Git - lyx.git/commitdiff
Escape backslash
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 13 Jun 2015 09:37:10 +0000 (11:37 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 13 Jun 2015 09:37:36 +0000 (11:37 +0200)
lib/lyx2lyx/lyx_2_2.py

index cd69744ea9fb985d87d52d5b0d8bfdd703f5df2b..c4cac3edfcc8cb992008203250d88fd0b39a4bdb 100644 (file)
@@ -1046,7 +1046,7 @@ color_names = ["brown", "darkgray", "gray", \
                "pink", "purple", "teal", "violet"]
 
 def revert_textcolor(document):
-    " revert new \texcolor colors to TeX code "
+    " revert new \\texcolor colors to TeX code "
 
     i = 0
     j = 0