latex-writing

Author and review LaTeX documents with semantic markup and amsmath typesetting.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/CHENyiru3/AI-Skills-Collections --skill latex-writing-chenyiru3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-writing
Source: https://github.com/CHENyiru3/AI-Skills-Collections/tree/main/skills-market/writing/latex/latex-writing
Command: npx skills add https://github.com/CHENyiru3/AI-Skills-Collections --skill latex-writing-chenyiru3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

LaTeX authoring often suffers from semantic misuse, inconsistent math typesetting, and non-semantic markup; this guide helps writers produce structurally sound, publication-ready LaTeX documents.

Core Features & Use Cases

  • Semantic Markup: Use environments that reflect content meaning rather than visual appearance.
  • Math & Equations: Enforce amsmath, proper display math practices, and consistent punctuation.
  • Literate Programming: Support literate programming files (.nw) with noweb quoting conventions and clear separation of content and code.

Quick Start

Provide a LaTeX document, and apply semantic environments and amsmath guidelines to improve structure and typography.

Frequently Asked Questions about latex-writing

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

FAQPage Schema
How do I use semantic markup to structure a LaTeX academic paper?

Semantic markup in LaTeX uses environments reflecting content meaning over visual appearance, ensuring structurally sound and publication-ready academic papers by separating content from presentation.

What is the best way to typeset math equations in LaTeX using amsmath?

Typesetting math with amsmath involves applying proper display math practices and consistent punctuation, enforcing rigorous equation formatting for academic and technical documents.

How do I manage cross-references and quotes in LaTeX documents?

Managing cross-references and quotes in LaTeX documents uses cleveref for accurate referencing and csquotes for semantic quotation, producing consistent and rigorous academic writing.

Can I use LaTeX for literate programming in .nw files?

LaTeX supports literate programming in .nw files by applying noweb quoting conventions, maintaining a clear separation between content and code for technical documents.

How do I review and improve existing LaTeX documents for publication?

Reviewing LaTeX documents for publication involves applying semantic environments and amsmath guidelines to correct semantic misuse, improve structural typography, and enforce best practices.