From 9f467cdcde5b57d76f504deacf55819488756910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Sat, 7 Dec 2024 22:43:07 +0100 Subject: [PATCH] [EN] Update SVG cache --- wikidict/svg_cache.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wikidict/svg_cache.py b/wikidict/svg_cache.py index eed69f82..19faf429 100644 --- a/wikidict/svg_cache.py +++ b/wikidict/svg_cache.py @@ -1473,6 +1473,7 @@ "e": '\ne\n\n\n', "e \\circ \\tilde f\n= f": '\ne\\circ {\\tilde {f}}=f\n\n\n', "e \\circ \\tilde f \n= f": '\ne\\circ {\\tilde {f}}=f\n\n\n', + "e \\circ \\tilde f = f": '\ne\\circ {\\tilde {f}}=f\n\n\n', "e:E \\to X": '\ne:E\\to X\n\n\n', "e^x": '\ne^{x}\n\n\n', "e^x = 1\\,": '\ne^{x}=1\\,\n\n\n', @@ -1572,6 +1573,7 @@ "f: X\\rightarrow Y": '\nf:X\\rightarrow Y\n\n\n', "f: X^n \\rightarrow \\mathcal{P}(X)": '\nf:X^{n}\\rightarrow {\\mathcal {P}}(X)\n\n\n', "f: \\R^m\\rightarrow\\R": '\nf:\\mathbb {R} ^{m}\\rightarrow \\mathbb {R} \n\n\n', + "f: \\mathbb{R}^n \\to \\mathbb{R}": '\nf:\\mathbb {R} ^{n}\\to \\mathbb {R} \n\n\n', "f: \\textbf{R} \\to Y": '\nf:{\\textbf {R}}\\to Y\n\n\n', "f: a \\to b": '\nf:a\\to b\n\n\n', "f: x \\mapsto k x + m": '\nf:x\\mapsto kx+m\n\n\n',