示例#1
0
 public static string LatexSymbolNameForAtom(MathAtom atom) =>
 Commands.TryGetBySecond(atom, out var name) ? name : null;
示例#2
0
 public static void AddLatexSymbol(string name, MathAtom atom) =>
 Commands.Add(name, atom);
示例#3
0
 public IMathAtom Visit(MathAtom target, bool finalize)
 => new MathAtom(target, finalize);