What problem does it solve?
This Skill streamlines the process of compiling and managing LaTeX documents, ensuring accurate and consistent output for academic papers, presentations, and other LaTeX-based content.
Core Features & Use Cases
- LaTeX Compilation: Compiles
.tex files using various engines (pdfLaTeX, XeLaTeX, LuaLaTeX) via latexmk.
- Output Management: Organizes build artifacts in an
out/ directory while ensuring the final PDF is placed alongside the source file.
- Reference Checking: Automatically checks for and reports undefined references or citations.
- Use Case: When you've finished writing a section of your research paper and need to compile it to check for errors, ensure all citations are correct, and generate the PDF.
Quick Start
Compile the LaTeX document located at '~/Documents/my_paper/main.tex'.