xypic-latex

Installation
SKILL.md

XY-pic LaTeX Diagrams

Typeset commutative diagrams, automata, and categorical constructions using XY-pic in LaTeX, with inline Emacs preview via AUCTeX.

Setup

Preamble

\usepackage[all,cmtip]{xy}
  • all loads every XY-pic extension (matrix, arrow, curve, frame, etc.)
  • cmtip uses Computer Modern arrowheads (cleaner than default)

Emacs / AUCTeX preview

Add to init.el for inline C-c C-p C-p preview of xymatrix environments:

Installs
1
Repository
plurigrid/asi
GitHub Stars
28
First Seen
Jun 21, 2026
xypic-latex — plurigrid/asi