etoumey / tripy

Python TRIMP calculator and training companion for running.
3 stars 0 forks source link

Generate PDF report for each run #15

Closed etoumey closed 5 years ago

etoumey commented 5 years ago

Build a document and place in archive folder with the plots and TRIMP score from today. #14

etoumey commented 5 years ago

Preliminary report generation successful. TeX template location in activityArchive/src/temp.tex.

For now, it relies on the .pdf files produced by matplotlib being in the src directory. This is where they are saved by default and they will no longer be displayed on the users computer.

Part of this issue will also be to ask for some notes to include in the report. I'm envisioning a quick workout summary and any details to record. Right now I just have an empty file called notes.tex. This is where the notes will be written for compilation into the LaTeX document.

etoumey commented 5 years ago

Got notes working.

Happy with the report for now