Notre avis
Ce skill installe et configure un environnement LaTeX complet sur macOS, incluant MacTeX, le visualiseur Skim et SyncTeX.
Points forts
- Installation automatisée de toute la distribution MacTeX via Homebrew
- Configuration intégrée de Skim avec SyncTeX pour une édition inverse
- Étapes de vérification et de test de compilation complètes
- Gestion des paquets via tlmgr après installation
Limites
- Uniquement pour macOS, pas de prise en charge Linux ou Windows
- Téléchargement volumineux (environ 4,5 Go)
- Nécessite sudo pour certaines commandes comme tlmgr install
Lorsque vous devez installer et configurer un environnement LaTeX complet sur un nouveau Mac, avec visualisation et synchronisation source-PDF.
Si vous avez besoin d'une distribution légère (comme BasicTeX) ou d'une solution multiplateforme pour d'autres systèmes d'exploitation.
Analyse de sécurité
SûrThe skill only provides safe, standard LaTeX setup commands (e.g., brew install, tex --version, pdflatex). No destructive or exfiltrating actions, no obfuscated code, and no disabling of security features.
Aucun point d'attention détecté
Exemples
I need to install LaTeX on my new Mac. Please set up MacTeX, Skim, and SyncTeX for me.Check my LaTeX installation: run tex --version, pdflatex --version, and compile a test document.Configure Skim with SyncTeX for LaTeX editing. Install Skim if needed and enable inverse search.name: latex-setup description: LaTeX environment setup on macOS. TRIGGERS - install LaTeX, MacTeX, Skim viewer, SyncTeX setup. allowed-tools: Read, Edit, Bash
LaTeX Environment Setup
Quick Reference
When to use this skill:
- Installing LaTeX on a new machine
- Setting up MacTeX distribution
- Configuring Skim PDF viewer with SyncTeX
- Verifying LaTeX installation
- Troubleshooting missing packages
Recommended Stack
| Component | Purpose | Status | | ---------------- | --------------------------------------- | --------------- | | MacTeX 2025 | Full LaTeX distribution (TeX Live 2025) | ✅ Recommended | | Skim 1.7.11 | PDF viewer with SyncTeX support | ✅ macOS only | | TeXShop 5.57 | Integrated LaTeX IDE (optional) | ✅ Native macOS |
Quick Start
Install MacTeX
brew install --cask mactex
# Size: ~4.5 GB (includes everything)
Verify Installation
tex --version
# Expected: TeX 3.141592653 (TeX Live 2025)
pdflatex --version
latexmk --version
Test Compilation
echo '\documentclass{article}\begin{document}Hello World!\end{document}' > test.tex
pdflatex test.tex
ls test.pdf # Verify PDF created
Post-Installation Checklist
- [ ] Verify
tex --versionshows TeX Live 2025 - [ ] Verify
latexmk --versionshows 4.86a+ - [ ] Verify
pdflatex test.texcreates PDF - [ ] Install Skim if using mactex-no-gui
- [ ] Test SyncTeX: compile with
-synctex=1flag - [ ] Configure Skim preferences for editor integration
- [ ] Add
/Library/TeX/texbinto PATH if needed - [ ] Test package installation:
sudo tlmgr install <package>
Reference Documentation
For detailed information, see:
- Installation - Full MacTeX vs lightweight options, Skim installation
- Verification - Check installation, verify PATH, test compilation
- Package Management - Check, install, search for packages with tlmgr
- Skim Configuration - Enable SyncTeX, configure preferences for editor integration
- Troubleshooting - PATH issues, tlmgr problems, permissions
See Also:
- Build Workflows: Use
latex/buildskill for latexmk automation - Table Creation: Use
latex/tablesskill for tabularray usage
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.