Skip to content
New issue

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

feature request: maths formula or Latex support #126

Open
httassadar opened this issue Oct 24, 2014 · 2 comments
Open

feature request: maths formula or Latex support #126

httassadar opened this issue Oct 24, 2014 · 2 comments
Labels
Milestone

Comments

@httassadar
Copy link

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.

@scanny scanny modified the milestone: later Nov 16, 2014
@nilswagner
Copy link

+1

@scanny scanny added the LaTex label Aug 18, 2016
@nhkhai
Copy link

nhkhai commented Dec 7, 2020

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants