formatters.format_int
format_int(value, col_index=0, **kwargs)Format Python integers to LaTeX.
Pure conversion: converts int to string without additional decoration. Column wrapping (e.g., ‘=’ prefix) is handled by wrap_column().
Parameters
value : int Integer value to format col_index : int, optional Column index (kept for API consistency, not used) **kwargs Ignored
Returns
str LaTeX string representation of integer