원클릭으로
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".
메뉴
Converts a markdown file to a PDF by first creating a LaTeX file and then compiling it. Invoke if user just says "pdf".
Writes plain text social media posts explaining whatever user tells you to explain. User may just say "social media" or "sm" or "post.
Provides a harsh, direct, and unvarnished critique of a research idea, draft, or concept to identify all possible flaws. Use when user wants a critique or a review.
Evaluates the proposal, its critique, and the defender's solutions to make a final decision (DROP or REVISE). Final decision on whether a research project proceeds to implementation or is shelved.
Explain what the user told you into the file he pointed. Use when user says 'ex'.
Explain what the user told you. Use when user says 'ex'.
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.
fontspec (for Unicode), amsmath, amssymb, hyperref, geometry, booktabs, enumitem, parskip (for spacing between paragraphs), setspace (for line spacing), graphicx.1.2in.1.15 using \setstretch{1.15}.\setcounter{secnumdepth}{0}.\date{} is used or the date is otherwise omitted.\hrule)..tex file using xelatex.
# Compile command (run twice)
xelatex -interaction=nonstopmode "filename.tex"