Math Equations allows you to take your typeset languages and convert them to images to use inside of your slideshow. Other features include the ability to reload a equation image and make changes and re upload to your presentation.
Math Equations allows you to take your typeset languages and convert them to images to use inside of your slideshow. Other features include the ability to reload a equation image and make changes and re upload to your presentation. Recent changes added the math equations data into the alt text, which you can see by clicking using control + alt + y.Supported Languages are-Latex-AsciiMath-MathMLOther Features-Font Color-Font SizeIf you have any problems just send my a message atbafeaturerequest@gmail.comCode can be located athttps://github.com/brendena/MathEquationsGoogleSlideIf this extension is interested you can check out my other extension that allows you to create math equations on any site.https://chrome.google.com/webstore/detail/math-equations/fkioioejambaepmmpepneigdadjpfamhExamplesTex --valid Tex equation x^n + y^n = z^n Tex type uses inline notation. Which restricts what you can add in your equation. Add \[ ]\ will cause a error at the current iteration. Also many formatting tags and the use of usepackage will cause a error. Some of these feature i will include after i build a separate window to work on larger equations. MathML --Valid MathML π r 2 MathML doesn't need to have a tag to be a valid equation. AsciiMath --Valid AsciiMath sum_(i=1)^n i^3=((n(n+1))/2)^2