kisonecat / tikzjax

TikZJax is TikZ running under WebAssembly in the browser
LaTeX Project Public License v1.3c
437 stars 36 forks source link

Use another tikz libraries #13

Closed nosuke23 closed 2 years ago

nosuke23 commented 2 years ago

Hi. I want to add all the packages included in [texlive-pictures] (https://packages.debian.org/en/buster/texlive-pictures) to make use of this library. Then I couldn't solve the error with node-kpathsea of web2js, so I tried to create a coredump using the one in the binaryen branch, but \usepakcage described in plain.tex became "Undefined control sequence".

How can I use \usepacakge on web2js? Or is it possible to upgrade tikzjax officially?

nosuke23 commented 2 years ago

I didn't understand what plain.tex is and thought that it was loading the distribution. I would like to use it by trial and error.