Escape backslash

This commit is contained in:
Juergen Spitzmueller 2015-06-13 11:37:10 +02:00
parent 6f84ceb821
commit 111102909b

View 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