fixed dependencies

This commit is contained in:
nuknal
2024-10-24 15:46:01 +08:00
parent d16a5bd9c0
commit 1161e8d054
2005 changed files with 690883 additions and 0 deletions

View File

@@ -0,0 +1,254 @@
// Autogenerated. DO NOT EDIT.
package symbols
var (
AmbiDelim = NewSet(
"\\downarrow",
"\\Uparrow",
"\\|",
"\\updownarrow",
"\\vert",
"\\Vert",
"\\backslash",
".",
"\\Updownarrow",
"/",
"\\Downarrow",
"|",
"\\\\|",
"\\uparrow",
)
ArrowSymbols = NewSet(
"\\Uparrow",
"\\searrow",
"\\hookleftarrow",
"\\longleftrightarrow",
"\\longrightarrow",
"\\rightarrow",
"\\leadsto",
"\\nearrow",
"\\Updownarrow",
"\\rightharpoonup",
"\\Longrightarrow",
"\\leftrightarrow",
"\\downarrow",
"\\nwarrow",
"\\leftarrow",
"\\leftharpoondown",
"\\swarrow",
"\\Longleftarrow",
"\\Leftarrow",
"\\Longleftrightarrow",
"\\uparrow",
"\\hookrightarrow",
"\\rightleftharpoons",
"\\mapsto",
"\\Leftrightarrow",
"\\leftharpoonup",
"\\rightharpoondown",
"\\updownarrow",
"\\Rightarrow",
"\\longleftarrow",
"\\Downarrow",
"\\longmapsto",
)
BinaryOperators = NewSet(
"\\triangleleft",
"\\cup",
"+",
"\\oplus",
"*",
"\\bullet",
"\\star",
"\\diamond",
"\\div",
"\\bigtriangledown",
"\\unrhd",
"\\wr",
"\\bigtriangleup",
"\\sqcup",
"\\vee",
"\\sqcap",
"\\dagger",
"\\cdot",
"\\unlhd",
"\\triangleright",
"\\ddagger",
"\\amalg",
"\\circ",
"\\odot",
"\\cap",
"\\bigcirc",
"\\lhd",
"\\times",
"-",
"\\wedge",
"\\mp",
"\\otimes",
"\\ominus",
"\\ast",
"\\pm",
"\\oslash",
"\\rhd",
"\\setminus",
"\\uplus",
)
DropSubSymbols = NewSet(
"\\oint",
"\\int",
)
FontNames = NewSet(
"circled",
"default",
"cal",
"bf",
"regular",
"tt",
"scr",
"sf",
"frak",
"rm",
"it",
"bb",
)
FunctionNames = NewSet(
"lim",
"arccos",
"min",
"arcsin",
"gcd",
"arctan",
"sup",
"sec",
"max",
"cos",
"deg",
"arg",
"sin",
"log",
"sinh",
"ker",
"liminf",
"coth",
"exp",
"det",
"ln",
"lg",
"Pr",
"tan",
"tanh",
"csc",
"hom",
"cosh",
"cot",
"dim",
"limsup",
"inf",
)
LeftDelim = NewSet(
"\\lfloor",
"<",
"\\{",
"\\langle",
"[",
"(",
"\\lceil",
)
OverUnderFunctions = NewSet(
"sup",
"max",
"lim",
"limsup",
"min",
"liminf",
)
OverUnderSymbols = NewSet(
"\\biguplus",
"\\bigoplus",
"\\prod",
"\\bigcap",
"\\bigsqcup",
"\\bigodot",
"\\bigvee",
"\\bigwedge",
"\\sum",
"\\bigcup",
"\\coprod",
"\\bigotimes",
)
PunctuationSymbols = NewSet(
"!",
";",
"\\cdotp",
",",
".",
"\\ldotp",
)
RelationSymbols = NewSet(
"\\ni",
"\\leq",
"\\ll",
"\\supseteq",
"\\succ",
"=",
"\\neq",
"\\parallel",
"\\geq",
"\\prec",
"\\frown",
"\\in",
"\\Join",
"\\sqsubset",
"\\dashv",
"\\vdash",
"\\dots",
"\\asymp",
"\\subset",
"\\subseteq",
"\\sqsupseteq",
"<",
"\\models",
"\\bowtie",
"\\equiv",
":",
"\\sqsupset",
"\\smile",
"\\propto",
"\\dotplus",
"\\preceq",
"\\cong",
"\\simeq",
">",
"\\mid",
"\\approx",
"\\supset",
"\\gg",
"\\doteq",
"\\sqsubseteq",
"\\doteqdot",
"\\succeq",
"\\perp",
"\\sim",
)
RightDelim = NewSet(
"\\rceil",
"]",
"\\rangle",
">",
"\\}",
"\\rfloor",
")",
)
)