Skip to content

0.3.3-beta

Compare
Choose a tag to compare
@iaacornus iaacornus released this 03 Sep 15:46
· 174 commits to main since this release

This release contains experimental features

The new release includes some fixes and features:

  1. Fix regex error from word LaTeX as reported in #7
  2. Automatically replace some common math symbols, this is an experimental feature, with some documentation in #12 , but can be turned off in simtex.json by setting "REPLACE" to false.
  3. Fix subscript not being processed correctly in math mode #9
  4. Fix quotations not properly formatted #10
  5. Remove default filename parameter in simtex.json, use the input filename as output name if there is no specified.
  6. Use input filename as title, if there is also no specified.
  7. some little and potential bug fixes

Computed sha256sum of files below:

d57109caa3dfb45241ec1fbd1cda32e489a6afe2ec340b3d814833aab211be5c  simtex-0.3.3b0-py3-none-any.whl
0e2339e499deead5eac2f3e488156556c5b18d7ef2510c81875c2edbe3c6c0fe  simtex-0.3.3b0.tar.gz
8583077b76e4484aa33bcdce12ddb1d74240b179f4e5b848e4ba7c48579f8299  simtex

The program can be used with frozen program, simtex, where the dependencies as well as the python is packaged with, you can simply include it in your $PATH, which is usually $HOME/.local/bin in Linux and MacOS.

The .whl file can be installed with pip or pip3, dependencies required includes requests==2.28.1 and rich==12.4.4, to install the .tar.gz, refer to INSTALL.md.

Full Changelog: v0.3.2.2-beta...0.3.3-beta