do.arxiv-translator

Convert arXiv LaTeX sources into compiled, localized PDF documents.

6|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dull-bird/DeepOrbit --skill do-arxiv-translator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do.arxiv-translator
Source: https://github.com/dull-bird/DeepOrbit/tree/main/skills/do.arxiv-translator
Command: npx skills add https://github.com/dull-bird/DeepOrbit --skill do-arxiv-translator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the laborious process of obtaining arXiv LaTeX sources, translating document content into a target language, and producing a compiled, readable PDF while preserving LaTeX structure and citations.

Core Features & Use Cases

  • End-to-end workflow: Download arXiv source archives, extract and analyze .tex files, modularize large documents, perform atomic translations per section, and compile to a localized PDF.
  • Robust compilation loop: Run xelatex and bibtex cycles with log inspection and targeted fixes to recover from common compilation errors.
  • Multilingual support: Inject xeCJK and platform-appropriate fonts to produce high-quality Chinese (or other language) PDFs without breaking math, macros, or references.
  • Use Case: Translate an arXiv research paper into zh-CN, preserving formulae and citations, and generate a publication-ready PDF for local reading or sharing.

Quick Start

Translate the arXiv paper identified by URL or paper ID into the vault language and compile a localized PDF using xelatex.

Frequently Asked Questions about do.arxiv-translator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate an arXiv LaTeX paper into a compiled PDF without breaking math and citations?

To translate an arXiv LaTeX paper into a compiled PDF, this Skill downloads the source archive, modularizes large .tex files, performs atomic translations per section, and runs xelatex and bibtex loops to preserve math and citations.

What's the best way to compile translated LaTeX documents across Windows, macOS, and Linux?

The best way to compile translated LaTeX documents across platforms is by injecting xeCJK and platform-appropriate fonts, ensuring reliable compilation and high-quality localized PDF output on Windows, macOS, and Linux.

How do I fix xelatex compilation errors when translating large .tex files?

You can fix xelatex compilation errors through a robust compilation loop that inspects logs and applies targeted fixes, automatically recovering from common errors after modularizing large .tex files into sectioned inputs.

Can I translate arXiv papers using just a paper ID or natural language query?

Yes, you can translate arXiv papers by providing a URL, paper ID, or natural-language query, which the system processes to download source archives and generate a localized, publication-ready PDF.

Does translating LaTeX source files preserve original macros and references?

Yes, translating LaTeX source files preserves original macros and references by injecting xeCJK for multilingual support and running targeted xelatex and bibtex compilation cycles without altering structural commands.