Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기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.
스타49
포크2
업데이트2026년 3월 2일 17:26
SKILL.md
readonly메뉴
Translates a LaTeX file to Chinese and generates a PDF. Use when user says chinese, or translate to chinese or ch.
Converts a markdown file to a PDF by first creating a LaTeX file and then compiling it. Invoke if user just says "pdf".
Converts each page of a PDF file into high-resolution PNG images. User may just say "img".
| name | translate-to-chinese-pdf |
| description | Translates a LaTeX file to Chinese and generates a PDF. Use when user says chinese, or translate to chinese or ch. |
Translates an existing LaTeX file to Chinese and compiles it into a high-quality PDF.
\documentclass{ctexart} or add \usepackage[UTF8]{ctex}.xelatex for compilation.geometry to set margin to 1.2in.setspace to set \setstretch{1.15}.\usepackage{parskip} for paragraph spacing.\setcounter{secnumdepth}{0}.-ch.tex suffix.xelatex twice to resolve references.# Compile command (run twice)
xelatex -interaction=nonstopmode "filename-ch.tex"