mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +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 CONST = "Const";
|
||||||
protected static final String LET = "let";
|
protected static final String LET = "let";
|
||||||
protected static final String IN = "in";
|
protected static final String IN = "in";
|
||||||
protected static final String MGU = "mgu";
|
protected static final String MGU = "\\textit{mgu}";
|
||||||
protected static final String UNIFY = "unify";
|
protected static final String UNIFY = "\\textit{unify}";
|
||||||
protected static final String CONSTRAINT_SET = "C";
|
protected static final String CONSTRAINT_SET = "C";
|
||||||
protected static final String TYPE_ABSTRACTION = "ta";
|
protected static final String TYPE_ABSTRACTION = "ta";
|
||||||
|
|
||||||
|
@ -85,6 +85,5 @@ share.neededPackagesTree=\
|
|||||||
\\usepackage{bussproofs}\n\
|
\\usepackage{bussproofs}\n\
|
||||||
\\usepackage{amsmath}
|
\\usepackage{amsmath}
|
||||||
share.neededPackagesUnification=\
|
share.neededPackagesUnification=\
|
||||||
\\usepackage{amsmath}\
|
\\usepackage{xcolor}\n\
|
||||||
\\usepackage{xcolor}\
|
\\usepackage{amsmath}
|
||||||
\\usepackage{stix}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user