From: Stefan Huber Date: Tue, 18 Jun 2024 10:48:53 +0000 (+0200) Subject: Fix escaping X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=d7b49a5434e2001d5e04ab8d9ea290982933d037;p=shutils.git Fix escaping --- diff --git a/bib2html.py b/bib2html.py index 7557cce..7a1b7d9 100755 --- a/bib2html.py +++ b/bib2html.py @@ -44,7 +44,7 @@ def format_latex(text): '\\"a': 'ä', '\\"o': 'ö', '\\"u': 'u', - '\mathcal': '', + '\\mathcal': '', '{': '', '}': '', '\\': '',