Releases: Mingzefei/latex2word
Releases · Mingzefei/latex2word
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- Fixed module import issues, improving stability.
- Enhanced the command-line tool for a more intuitive and efficient user experience.
- Switched to
pyproject.toml
for dependency management, replacingsetup.py
. - Released on PyPI; users can install via
pip install tex2docx
.
v1.1.0
What's Changed
Enhancements:
- Multi-figure Support: Added compatibility with both 'subfig' and 'subfigure' LaTeX packages, offering greater flexibility in handling sub-figures.
- Positioning and Layout: Addressed and corrected issues related to the relative positioning of multi-figures, ensuring that the layout remains consistent as intended.
- Caption Display: Fixed bugs affecting the display and formatting of captions, now ensuring they render correctly across various document setups.
- Language Support: Introduced support for Chinese, allowing the inclusion of multilingual content without affecting functionality.
- Label Automation: Implemented automatic updates for labels within the document, which improves the accuracy and reliability of cross-referencing.
- Sub-figure Referencing: Enhanced the ability to reference sub-figures, making navigation and documentation more user-friendly and precise.