Simtex

Latest version: v0.4.2b1

Safety actively analyzes 623657 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.2beta

This release contains major change on commandline syntax as well as options:

1. Feauturing a more simple use of the program, it now only requires the input file, and `-b` as well as `-B` is simple a toggle argument that does not require input, `-c` and `-i` were also removed. Some commands were also simplified, kindly refer to 25 and README for the full options of the program, which can also be accessed via `simtex -h` __credits__ to The Coding Den reviewers.
2. Support for centered sections that can be toggled with `c` in the sections syntax, e.g. `c` or by simply adding `\centering` to the title, although the latter is now new 26
3. Autocorrect feature was also removed as deemed unnecessary

The sha256sum of the files below:

6767685fe984ce2f07810c06b0534c3e6514ce5eb3e4c1f7b3be70b6e0f4dd22 simtex-0.4.2b0-py3-none-any.whl
61fa56fa519604c185d6bdb55c4250452a9513978ce257d648e797d8f1edceac simtex-0.4.2b0.tar.gz
05a84a107a21c62e62e885e3c74c886d9fb00db8f86c481055c4d2fbb80f3564 simtex


**Full Changelog**: https://github.com/iaacornus/simtex/compare/0.4.1-beta...0.4.2-beta

0.4.1beta

patch 27

Computed sha256sum of files below:

7a3aaa1062424c08ebf6721401605c020e443631f294c2bcf94b9bed222fa108 simtex-0.4.1b0-py3-none-any.whl
f34ae7b0b3e4ce2cdc536498465f96482d4297c2b54167a9367d047299a21746 simtex-0.4.1b0.tar.gz
db50cc962addc3e7dcabe27cdb14ea8fb3dde5358f8c7f586f3dffd8a9b5eaf9 simtex


**Full Changelog**: https://github.com/iaacornus/simtex/compare/0.4-beta...0.4.1-beta

0.4beta

**This releases contains some features that is in beta stage.**

Some new features are introduced in this release:
1. Numberless align and equation lines using `--` 13 (contains example and use)
2. Simple table support 11 (**beta**)
3. Allow multiple files conversion in a directory by simply giving the directory in `-i` argument
4. Automatic escape of special characters such as `_` and `%`
5. include `-y`, `--assumeyes` argument
6. Simple autocorrect of spelling error (**beta**)
7. Automatic replacement of user defined symbols/strings with their respective latex command given by the user (**alpha**) which can be toggled with `-R` and set to default with `"REPLACE": true`
8. Bug fixes and improvements
9. Chores:
- Ask before fetching the original config file from repository
- improved prompts
- use filename as title if there is no given, and use the input filename as output filename to reduce the arguments required
- improve algorithm
- fix erroneous formattings
- automatically remove number from `\text{}` in math mode
- improve formatting of lines written in the tex file
- reduce the parameter in config file

Computed sha256sum of files below:

0cbffbac3171f2454b961719cb4b368e4137d11d5074ab42b17de380b5b2fd15 simtex-0.4b0-py3-none-any.whl
0412a95a1a129e2cc0d327f7a0a7061d1bbe12c9b502b9314753ecc9707eea8f simtex-0.4b0.tar.gz
a1e35a98ade5dad1c68b43ddca91039993956574426cdbd2ecec4252b9dd090a simtex


Open an issue for feature request, it would be considered as long as it does not make the use of program intricate or beyond simplicity!

**Full Changelog**: https://github.com/iaacornus/simtex/compare/v0.3.2-beta...0.4-beta

0.3.3beta

**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](https://github.com/iaacornus/simtex/blob/devel/INSTALL.md).


**Full Changelog**: https://github.com/iaacornus/simtex/compare/v0.3.2.2-beta...0.3.3-beta

0.3.2.1beta

Patch output folder directing to `/out` instead of `./out`.

Computed sha256sum of the files below:

f0498d9b3f016c9693b6f466197ddf17f39e40e72be0d7b074a35e98439c2aa7 simtex
6c0a69278454da2efb489ba126156a99316b8c8664a0883442b1e5c878434cca simtex-0.3.2.1b0-py3-none-any.whl
7c4b969cafc5d72d97818a044315c3f296d40bcffbef30f21a1c77e1b9d9f0e4 simtex-0.3.2.1b0.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](https://github.com/iaacornus/simtex/blob/devel/INSTALL.md).

**Full Changelog**: https://github.com/iaacornus/simtex/compare/v0.3.2-beta...v0.3.2.1-beta

0.3.2beta

Some changes include:
1. improve block quotes support
2. fix equation in math mode
3. support number-less sections
4. default output folder to `./out` inside the folder of the input file
5. bug fixes

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.