michael-brade / LaTeX.js

JavaScript LaTeX to HTML5 translator
https://latex.js.org
MIT License
736 stars 58 forks source link

Add images in LaTeX? #111

Open RomeoDev777 opened 4 years ago

RomeoDev777 commented 4 years ago

I couldn't find in the examples how I can add images. Is it possible to add an image such as PNG? There's a picture command but I guess it's only for drawing and not displaying images.

michael-brade commented 4 years ago

Yes, you are right. I have not implemented \includegraphics yet, but it is quite high on my TODO list. I want to fix an issue with \put and the whitespace bugs first, then I'll do the graphics stuff.

RomeoDev777 commented 4 years ago

Thanks, that would be an awesome feature to have.