fix: update template-style documentclass references to ltc- prefix
Fix \documentclass[template]{guji} → \documentclass[template]{ltc-guji}
and similar for cn-vbook, tw-vbook across all wiki files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
更新全部 wiki 页面中的旧文档类名
ltc-guji → guji, ltc-book → cn-vbook / tw-vbook
涵盖中文和英文共 19 个页面
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: update wiki for v0.2.0-v0.2.2 releases
Update all wiki pages (Chinese and English) to reflect changes since v0.2.0:
Changelog:
- Add v0.2.0, v0.2.1, v0.2.2 release notes
- Document 10 bug fixes (#31, #35, #37, #38, #39, #40, #41, #42, #44, #45)
- Document new features and refactoring
New Features Documented:
- Plugin architecture (v0.2.0)
- Style registry for cross-page color preservation (v0.2.1)
- Metadata system (v0.2.0)
- Debug ruler for grid coordinates (v0.2.2)
- Chinese font name support in font detection (v0.2.2)
- Enhanced punctuation support (v0.2.1)
Updated Pages:
- Home: version update, roadmap refresh
- Features: add architecture & debug section
- Side-Note: color preservation, sidenoteSetup
- Fonts: Chinese font name support
- Judou: extended punctuation list
- Development: module structure, plugin API, style registry
- Quick-Start: metadata and debug commands
- Annotation/Textbox: independent indentation fix
- Sidebar: remove duplicate entry
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>