Compiletex banner
scunning1975 scunning1975

Compiletex

Development community

Description

--- name: compiletex description: Compile LaTeX and report errors/warnings. Use after editing any .tex file. allowed-tools: Bash(pdflatex*), Bash(latexmk*), Bash(ls*), Read, Glob argument-hint: [tex-file-path] --- # Compile LaTeX Compile the specified .tex file and report all errors and warnings. ## Usage The user provides a path to a .tex file (or you infer it from context). ## Steps 1. **Identify the .tex file** - If argument provided, use that path - If no argument, look for .tex

Installation

Installs to ~/.claude/commands/scunning1975-mixtapetools-compiletex.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scunning1975/MixtapeTools/HEAD/.claude/commands/compiletex.md -o ~/.claude/commands/scunning1975-mixtapetools-compiletex.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository