latex

Convert PDFs into LaTeX/Beamer templates and extract structured content.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/canyangliunian/Agent-skills --skill latex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex
Source: https://github.com/canyangliunian/Agent-skills/tree/main/latex
Command: npx skills add https://github.com/canyangliunian/Agent-skills --skill latex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires marker-pdf, requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

PDF content extraction and LaTeX workflow automation for academic documents, enabling converting PDFs into Beamer templates and filling them with structured sections.

Core Features & Use Cases

  • Automated PDF-to-LaTeX conversion and structured extraction for AEA/经济研究/NAU/SCU templates.
  • End-to-end workflow: marker_extract.py -> copy templates -> latex-server write -> compile.py.
  • Optional LLM-assisted extraction for better structuring and references handling.

Quick Start

Process a PDF to generate a ready-to-compile LaTeX project using marker_extract.py and compile.py.

Frequently Asked Questions about latex

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

FAQPage Schema
How do I convert a PDF into a ready-to-compile LaTeX Beamer presentation?

To convert a PDF into a ready-to-compile LaTeX project, the Skill uses marker_extract.py to extract structured content and populates Beamer templates before running compile.py. It supports AEA, NAU, SCU, and economic research formats.

Can I extract structured sections and references from an academic PDF for LaTeX templates?

Yes, you can extract structured sections and references from academic PDFs for LaTeX templates using automated extraction. Optional LLM-assisted support is available to improve structuring and handle references more accurately.

What is the best way to automate compiling an isolated LaTeX project directory?

The best way to automate compiling an isolated LaTeX project is by using compile.py, which detects main TeX files, selects appropriate engines and bib tools, and isolates builds to keep project directories clean.

Do I need marker-pdf and requests installed to run the PDF to LaTeX workflow?

Yes, you need marker-pdf and requests installed to run the PDF to LaTeX workflow. These dependencies are required for extracting PDF content, handling structured data, and supporting the end-to-end template filling process.

Does the PDF to LaTeX conversion work with specific academic journal templates like AEA?

The PDF to LaTeX conversion works with specific academic templates including AEA, NAU, SCU, and economic research formats. It copies these templates and fills them with structured content extracted from your source PDF.