mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Delete \vphantom
This commit is contained in:
parent
5c92e5d30b
commit
d37fd28713
@ -53,7 +53,7 @@ class state {
|
|||||||
return str;
|
return str;
|
||||||
};
|
};
|
||||||
toLaTeX() {
|
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;
|
return tex;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user