latex-document

Automates creation, compilation, and conversion of LaTeX documents to PDFs.

692|51|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ndpvt-web/latex-document-skill --skill latex-document
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-document
Source: https://github.com/ndpvt-web/latex-document-skill/tree/main
Command: npx skills add https://github.com/ndpvt-web/latex-document-skill --skill latex-document

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires texlive, poppler-utils, imagemagick, pandoc, python3, matplotlib, numpy, pandas, chktex, latexdiff, graphviz, nodejs, 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 any LaTeX document, transforming raw text and data into professional PDFs with ease.

Core Features & Use Cases

  • Document Creation: Generate diverse documents like resumes, reports, theses, presentations, and posters from templates.
  • Compilation: Compile .tex files to PDF using auto-detected engines (pdflatex, xelatex, lualatex) with integrated bibliography and index support.
  • Format Conversion: Convert between Markdown, DOCX, HTML, and LaTeX using Pandoc.
  • PDF Utilities: Encrypt, merge, optimize, and extract pages from PDFs.
  • Data Visualization: Create charts (matplotlib, pgfplots) and diagrams (TikZ, Mermaid, Graphviz) directly within LaTeX.
  • PDF-to-LaTeX: Convert scanned or existing PDFs into editable LaTeX code.
  • Quality Tools: Lint, analyze, and check LaTeX documents for errors and best practices.
  • Use Case: Turn your handwritten notes or a scanned textbook into a beautifully formatted LaTeX document, complete with equations, diagrams, and a professional layout, all without writing a single LaTeX command.

Quick Start

Use the latex document skill to create a resume from the classic ATS template.

Frequently Asked Questions about latex-document

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

FAQPage Schema
How do I compile LaTeX to PDF automatically?

To compile LaTeX to PDF automatically, this Skill auto-detects the appropriate engine like pdflatex, xelatex, or lualatex and handles bibliography and index support to generate the final document without manual intervention.

What is the best way to convert Markdown or DOCX to LaTeX?

The best way to convert Markdown, DOCX, or HTML to LaTeX is using Pandoc integration, which transforms source files into editable LaTeX code ready for professional typesetting and PDF compilation.

Can I create charts and diagrams within a LaTeX document?

Yes, you can create charts and diagrams within a LaTeX document using integrated data visualization tools like matplotlib, pgfplots, TikZ, Mermaid, and Graphviz for direct rendering inside your PDF.

How do I convert a scanned PDF to editable LaTeX code?

To convert a scanned or existing PDF to editable LaTeX code, the PDF-to-LaTeX reconstruction utility extracts the content and structure, transforming it into a fully editable LaTeX document.

Does this LaTeX compilation tool handle resume and thesis templates?

Yes, this LaTeX compilation tool handles document creation for resumes, theses, reports, posters, and academic papers by generating them from pre-configured templates for professional formatting.

How do I lint and check LaTeX documents for errors?

To lint and check LaTeX documents for errors, the Skill includes quality assurance tools that analyze your code for syntax issues and best practices before final compilation occurs.