Replace spaces with underscores in module directory names

Rename module directories (module 6 → module_6, module 7 → module_7) to
fix Google Colab "Open in Colab" link compatibility. Update Colab badge
URL in Peng_Robinson_EOS.ipynb accordingly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Eric 2026-03-16 07:53:35 -06:00
commit e5bf977ca5
28 changed files with 2 additions and 43 deletions

View file

@ -0,0 +1,25 @@
((*- extends 'latex/index.tex.j2' -*))
% ---------- Remove code cell prompts ----------
((* block input_prompt *))((* endblock input_prompt *))
((* block output_prompt *))((* endblock output_prompt *))
% ---------- Document metadata ----------
((* block title *))
\title{Van der Waals Equation of State}
((* endblock title *))
((* block author *))
\author{Eric Furst}
((* endblock author *))
((* block date *))
\date{\today}
((* endblock date *))
% ---------- Code font size ----------
((* block packages *))
((( super() )))
\usepackage{fancyvrb}
\fvset{fontsize=\footnotesize}
((* endblock packages *))