manuels / texlive.js

Compiling LaTeX (TeX live) in your browser
http://manuels.github.com/texlive.js/
GNU General Public License v2.0
1.25k stars 140 forks source link

Compatibility Table #19

Open Merg1255 opened 10 years ago

Merg1255 commented 10 years ago

Hi! @manuels Thanks for making this library :)

I was curious to know what things of texlive are not supported in texlive.js. For example, are the following supported:

Could you please create an examples page, similar to the one you created for hpdf.js? That would indeed help a lot with the above.

Thanks!

manuels commented 10 years ago

Hi, sorry for my late reponse. I'm pretty busy right now.

About the image formats: all formats that are supported by pdflatex are also supported by this js version of pdflatex - though I doubt that png is one of them. It was ported here: https://github.com/brianmingus/bibtex.js/ You can add your additional classes. See here for how you add them to pdflatex.js' virtual filesystem: https://github.com/kripken/emscripten/wiki/Filesystem-API bibtex is an additional programm. I

Merg1255 commented 10 years ago

Thanks for your response! :) I can see the way it can be done, but could you create a simple example in a page so that newcomers will find it easier to use? Thank you in advance.