Escape the '#' mark
svn: r958
This commit is contained in:
parent
14d8707ac3
commit
4c8c7d2a54
@ -374,6 +374,7 @@ class LaTeXDoc(TextDoc):
|
||||
"""Write the text to the file"""
|
||||
if text == '\n':
|
||||
text = '\\newline\n'
|
||||
text = string.replace(text,'#','\#')
|
||||
self.f.write(text)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user