Changes for version 0.705 - 2026-04-19
- Added magic value 003 (\x{003} or chr(0x03)) for %%%V: and %%%VAR: tags, which insert C<\endinput> command into TeX document and cuts off the rest of the template.
- Added magic value 004 (\x{004} or chr(0x04)) for %%%V: and %%%VAR: tags, which insert C<\end{document}> command into TeX document and cuts off the rest of the template.
- Fixed magic value "\x{001}" (or chr(0x01)).
- Fixed kwalitee Indicator (no_mymeta_files): update MANIFEST & MANIFEST.SKIP files to exclude MYMETA files.
- Optimized algorithms.
- Added new tests.
- Fixed old tests.
- Added CONTRIBUTING.md file.
- The manual has been corrected and expanded.
Modules
Perl extension implementing a minimalistic engine for filling real TeX-LaTeX files that act as templates.