Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff6db4 commit 1cb330cCopy full SHA for 1cb330c
1 file changed
Doc/tools/sgmlconv/latex2esis.py
@@ -44,7 +44,7 @@ def encode(s):
44
return string.join(map(_charmap.get, s), '')
45
46
47
-ESCAPED_CHARS = "$%#^ {}"
+ESCAPED_CHARS = "$%#^ {}&"
48
49
50
def subconvert(line, ofp, table, discards, autoclosing, knownempty,
0 commit comments