do.arxiv-translator
Installation
SKILL.md
arXiv LaTeX Translator & Compiler (Modern Solution)
This skill handles the end-to-end workflow of converting an arXiv paper's LaTeX source into a translated PDF on Windows, macOS, and Linux using modern xeCJK and fontspec.
Workflow
0. Pre-flight Dependency Check
Before starting, verify that all required system tools are installed.
- Windows (PowerShell):
Get-Command curl, tar, xelatex, bibtex -ErrorAction SilentlyContinue - macOS / Linux (Bash):
for cmd in curl tar xelatex bibtex; do command -v $cmd >/dev/null 2>&1 || echo "Missing: $cmd"; done
1. Identify & Download
- Extract the ID (e.g.,
2508.11825v2) from the URL or find it via search. - Create a target directory and download/extract the source and the paper pdf (for final check) using native tools (
curl,tar).- Abstract:
https://arxiv.org/abs/xxxx.xxxxx - Source:
https://arxiv.org/src/xxxx.xxxxx - PDF:
https://arxiv.org/pdf/xxxx.xxxxx.pdf
- Abstract: