Discover and explore top open-source AI tools and projects—updated daily.
Leey21Automated arXiv paper translation to Chinese PDF
Top 92.0% on SourcePulse
This project addresses the challenge of accessing and understanding arXiv research papers for non-native English speakers by providing an automated workflow to translate LaTeX source code into well-formatted Chinese PDFs. It targets researchers and technical users who need to quickly digest academic content in their preferred language, offering a significant time-saving benefit and reducing language barriers.
How It Works
The core approach involves integrating with Agent Skills environments to automate the translation of arXiv papers. Upon receiving an arXiv identifier, the system fetches the LaTeX source, translates the main body text while preserving mathematical formulas, citations, and technical terms, and then submits the modified .tex file to an online LuaLaTeX compilation service. This method circumvents the need for local LaTeX installations and ensures superior fidelity in formatting and content accuracy compared to direct PDF translation.
Quick Start & Requirements
git clone https://github.com/Leey21/arxiv-translator) or download as a zip.requests library (pip install requests)https://github.com/Leey21/arxiv-translatorhttps://latex.ytotech.com/builds/syncHighlighted Details
.tex source files, facilitating review, diffing, and localized re-translation.Maintenance & Community
LaTeX-On-HTTP service for compilation.Licensing & Compatibility
Limitations & Caveats
The tool is exclusively for arXiv papers that provide LaTeX source code; it cannot process pure PDF submissions. By default, translation focuses on the main body; translating appendices requires explicit user instruction. The absence of a specified license presents a significant adoption blocker for many use cases.
14 hours ago
Inactive