| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latexminted-0.7.0-py3-none-any.whl | 2026-03-04 | 36.6 kB | |
| latexminted-0.7.0.tar.gz | 2026-03-04 | 29.9 kB | |
| python_v0.7.0 source code.tar.gz | 2026-03-04 | 630.6 kB | |
| python_v0.7.0 source code.zip | 2026-03-04 | 645.3 kB | |
| README.md | 2026-03-04 | 846 Bytes | |
| Totals: 5 Items | 1.3 MB | 0 | |
-
Fixed compatibility with
argparsein Python 3.14 (#463, [#464]). -
Improved error message for temporary files with unregistered file extensions that are modified during compilation. The message now mentions
highlightmode=immediateand\MintedRegisterTempFileExtension(#456). -
Added options
rangestartstringline,rangestartafterstringline,rangestopstringline, andrangestopbeforestringline. -
The
mintedLaTeX package version is now passed tolatexmintedso thatlatexmintedcan check for compatibility withminted.sty. This is needed in cases when themintedLaTeX package is not used with a bundledlatexminted. Previously,minted.stychecked for compatibility withlatexminted, but there was no reverse check. -
Updated
pyproject.tomlformat for license data.