| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-04 | 3.0 kB | |
| TexSoup 0.3.2 source code.tar.gz | 2026-04-04 | 470.2 kB | |
| TexSoup 0.3.2 source code.zip | 2026-04-04 | 492.0 kB | |
| Totals: 3 Items | 965.2 kB | 0 | |
What's Changed
- It's contents not content, and all is only on expr not on nodes by @ivanistheone in https://github.com/alvinwan/TexSoup/pull/114
- Punctuation commands fix (Issue [#111]) by @ivanistheone in https://github.com/alvinwan/TexSoup/pull/116
- fix skip_envs did not skip nested environments (#120) by @bpiwowar in https://github.com/alvinwan/TexSoup/pull/128
- Fix parsing of
\defwithout braces around new command name by @masonproffitt in https://github.com/alvinwan/TexSoup/pull/132 - Keep control spaces by @masonproffitt in https://github.com/alvinwan/TexSoup/pull/133
- Add/fix some zero-argument signatures by @masonproffitt in https://github.com/alvinwan/TexSoup/pull/138
- Fix parsing of newlines after a backslash by @masonproffitt in https://github.com/alvinwan/TexSoup/pull/140
- Fix
replace_withon arguments of a node by @masonproffitt in https://github.com/alvinwan/TexSoup/pull/141 - Properly handle
deletewhen in an argument by @masonproffitt in https://github.com/alvinwan/TexSoup/pull/147 - Fix parsing of environments inside special commands by @JCGoran in https://github.com/alvinwan/TexSoup/pull/148
- Added regex flags to
search_regexmethod by @JCGoran in https://github.com/alvinwan/TexSoup/pull/149 - [codex] Add arXiv benchmark harness by @alvinwan in https://github.com/alvinwan/TexSoup/pull/164
- Fix issue with unmatched brackets in math mode by @roos-j in https://github.com/alvinwan/TexSoup/pull/159
- Fix missing
TexTextposition by @roos-j in https://github.com/alvinwan/TexSoup/pull/160 - [codex] Fix find_all docs example by @alvinwan in https://github.com/alvinwan/TexSoup/pull/165
- [codex] Fix standard copy support for TexNode by @alvinwan in https://github.com/alvinwan/TexSoup/pull/166
- [codex] Restore TokenWithPosition compatibility by @alvinwan in https://github.com/alvinwan/TexSoup/pull/167
- [codex] Fix back-to-back inline math parsing by @alvinwan in https://github.com/alvinwan/TexSoup/pull/168
- [codex] Fix special-command macro signatures by @alvinwan in https://github.com/alvinwan/TexSoup/pull/169
- [codex] Fix navigation docs typo by @alvinwan in https://github.com/alvinwan/TexSoup/pull/170
- [codex] Normalize item text as TexText by @alvinwan in https://github.com/alvinwan/TexSoup/pull/171
- [codex] Parse verbatim-like commands by @alvinwan in https://github.com/alvinwan/TexSoup/pull/172
- [codex] Fix command contents setter by @alvinwan in https://github.com/alvinwan/TexSoup/pull/173
- [codex] Bump version to 0.3.2 by @alvinwan in https://github.com/alvinwan/TexSoup/pull/175
New Contributors
- @bpiwowar made their first contribution in https://github.com/alvinwan/TexSoup/pull/128
- @masonproffitt made their first contribution in https://github.com/alvinwan/TexSoup/pull/132
- @JCGoran made their first contribution in https://github.com/alvinwan/TexSoup/pull/148
- @roos-j made their first contribution in https://github.com/alvinwan/TexSoup/pull/159
Full Changelog: https://github.com/alvinwan/TexSoup/compare/0.3.1...0.3.2