colour_visuals.common.unlatexify# class colour_visuals.common.unlatexify(text: str)[source]# Bases: Unlatexify given string. Parameters: text (str) – String to remove the LaTeX character markup from. Returns: Unlatexified string. Return type: str