Awesome-Agent-Skills-for-Empirical-Research latex-skills
11 latex skills. Trigger: LaTeX typesetting, formatting papers, mathematical notation, Beamer. Design: template-based guides with package recommendations and compilation tips.
install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/43-wentorai-research-plugins/skills/writing/latex" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-latex-skills && rm -rf "$T"
manifest:
skills/43-wentorai-research-plugins/skills/writing/latex/SKILL.mdsource content
LaTeX — 11 Skills
Select the skill matching the user's need, then
read its SKILL.md.
| Skill | Description |
|---|---|
| academic-writing-latex | LaTeX-based academic writing assistant for thesis and paper templates |
| bibliography-management-guide | Manage references with BibLaTeX, natbib, and LaTeX bibliography styles |
| latex-drawing-collection | LaTeX drawing examples for Bayesian networks, tensors, and diagrams |
| latex-drawing-guide | TikZ and PGFPlots techniques for publication-quality scientific figures |
| latex-ecosystem-guide | Comprehensive guide to LaTeX editors, packages, and typesetting workflows |
| latex-templates-collection | Collection of LaTeX templates for papers, presentations, and CVs |
| math-typesetting-guide | LaTeX math typesetting, equation formatting, and cross-referencing |
| md-to-pdf-academic | Convert Markdown to publication-quality PDF with LaTeX math rendering |
| overleaf-collaboration-guide | Guide to collaborative LaTeX editing with Overleaf |
| tex-render-guide | Render LaTeX math expressions to images in PNG, JPEG, and SVG |
| tikz-diagrams-guide | Create publication-quality scientific diagrams with TikZ in LaTeX |