You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add environment setup, complete macro list, and build details to CLAUDE.md
Adds Python version requirement, pip install instructions, deployed site URL,
all custom math macros, sphinx-proof directives, figure conventions, and the
missing make pdf target.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- The course covers 14 lectures spanning planet formation through exoplanets and astrobiology (see `planning/course_development.md` for full curriculum, schedule, homework, and exam structure).
@@ -39,6 +55,14 @@ Build artifacts in `book/_build/` are gitignored.
39
55
- Math macros are defined in both `mathjax3_config` (HTML) and `latex_elements.preamble` (PDF) in `_config.yml` — new macros must be added to both.
40
56
- The `physics` LaTeX package conflicts with Sphinx output; custom `\dv`, `\dd`, `\pdv` macros are used instead.
41
57
- LaTeX packages available: `amsmath`, `amssymb`, `mhchem` (for chemical formulae like `\ce{CO2}`).
58
+
- Custom math macros defined in `_config.yml` (available in both HTML and PDF):
0 commit comments