arxiv-paper-translator
Installation
SKILL.md
arXiv Paper Translator
Translate academic papers from arXiv by downloading LaTeX source, translating content while preserving structure, and generating translated PDFs with technical reports.
Workflow Overview
- Download & Extract - Get LaTeX source from arXiv
- Translate - Translate English narrative content to Chinese following LaTeX-specific rules
- REVIEW PHASE - MUST COMPLETE before compiling
- CJK Support & Localize Labels - Add xeCJK, localize labels
- Compile .tex Files - Generate translated PDF using XeLaTeX
- Report - Create technical summary document
Prerequisites
Check local xelatex installation:
xelatex --version
If not installed, make sure Docker is installed and available.