← スキル一覧に戻る

latex-conventions
by JoernStoehler
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: latex-conventions description: Work on the LaTeX thesis or LaTeXML HTML output. Use for build/lint/serve commands, LaTeX style rules, HTML pipeline notes, or assets conventions.
LaTeX Conventions (thesis + HTML)
Build and serve (packages/latex_viterbo)
Note: LaTeX builds require TexLive, which is only available in the local devcontainer (not in web environment).
- Lint:
scripts/lint.sh(chktex + draft compile + latexml sanity) - Build:
scripts/build.sh [--production] [--pdf-only] [--html-only] - Serve:
scripts/serve.sh [--production] [--watch] [--pdf-only] [--html-only] - Draft speedup: use
includeonly.tex(copy fromincludeonly.tex.example).
LaTeX style
- Use
\(...\)inline,\[...\]display (avoid$). - Proofs in
proofenvironment; label theorems/lemmas consistently. - arXiv-friendly packages only.
Thesis writing style
- Audience: symplectic geometers; self-contained exposition.
- Separate mainline text from asides.
- Introduce notation once; note deviations from literature.
- Be explicit but skimmable; spoilers up front; headings guide the reader.
- Mark WIP text clearly (e.g.,
\edit{}or%).
Assets
- LaTeX includes assets; Python generates them.
- Store under
packages/latex_viterbo/assets/<experiment>/.... - LaTeXML extras under
packages/latex_viterbo/assets/{html/,latexml/}. - Hand-crafted assets under
packages/latex_viterbo/assets/manual/.
References
- LaTeXML HTML pipeline notes:
references/ar5iv-pipeline-notes.md - LaTeXML troubleshooting:
references/latexml-troubleshooting.md - Clarke talk teardown checklist:
packages/latex_talk_clarke_duality/docs/teardown.md
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です