# Translate To Chinese PDF

> Translates a LaTeX file to Chinese and generates a PDF. Use when user says chinese, or translate to chinese or ch. Use when this capability is needed.

- Skill: `tomevault-io/translate-to-chinese-pdf` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/translate-to-chinese-pdf`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/translate-to-chinese-pdf/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/translate-to-chinese-pdf

---


# Translate to Chinese PDF Skill

Translates an existing LaTeX file to Chinese and compiles it into a high-quality PDF.

## When to use this skill

- When the user wants a Chinese version of a LaTeX document.
- When the user asks to "translate to chinese" or "chinese pdf".

## Workflow

1. Translate the LaTeX content to Chinese.
   - Maintain the original tone, style, and mathematical rigor.
   - Preserve LaTeX commands, environments, and math formulas exactly.
   - Try to be as accurate to the original file as possible.
2. Setup Chinese LaTeX & Style:
   - Use `\documentclass{ctexart}` or add `\usepackage[UTF8]{ctex}`.
   - Use `xelatex` for compilation.
   - **Styling Rules**:
     - Use `geometry` to set margin to `1.2in`.
     - Use `setspace` to set `\setstretch{1.15}`.
     - Add `\usepackage{parskip}` for paragraph spacing.
     - Disable section numbering using `\setcounter{secnumdepth}{0}`.
3. Compile:
   - Save the translated file with a `-ch.tex` suffix.
   - Run `xelatex` twice to resolve references.

## Commands

```bash
# Compile command (run twice)
xelatex -interaction=nonstopmode "filename-ch.tex"
```

## Tone & Style Guidelines

- If some terminelogy is in english but there is no accurate translation in chinese, you can translate it and put original termin in english in brackets.

---
> Source: [vukrosic/muon-optimizer-guide](https://github.com/vukrosic/muon-optimizer-guide) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-22 -->

