In one of the maths equations, I am having division symbol (u+00f7) or chr(247) as below -
txt1 = '3/4' + ' ' + chr(247) + ' ' + '8/15'
When I use py2tex to convert it into latex, I am getting below error -
SyntaxError: invalid character '÷' (U+00F7)
Can anyone please suggest / help how to convert this character / such maths characters to LaTex using py2tex?