mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
parent
1b70e374ac
commit
e2c874de5f
@ -78,6 +78,8 @@ public class LatexCreatorType implements TypeVisitor {
|
||||
// this class is used in frontend/src/mathjax-setup.js
|
||||
latex.append("\\class{typicalc-type typicalc-type-")
|
||||
.append(variable.hashCode())
|
||||
.append("-")
|
||||
.append(variable.getUniqueIndex())
|
||||
.append("}{");
|
||||
}
|
||||
latex.append(name);
|
||||
|
Loading…
Reference in New Issue
Block a user