LaTeX.js icon indicating copy to clipboard operation
LaTeX.js copied to clipboard

How hard would it be to extend this with something like Chemfig?

Open SourceCodeDeleted opened this issue 1 year ago • 2 comments

I am considering extending this with something like Chemfig - Would chemfig be possible to convert or use in this project?

SourceCodeDeleted avatar Jul 21 '24 04:07 SourceCodeDeleted

Oh, I don't think so, this is probably one the hardest packages to integrate. It builds on pgf/tikz and I would love to have that in LaTeX.js, but before that is possible, so much else has to be done first. I would suggest to use native LaTeX to export an SVG from chemfig and then include that.

michael-brade avatar Jul 24 '24 02:07 michael-brade

I am thinking of a solution - I might be able to pull it off using a WEB ASM plugin, but I am still in the evaluation stages. I like your tool - it's fast like KATEX is and I think it would be cool to have Chemfig in it.

SourceCodeDeleted avatar Jul 24 '24 09:07 SourceCodeDeleted