soeren87

Results 4 comments of soeren87

Hello, the dev tools of my browser displayed many errors. Many missing *.sty files, but not only the media9 ! Now I tried to build pdftex on my own. It...

Hello, it seems to be an other problem. I can build the normal sample file without errors. But when adding: \usepackage{media9} there are many different errors. here a part of...

Now it has got the media9.sty. Problem now, that media9 requires other packages which cannot be found. It is possible to add them manually, but i think this is the...

I added: var sty = "texlive/texmf-dist/tex/latex/"; to main.js. the part of texlive.compile(...) looks like this: ``` texlive.compile(code, root, function(pdf) { button.text('Compile'); button.removeAttr('disabled'); button.removeClass('disabled'); $('#buttons #open_pdf').remove(); $('#buttons').append('Open PDF').find('#open_pdf').click(function() { window.open('data:application/pdf;base64,'+window.btoa(pdf)); });...