在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用md-to-pdf
Converts a markdown file to a PDF by first creating a LaTeX file and then compiling it. Invoke if user just says "pdf".
星标49
分支2
更新时间2026年3月2日 14:57
文件资源管理器
2 个文件SKILL.md
readonly菜单
Converts a markdown file to a PDF by first creating a LaTeX file and then compiling it. Invoke if user just says "pdf".
| name | md-to-pdf |
| description | Converts a markdown file to a PDF by first creating a LaTeX file and then compiling it. Invoke if user just says "pdf". |
Converts a markdown file to a PDF by first creating an intermediate LaTeX file and then compiling it using xelatex.
Convert word for word, everything must be IDENTICAL. Make spaces between paragraphs nice and proper for the document to look good.
.tex) file word for word.
fontspec (for Unicode), amsmath, amssymb, hyperref, geometry, booktabs, enumitem, parskip, setspace, graphicx, xcolor, pagecolor.1.2in.1.15 using \setstretch{1.15}.\setcounter{secnumdepth}{0}.\date{} is used.\definecolor{darkbg}{HTML}{1E1E1E} and \definecolor{lighttext}{HTML}{D4D4D4}.\pagecolor{darkbg} and \color{lighttext}.hyperref: [colorlinks=true, linkcolor=cyan, citecolor=cyan, filecolor=cyan, urlcolor=cyan].\hrule)..tex file using xelatex.
# Compile command (run twice)
xelatex -interaction=nonstopmode "filename.tex"
Translates a LaTeX file to Chinese and generates a PDF. Use when user says chinese, or translate to chinese or ch.
Converts each page of a PDF file into high-resolution PNG images. User may just say "img".