v0.3.0-beta
The version 0.3.0 moved from alpha to beta phase. The changes includes refactored codebase, as well as some other features and improvements:
- Better support for text formats, such as bold, italics, and inline code.
- Support for other compiler,
xetex
, andluatex
are supported, but every other compiler can be used given that it is inPATH
and is functional and installed. - replacement of "latex" word with the LaTeX typeset.
- strike through, superscript, subscript, emphasize, and underline support.
- "Smart quotes" as well as code blocks.
- Filename as title parameter.
- Improved versatility of program -- the program wont raise systemexit immediately anymore after missing or errenous parameters.
Non-major changes:
- Improved formatting of output LaTeX file.
- Bug fixes.
- Improved codebase, the program should now be faster, as opposed to previous one that is cluttered with code.
- More contributor friendly since the code base is now less messy, at least for me.
- Released in pypi for easier installation
Computed sha256sum of the files below:
7e01a550fd681b23d45a88f6f11892ed98fb19f8700f41345b80654c0aa24e5e simtex-0.3.0b0-py3-none-any.whl
9513c0c778dc80d6d05e1b1560690d098aba0a61646d1d07efe112ba6b8fab45 simtex-0.3.0b0.tar.gz
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.2.1-alpha...v0.3.0-beta