We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing maths is needed very frequently in scientific background. Powerpoint has built-in formula support, is it possible to have access to that?
At the moment, when I want some formula, I'll generate a picture and add_picture
r = requests.get( 'http://latex.codecogs.com/png.latex?\dpi{900} %s' % formula ) tmpfname = r"H:\tmpplots\pptx_formula.png" f = open( tmpfname, 'wb' ) f.write( r.content ) f.close()
This is OK for occasional displayed maths, but for frequent use of Greeks, sub/super-scripts etc, I have to manually edit the file afterwards.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Writing maths is needed very frequently in scientific background. Powerpoint has built-in formula support, is it possible to have access to that?
At the moment, when I want some formula, I'll generate a picture and add_picture
This is OK for occasional displayed maths, but for frequent use of Greeks, sub/super-scripts etc, I have to manually edit the file afterwards.
The text was updated successfully, but these errors were encountered: