Сборка Beamer-презентаций через XeLaTeX
engineering
compile-latex is a Claude Code skill that compiles Beamer slide decks from `Slides/*.tex` sources using XeLaTeX with a full three-pass build cycle and BibTeX bibliography resolution. The sequence runs XeLaTeX to produce an `.aux` file, BibTeX to generate the `.bbl` reference list, then two more XeLaTeX passes to incorporate the bibliography and resolve all cross-references with final page numbers. Using the Read, Bash, and Glob tools, the skill sets `TEXINPUTS` to load the Beamer theme from the `Preambles/` directory and `BIBINPUTS` to locate the `.bib` file in the repo root; it also supports an alternative `latexmk -xelatex` invocation. After compilation it greps the output for `Overfull \hbox` warnings and undefined citations, then opens the resulting PDF for visual verification. Designed for researchers and developers who need to turn a `.tex` source into a polished PDF on commands like "compile", "build the slides", or "run latex".
- #latex
- #beamer
- #xelatex
- #pdf-compilation
- #bibliography