Skip to main content

compile-thesis

Compile the thesis with tectonic and report results

Zur Installation springen

Quellinformationen

Repository
AlessandroCaforio/Academic-Writing
Letzte Quellaktivität
17. Februar 2026 um 14:07
Erkannte Sprache von SKILL.md
Englisch
Sterne
17
Forks
8

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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`
Auf GitHub ansehen