Fix escaping
[shutils.git] / bib2html.py
index 7557ccead879e23eb94afeab328bc2420e01a5cc..7a1b7d93ce5bb5f4a43667941ec1cc4e701a8719 100755 (executable)
@@ -44,7 +44,7 @@ def format_latex(text):
         '\\"a': 'ä',
         '\\"o': 'ö',
         '\\"u': 'u',
-        '\mathcal': '',
+        '\\mathcal': '',
         '{': '',
         '}': '',
         '\\': '',