From d37fd28713b3a13f5241897c4c024d329ab35cd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 12 Nov 2019 15:27:53 +0100 Subject: [PATCH] Delete \vphantom --- static/js/data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/data.js b/static/js/data.js index b16b3bf3..e6226c2e 100644 --- a/static/js/data.js +++ b/static/js/data.js @@ -53,7 +53,7 @@ class state { return str; }; toLaTeX() { - var tex = String.raw`${this.number}\:\vphantom{\mathrm{${this.symetry.charAt(0)}}}^{${this.multiplicity}}\mathrm{${this.symetry}}`; + var tex = String.raw`${this.number}\:^{${this.multiplicity}}\mathrm{${this.symetry}}`; return tex; }; }