thecodechemist99

Results 33 comments of thecodechemist99

@steveukx I would also be interested in a support of cherry-picking within Simple Git.

> Can I ask what the procedure is for adding general tikz packages just for my knowledge. As far as I can tell, it includes checking whether they are in...

> In terms of updating packages, does the script have to be rebundled anytime a package updates and that needs to be added? As the package data is pulled from...

The issue here is the `\si` command. It seems like it belongs to the package `siunitx` which is currently not supported. The second example works when `\Omega` is used instead...

For me the example doesn’t work in a regular LaTeX environment with `circuitikz` version `1.6.7` either, this doesn’t seem to be a version-related issue.

This seems to be a rendering issue, at least the library files are included in the source code.

> Script lose one argument [stroke=""] under bond description. Adding this argument through DevTool change the situation (see selected string and last one) ! The issue is actually on the...

I extracted the intermediate dvi buffer for my previous example (the first one) from within the `tikzjax` code. It looks like the dvi is already broken, for some reason actually...

I managed to update the TeX engine within the plugin and added support for the `\expanded` primitive which lets me now use the latest `chemfig` package version (see [web2js](https://github.com/thecodechemist99/web2js/tree/include-extended) and...