10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +02:00

Delete \vphantom

This commit is contained in:
Mickaël Véril 2019-11-12 15:27:53 +01:00
parent 5c92e5d30b
commit d37fd28713

View File

@ -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;
};
}