tex-content

Enforces LaTeX content conventions and correctness checks for thesis chapters and mathematical proofs.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/JoernStoehler/msc-math --skill tex-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tex-content
Source: https://github.com/JoernStoehler/msc-math/tree/main/.claude/skills/tex-content
Command: npx skills add https://github.com/JoernStoehler/msc-math --skill tex-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures LaTeX content used in thesis writing adheres to four audiences, maintains correctness, and enforces consistent notation, reducing errors and rework.

Core Features & Use Cases

  • Enforces audience-aware writing conventions for human readers, imagined master students, verification agents, and downstream Rust implementers.
  • Verifies self-contained definitions and the precise use of notation, ensures proper theorem and proof structure, and checks citation consistency.
  • If you work with math.tex files located in crates/ or experiments/, load math-tex instead to apply the target standards during content assembly.

Quick Start

Load the tex-content skill when drafting thesis chapters, proofs, definitions, or theorem statements to apply these standards automatically.

Frequently Asked Questions about tex-content

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

FAQPage Schema
How do I enforce notation consistency and correctness in LaTeX thesis writing?

LaTeX thesis writing correctness is enforced by automating content convention checks for definitions, theorems, and proofs. This ensures consistent notation and citation verification across all thesis chapters.

What is the best way to automate citation verification in mathematical proofs?

Automating citation verification in mathematical proofs requires enforcing inline citation consistency and self-contained definitions within thesis workflows. This approach reduces errors and rework by checking structural correctness.

Do I need YAML frontmatter to check LaTeX theorem and proof structure?

Checking LaTeX theorem and proof structure requires YAML frontmatter with a name and description. This frontmatter is mandatory for the automated checks to enforce audience-aware writing conventions and notation rules.

Can I use automated LaTeX checks for math.tex files located in crates or experiments?

Automated LaTeX checks for math.tex files located in crates or experiments require loading a target standards application. You must load the math-tex skill instead to apply the correct assembly standards for those directories.

How does automated proof-writing verification handle different audiences?

Automated proof-writing verification handles audiences by enforcing writing conventions for human readers, imagined master students, verification agents, and downstream Rust implementers. This ensures content correctness across all target groups.