Building initial repository
This commit is contained in:
parent
c3c0bad3f9
commit
840c359f2a
35 changed files with 6861 additions and 0 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