pdf-math-translate-guide
Translate scientific PDFs with preserved math formatting via PDFMathTranslate
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill pdf-math-translate-guide --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PDFMathTranslate Guide ## Overview PDFMathTranslate is an open-source tool designed specifically for translating scientific and technical PDF documents while preserving mathematical formulas, tables, figures, and the overall layout structure. Traditional PDF translators often mangle equations and destroy formatting, making translated papers difficult to read. PDFMathTranslate solves this problem by intelligently detecting and preserving mathematical content during the translation process. The tool leverages large language models for high-quality translation while maintaining the integrity of LaTeX-rendered equations, chemical formulas, and complex table structures commonly found in academic publications. It supports translation between dozens of language pairs, making it invaluable for researchers who need to read papers published in languages outside their expertise. PDFMathTranslate has gained significant traction in the academic community with over 32,000 GitHub stars, reflecting the widespread need for reliable scientific document translation that respects the specialized formatting requirements of research papers. ## Installation and Setup Install PDFMathTranslate using pip
- Overview
- Installation and Setup
- Core Features
- Research Workflow Integration
- Configuration and Customization
- References
pip install pdf2zh pip install pdf2zh[cuda] Using OpenAI-compatible APIs export OPENAI_API_KEY=$OPENAI_API_KEY export OPENAI_BASE_URL=$OPENAI_BASE_URL Using Google Translate (free, no key required) pdf2zh input.pdf -s google Using DeepL export DEEPL_AUTH_KEY=$DEEPL_AUTH_KEY pdf2zh input.pdf -s deepl
What does the pdf-math-translate-guide skill do?
Translate scientific PDFs with preserved math formatting via PDFMathTranslate
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill pdf-math-translate-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.