latex-writing

Guides semantically correct LaTeX markup including cross-references, quotes, and citations for .tex and .nw files.

1|Updated Oct 2, 2022
One-click install
npx skills add https://github.com/danburonline/public-writings --skill latex-writing-danburonline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: latex-writing
Source: https://github.com/danburonline/public-writings/tree/main/.cursor/skills/latex-writing
Command: npx skills add https://github.com/danburonline/public-writings --skill latex-writing-danburonline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps writers produce semantically correct LaTeX documents by guiding proper structural markup and noweb-friendly literate programming practices.

Core Features & Use Cases

  • Enforces semantic environments (description vs itemize) for clear document structure.
  • Guides literate programming workflows (.nw) with noweb-style code quoting and proper code referencing.
  • Improves cross-references, quotations, and citations using standardized commands and packages (hyperref, csquotes, cleveref).

Quick Start

Open a LaTeX project and apply the guidance in this skill to ensure your sections, lists, and references follow semantic markup.

Frequently Asked Questions about latex-writing

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

FAQPage Schema
How do I write semantically correct LaTeX documents with proper structural markup?

To write semantically correct LaTeX documents, use proper structural markup by selecting the right environments, such as description versus itemize, and mandating accurate cross-referencing, quotes, and citation practices for academic papers and books.

What is the best way to manage cross-references and citations in LaTeX?

The best way to manage cross-references and citations in LaTeX is by using standardized packages like hyperref, csquotes, and cleveref to ensure accurate referencing and quotation practices across your document.

How do I apply literate programming workflows in noweb (.nw) files?

To apply literate programming workflows in noweb (.nw) files, use noweb-style code quoting and proper code referencing to maintain clear structure and accurate cross-references within your LaTeX source files.

Does this LaTeX writing guidance require any external runtime dependencies?

No, this LaTeX writing guidance requires no external runtime dependencies; it encodes rules for semantic environments and proper cross-referencing directly to help you author .tex and .nw files.

When should I use the description environment instead of itemize for clear document structure?

You should use the description environment instead of itemize when your LaTeX document requires semantically distinct list structures, enforcing clear document structure for academic papers, theses, and books.