Skip to main content

compile-thesis

Compile the thesis with tectonic and report results

Jump to install

Source facts

Repository
AlessandroCaforio/Academic-Writing
Last source activity
February 17, 2026 at 14:07
Detected SKILL.md language
English
Stars
17
Forks
8

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
compile-thesis
description
Compile the thesis with tectonic and report results
disable-model-invocation
true
# Compile Thesis Run the following command and report its output: ```bash cd /Users/alessandro/Projects/Tesi/thesis && tectonic main.tex 2>&1 ``` After running: 1. If compilation **succeeds**: Report "Compilation successful" and list any warnings (undefined references, overfull hboxes, etc.) 2. If compilation **fails**: Report the error with the relevant line number and file, then suggest a fix 3. Count pages if possible: `pdfinfo main.pdf 2>/dev/null | grep Pages`
View on GitHub