formatters.format_latex

format_latex(value, col_index=0, **kwargs)

Format IPython Latex objects to LaTeX text.

Pure conversion: wraps Latex data in without additional decoration. Column wrapping (e.g., prefix) is handled by wrap_column().

Parameters

value : Latex Latex object to format col_index : int, optional Column index (kept for API consistency, not used) **kwargs Ignored

Returns

str LaTeX string with wrapper