arxiv-paper-translator

Translate arXiv LaTeX sources from English to Chinese while preserving structure.

41|3|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/yrom/arxiv-paper-translator --skill arxiv-paper-translator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-paper-translator
Source: https://github.com/yrom/arxiv-paper-translator/tree/main/skills/arxiv-paper-translator
Command: npx skills add https://github.com/yrom/arxiv-paper-translator --skill arxiv-paper-translator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill translates arXiv LaTeX sources from English to Chinese while preserving structure, enabling translation, PDF generation, and the creation of Chinese technical summaries.

Core Features & Use Cases

  • Translate LaTeX content to Chinese while preserving document structure and mathematics
  • Generate translated PDFs via XeLaTeX or Docker-based TeX Live environments
  • Create concise Chinese technical reports summarizing the paper
  • Use Case: Translate a paper identified by an arXiv ID (e.g., 2206.04655) and produce both a translated PDF and a Chinese summary

Quick Start

Provide an arXiv paper ID (e.g., 2206.04655) and choose your preferred build method (XeLaTeX locally or Docker) to translate the paper to Chinese and generate a translated PDF plus a technical report.

Frequently Asked Questions about arxiv-paper-translator

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

FAQPage Schema
How do I translate an arXiv paper to Chinese while preserving LaTeX structure?

To translate an arXiv paper to Chinese while preserving LaTeX structure, provide an arXiv ID like 2206.04655. The tool downloads the LaTeX source, translates the content, and outputs a translated PDF along with a technical summary report.

Do I need XeLaTeX or Docker to compile translated arXiv LaTeX sources into a PDF?

Yes, you need either XeLaTeX installed locally or a Docker-based TeX Live environment to compile translated arXiv LaTeX sources into a PDF. These tools handle Chinese font setup and document compilation required for the output.

Can I generate a Chinese summary report from an arXiv paper identified by its ID?

Yes, you can generate a Chinese summary report from an arXiv paper identified by its ID. The workflow processes the LaTeX source to produce an optional concise Chinese technical report summarizing the paper's core content.

Does translating academic LaTeX documents to Chinese break mathematical equations?

Translating academic LaTeX documents to Chinese does not break mathematical equations. The process specifically preserves the original LaTeX document structure and mathematics, ensuring formulas remain intact during translation.

What is the best way to automate arXiv paper translation for downstream publishing?

The best way to automate arXiv paper translation for downstream publishing is using a defined workflow that downloads the source, translates it, reviews the output, configures Chinese fonts, and compiles the translated LaTeX source into a PDF.

Why are Chinese fonts not rendering correctly in my translated arXiv PDF?

Chinese fonts may not render correctly in a translated arXiv PDF if the XeLaTeX or Docker TeX Live environment lacks proper Chinese font setup. The workflow requires explicitly defining Chinese fonts during the LaTeX compilation step.