manuels
manuels
I think I got it: probably CCITT support is not included in libtiff. Right now I don't have my laptop (I lost the power supply and I'm waiting for the...
Hmm, I don't get it! [Line 8 in tif_config.h](https://github.com/manuels/unix-toolbox.js-libtiff/blob/master/src/libtiff/tif_config.h#L8) clearly states that CCITT Group 3 and 4 support should be included!
@anthonyclays, great idea!
should work if you add the corresponding tex files to https://github.com/manuels/texlive.js/blob/master/texlive.lst
Thanks for the hint. I tried to include this package, but the warning stayed.
When I find the time, I will port bibtex to javascript. (http://www.tex.ac.uk/tex-archive/bibliography/bibtex/base/)
Hi, @ivanistheone, have a look at www.emscripten.org. There is a lot of information and also a link to a tutorial, I think. @brianmingus, in theory it would only be ```...
That's great! If you need help with bibtex, send me a message (or ask on irc in #emscripten, there is really great support)
This looks great already! I had a short look at your code and could also not debug that plain.bst issue, yet. As soon as your code works, I will link...
you can try to compile it with `emcc ... -s FS_LOG=1`