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"