From: Juergen Spitzmueller Date: Sat, 13 Jun 2015 09:37:10 +0000 (+0200) Subject: Escape backslash X-Git-Tag: 2.2.0alpha1~533 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=111102909b42aafe634444eb5c56f24b51276d82;p=lyx.git Escape backslash --- diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index cd69744ea9..c4cac3edfc 100644 --- a/lib/lyx2lyx/lyx_2_2.py +++ b/lib/lyx2lyx/lyx_2_2.py @@ -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