Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기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".
스타3
포크1
업데이트2026년 2월 21일 05:11
파일 탐색기
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".
for when user wants to do plan research
Writes plain text social media posts explaining whatever user tells you to explain. User may just say "social media" or "sm" or "post.
Converts each page of a PDF file into high-resolution PNG images. User may just say "img".
| 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.
\\ \large Research Progress Report to the main title.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"