mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
Consistent latex export
This commit is contained in:
parent
1ee86c5c32
commit
3c0347492a
@ -18,8 +18,8 @@ public final class LatexCreatorConstants {
|
||||
protected static final String CONST = "Const";
|
||||
protected static final String LET = "let";
|
||||
protected static final String IN = "in";
|
||||
protected static final String MGU = "mgu";
|
||||
protected static final String UNIFY = "unify";
|
||||
protected static final String MGU = "\\textit{mgu}";
|
||||
protected static final String UNIFY = "\\textit{unify}";
|
||||
protected static final String CONSTRAINT_SET = "C";
|
||||
protected static final String TYPE_ABSTRACTION = "ta";
|
||||
|
||||
|
@ -85,6 +85,5 @@ share.neededPackagesTree=\
|
||||
\\usepackage{bussproofs}\n\
|
||||
\\usepackage{amsmath}
|
||||
share.neededPackagesUnification=\
|
||||
\\usepackage{amsmath}\
|
||||
\\usepackage{xcolor}\
|
||||
\\usepackage{stix}
|
||||
\\usepackage{xcolor}\n\
|
||||
\\usepackage{amsmath}
|
||||
|
Loading…
Reference in New Issue
Block a user