thermohub/module 7
2026-01-07 15:46:53 -05:00
..
pdf Remove .DS_Store files and update .gitignore 2026-01-07 15:46:53 -05:00
CO2_phases.ipynb Building initial repository 2026-01-07 15:32:30 -05:00
N2_phases.ipynb Building initial repository 2026-01-07 15:32:30 -05:00
Peng_Robinson_EOS_isotherms_CO2.ipynb Building initial repository 2026-01-07 15:32:30 -05:00
Problem 4.ipynb Building initial repository 2026-01-07 15:32:30 -05:00
README.md Building initial repository 2026-01-07 15:32:30 -05:00
van_der_waals_EOS.ipynb Building initial repository 2026-01-07 15:32:30 -05:00
vdw_report.tex.j2 Building initial repository 2026-01-07 15:32:30 -05:00
VLE from fugacity final exam.ipynb Building initial repository 2026-01-07 15:32:30 -05:00
VLE from fugacity.ipynb Building initial repository 2026-01-07 15:32:30 -05:00

Exporting notebooks to PDF

The file vdw_report.tex.j2 formats the LaTeX PDF output to use a specific filename. It makes additional changes to the format of the code blocks.

To create the output, use the nbeconvert utility in jupyter:

% jupyter nbconvert van_der_waals_EOS.ipynb  --to pdf  --TemplateExporter.extra_template_paths=.  --template-file vdw_report.tex.j2 --no-prompt