public AugmentedMatrixAtom(SourceSpan source, Atom leftatom, Atom rightatom, TexAtomType type = TexAtomType.Ordinary) : base(source, type) { this.LeftBaseAtom = leftatom; this.RightBaseAtom = rightatom; }