tomjanus / reemission

RE-emission is a collection of methods for calculating GHG emisisons from reservoirs
https://tomjanus.github.io/reemission/
GNU General Public License v3.0
5 stars 1 forks source link

Make an HTML presenter #50

Open tomjanus opened 5 months ago

tomjanus commented 5 months ago

Generating PDF reports requires latex installations that take a lot of space and people may not be familiar how to install latex. Additionally, pylatex used for generating pdf reports in Python is unable to discover latex even though it is seen in the system.

For this reason, it will be better to replicate the functionality of PDFPresenter to generate analogous reports in HTML that will not require specific compilation for viewing.