Tags: DapengFeng/sysuthesis
Tags
fix: update LaTeX template and improve formatting consistency Updates the LaTeX thesis template to v1.3.1 with improved formatting, including adjustments to the cover page, chapter numbering, and algorithmic environments. Changes include: - Added default cover page rendering when no file is specified. - Updated title and abstract formatting for better alignment with academic standards. - Replaced `algorithmic` with `algorithmicx` and `algpseudocode` for improved algorithm support. - Refined chapter number formatting to use Chinese numerals. - Enhanced appendix and acknowledgements structure for clarity. These changes enhance readability, comply with updated standards, and improve LaTeX compatibility. Fixes #123.
feat: update LaTeX tools and add build scripts Renames LaTeX tools and updates settings for SYSUThesis. Adds Makefile for building and cleaning project files. Introduces build.lua and create_release.py for automated builds. Renames logo files for consistency.