from pyexlatex.texgen.replacements.replacer import latex_replacer [docs]def general_latex_replacements(string): return latex_replacer.replace(string)