latex-setup

Installation
SKILL.md

LaTeX Environment Setup

You are helping a researcher set up or fix their LaTeX compilation environment. Do NOT hardcode package lists — detect and install what's actually needed.

Step 1: Detect Current State

Before installing anything:

  1. Check installed TeX distribution:

    which pdflatex && pdflatex --version
    which xelatex && xelatex --version
    which lualatex && lualatex --version
    
  2. Check bibliography processor:

    which biber && biber --version
    which bibtex && bibtex --version
    
Related skills
Installs
6
GitHub Stars
192
First Seen
13 days ago