"tools/imglab/vscode:/vscode.git/clone" did not exist on "a92b875f95b370567383979365ee45d048b2005e"
Commit 1dc7d603 authored by myhloli's avatar myhloli
Browse files

fix: add handling for copyright symbol in regex replacements

parent 61c1bb92
......@@ -349,6 +349,7 @@ REPLACEMENTS_PATTERNS = {
re.compile(r'\\vline = '): r'\\models ',
re.compile(r'\\vDash '): r'\\models ',
re.compile(r'\\sq \\sqcup '): r'\\square ',
re.compile(r'\\copyright'): r'©',
}
QQUAD_PATTERN = re.compile(r'\\qquad(?!\s)')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment