Skip to content

v1.0.4

Choose a tag to compare

@thomas-villani thomas-villani released this 26 Mar 00:07
· 145 commits to main since this release

Added

  • ArXiv submission packager (all2md arxiv) — converts any supported document format into a complete ArXiv-ready LaTeX submission archive (.tar.gz or directory) with extracted figures and optional .bib bibliography
  • 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 with all2md install-skills
  • Optional pymupdf-layout integration 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 with pip 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