mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-24 13:23:40 +01:00
Delete \vphantom
This commit is contained in:
parent
5c92e5d30b
commit
d37fd28713
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user