예제 #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);