ソース情報
- リポジトリ
- AlessandroCaforio/Academic-Writing
- ソースの最終更新活動
- 2026年2月17日 14:07
- 検出された SKILL.md の言語
- 英語
- スター
- 17
- フォーク
- 7
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- 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`
GitHubで見る