String printNode(LatexNode node) { _output.clear(); _indent = 0; visit(node); return _output.toString(); }