latex-expert

Provides guidance for creating, editing, and formatting documents in LaTeX.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance to create, format, and debug LaTeX documents, covering structure, mathematical typesetting, and bibliography management to streamline academic writing workflows.

Core Features & Use Cases

  • Structured document templates: Start new articles, reports, or theses from standards-compliant templates.
  • Math typesetting guidance: Best practices for align, equation environments, and operator definitions with mathtools.
  • Bibliography management: BibLaTeX/biber setup, resource organization, and citation conventions for consistent references.
  • Use Case: Prepare a clean, publication-ready article with a consistent layout, math formatting, and automated bibliography.

Quick Start

Create a minimal article using the assets/template.tex as a starting point, then compile with latexmk to produce a PDF.

Frequently Asked Questions about latex-expert

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

FAQPage Schema
How do I format math equations and align environments in LaTeX?

BibLaTeX with the biber backend manages LaTeX bibliographies by organizing resources and enforcing citation conventions. It provides consistent reference formatting for academic articles, reports, and theses.

What's the best way to automate LaTeX document compilation?

Automate LaTeX document compilation using latexmk to produce a PDF. It streamlines the modern LaTeX workflow by handling multiple compilation passes and biber backend runs automatically.

Can I use a starting template for academic theses and reports?

Yes, you can start new academic articles, reports, or theses from standards-compliant structured document templates. These templates provide a clean, publication-ready layout with consistent formatting.

Why does my BibLaTeX setup fail to compile properly?

BibLaTeX compilation fails often due to incorrect biber backend configuration or missing resource organization. Ensure biber is set as the backend and citation conventions are properly defined in your document.

Do I need latexmk to produce a PDF from a LaTeX document?

No, latexmk is not strictly required to produce a PDF, but it is highly recommended. It automates the modern LaTeX workflow by managing compilation passes and biber backend runs for consistent document preparation.