latex-document

Automate LaTeX document creation, compilation, and PDF conversion.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Albatross679/snake-hrl-torchrl --skill latex-document-albatross679
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-document
Source: https://github.com/Albatross679/snake-hrl-torchrl/tree/main/skills/latex-document-skill
Command: npx skills add https://github.com/Albatross679/snake-hrl-torchrl --skill latex-document-albatross679

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, numpy, pandas, jinja2, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation, compilation, and conversion of LaTeX documents, transforming raw text or existing PDFs into polished, professional output like resumes, reports, and academic papers.

Core Features & Use Cases

  • Universal LaTeX Creation: Generate any type of LaTeX document, from simple letters to complex theses and presentations.
  • PDF Compilation & Previews: Compile .tex files to PDF and generate PNG previews for easy review.
  • PDF to LaTeX Conversion: Convert scanned or existing PDFs into editable LaTeX source code.
  • Advanced Features: Supports mail merge, version diffing (latexdiff), format conversion (Pandoc), fillable PDF forms, and more.
  • Use Case: Turn handwritten notes or a rough draft document into a beautifully formatted PDF report with charts, tables, and citations, all through a simple conversational request.

Quick Start

Use the latex document skill to create a resume from my attached resume.docx file.

Frequently Asked Questions about latex-document

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate LaTeX document compilation and PDF generation from raw text?

Automating LaTeX document compilation involves converting raw text or rough drafts into formatted .tex files and compiling them into PDFs. This Skill handles PDF creation, generates PNG previews, and integrates charts and tables automatically.

Can I convert an existing PDF back into editable LaTeX source code?

Yes, PDF to LaTeX conversion transforms scanned or existing PDFs into editable LaTeX source code. This allows you to extract content from static documents and modify the formatting or structure within a LaTeX editor.

Do I need a TeX Live distribution to compile LaTeX files into PDF?

Yes, a LaTeX distribution like TeX Live is required to compile .tex files into PDF. Additionally, Python libraries such as matplotlib, pandas, and jinja2 are needed for data visualization and document templating.

What's the best way to create a professional resume using LaTeX?

Creating a professional resume with LaTeX is automated by converting attached files like .docx into structured .tex source code. The system compiles the resume into a polished PDF, handling formatting, typography, and layout automatically.

Does this LaTeX workflow support mail merge and version diffing?

Yes, the LaTeX workflow supports advanced features including mail merge for batch document generation and version diffing via latexdiff. It also handles format conversion through Pandoc and creates fillable PDF forms.

Can I generate Mermaid diagrams and AI images inside a LaTeX document?

Yes, custom visuals are supported through AI image generation and Mermaid diagram integration, which optionally requires Node.js. These visual elements are embedded directly into the LaTeX source for compiled PDF output.