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:
parent
bdab14700b
commit
e5bf977ca5
28 changed files with 2 additions and 43 deletions
25
module_7/vdw_report.tex.j2
Normal file
25
module_7/vdw_report.tex.j2
Normal 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 *))
|
||||
Loading…
Add table
Add a link
Reference in a new issue