Skip to content

How to convert division symbol (u+00f7) or chr(247) to latex using py2tex? #63

@shashikulk

Description

@shashikulk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions