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 139 forks source link

png images #36

Open leonelhs opened 8 years ago

leonelhs commented 8 years ago

can texlive.js produce png images as output?

manuels commented 8 years ago

Nope, just pdf and dvi. Just like pdflatex in "real life".

leonelhs commented 8 years ago

what is the procedure to create dvi?

manuels commented 8 years ago

you must change the parameters (-output-format=dvi ) for pdlatex here: https://github.com/manuels/texlive.js/blob/master/pdftex.js#L160