Returns LaTeX-math annotation data for visualizing the canonicalization pipeline. Each atom class can override this to provide a custom LaTeX name, definition, and conic form. The default stub auto-generates from class metadata.
smith_annotation(expr, aux_var = "t", child_vars = character(0), ...)A list with components: latex_name, latex_definition, conic, doc_topic, developer.
An Expression, Atom, or Leaf.
Character: the auxiliary variable name assigned to this node (e.g., "t_3").
Character vector: auxiliary variable names of the children.
Reserved for future use.