latex-setup | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / latex-setup

latex-setup

maintained by terrylica

star 9 account_tree 1 verified_user MIT License
bolt View GitHub

name: latex-setup description: Installs and configures complete LaTeX development environment on macOS with MacTeX, Skim viewer, and SyncTeX support. Use when setting up new machine, installing LaTeX, or configuring PDF viewer. 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 --version shows TeX Live 2025
  • Verify latexmk --version shows 4.86a+
  • Verify pdflatex test.tex creates PDF
  • Install Skim if using mactex-no-gui
  • Test SyncTeX: compile with -synctex=1 flag
  • Configure Skim preferences for editor integration
  • Add /Library/TeX/texbin to PATH if needed
  • Test package installation: sudo tlmgr install <package>

Reference Documentation

For detailed information, see:

See Also:

  • Build Workflows: Use latex/build skill for latexmk automation
  • Table Creation: Use latex/tables skill for tabularray usage

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 9
GitHub Forks 1
Created Jan 2026
Last Updated il y a 4 mois
tools tools ide plugins

Related Skills

writing-skills
chevron_right
codex
chevron_right
smart-illustrator
chevron_right
ast-index
chevron_right
packmind-standard-creator
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.