I want to use the latex() command from sympy a lot in my code. However I want every multiplication to be printed with a dot, and I do this by adding mul_symbol= "dot" after the variable I want the latex form of.I want to use the latex() command from sympy a