Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
latexminted-0.5.0.tar.gz | 2025-03-06 | 29.8 kB | |
latexminted-0.5.0-py3-none-any.whl | 2025-03-06 | 35.8 kB | |
python_v0.5.0 source code.tar.gz | 2025-03-06 | 631.8 kB | |
python_v0.5.0 source code.zip | 2025-03-06 | 648.0 kB | |
README.md | 2025-03-06 | 609 Bytes | |
Totals: 5 Items | 1.3 MB | 0 |
-
Improved handling of
.latexminted_config
. Invalid config data no longer causes an uncaught error, resulting in incorrect error messages on the LaTeX side (#438). An empty config file no longer causes an uncaught error under some circumstances. -
Improved
--help
message (#404). -
Added man page for Python executable (#403).
-
Updated dependency requirements to
latex2pydata
>= 0.5.0 andlatexrestricted
>= 0.6.2. -
When loading data, switched from
schema_missing='rawstr'
toschema_missing='verbatim'
for full compatibility withlatex2pydata
v0.5.0.