v1.0.4
Added
- ArXiv submission packager (
all2md arxiv) — converts any supported document format into a complete ArXiv-ready LaTeX submission archive (.tar.gzor directory) with extracted figures and optional.bibbibliography - Pre-built Agent Skills — 6 focused skill files (
all2md-read,all2md-convert,all2md-generate,all2md-grep,all2md-search,all2md-diff) that teach AI coding assistants (Claude Code, Cursor, Windsurf) how to use all2md. Install withall2md install-skills - Optional
pymupdf-layoutintegration for GNN-based PDF layout analysis — classifies text blocks by semantic role (title, section-header, caption, footnote, etc.) for improved reading order and structure detection. Install withpip install "all2md[pdf_layout]"
Fixed
- CLI renderer options (e.g.
--docx-renderer-template-path) were silently dropped during format filtering, causing renderer-specific flags to have no effect - Missing styles in DOCX template rendering no longer crash — falls back to direct formatting when a template lacks expected styles (Title, Heading N, List Bullet, etc.)
Full Changelog: v1.0.3...v1.0.4