latex-output

Generate LaTeX manuscript projects with chapters, main.tex, and references.bib from templates.

3.0k|205|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Norman-bury/research-writing-skill --skill latex-output
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-output
Source: https://github.com/Norman-bury/research-writing-skill/tree/main/skills/latex-output
Command: npx skills add https://github.com/Norman-bury/research-writing-skill --skill latex-output

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate LaTeX-formatted manuscript content according to provided templates, transforming user input into a structured LaTeX project to reduce manual formatting and template fiddling.

Core Features & Use Cases

  • Template-driven LaTeX project generation: parses latex-templates to infer structure and required files.
  • Chapter scaffolding: creates the chapters/ directory with files such as 00-abstract.tex and 01-introduction.tex based on template cues.
  • Main file and bibliography: produces main.tex and references.bib and includes build-ready layouts.
  • Template-aware conversion: supports school/journal templates provided in latex-templates for consistent formatting.
  • Validation guidance: outlines steps to verify compilability and adjust as needed.

Quick Start

Place your LaTeX templates in latex-templates and tell me the desired chapter structure, and I will generate a compilable LaTeX project.

Frequently Asked Questions about latex-output

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

FAQPage Schema
How do I generate a LaTeX project from a thesis template?

To generate a LaTeX project from a thesis template, place your school or journal templates in a latex-templates directory and specify your desired chapter structure to automatically produce a compilable main.tex and organized chapters.

Can I automatically create chapters and a main.tex file for my LaTeX manuscript?

Yes, you can automatically create chapters and a main.tex file by parsing provided latex-templates, which scaffolds a chapters/ directory with files like 00-abstract.tex and 01-introduction.tex based on template cues.

What is the best way to structure a compilable LaTeX thesis project?

The best way to structure a compilable LaTeX thesis project is template-driven generation, which organizes your manuscript under a chapters/ directory and outputs a build-ready main.tex alongside a references.bib file.

Do I need to provide my own LaTeX templates for manuscript generation?

Yes, you need to provide your own LaTeX templates in a latex-templates directory to ensure template-aware conversion, allowing the system to infer the required structure and produce consistent formatting for your manuscript.

How do I verify if my generated LaTeX project is compilable?

To verify if your generated LaTeX project is compilable, follow the provided validation guidance steps to check the build-ready layout of your main.tex and adjust the template-derived structure as needed before submission.