Commit Graph

6 Commits

Author SHA1 Message Date
leo 7a5de808e9
report: correct the path to tmpl files in comments
All checks were successful
continuous-integration/drone/push Build is passing
this path gets redirected to a canonical - even if nonpermanent - one at
`{repo}/src/branch/{main-branch}/{path-to-file}`, that is
`{repo}/src/branch/development/{path-to-file}` in concrete terms.
the previous paths were resulting in 404s.
2023-02-24 16:25:31 +01:00
surtur 988c20885e
go(report_base): add in-text timestamp
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-18 03:27:08 +02:00
surtur c9f15c9b99
tmpl,tex: fix leading whitespace deletion
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-17 21:38:48 +02:00
surtur 052b51f0df
go(report): rework gen.go,report.tmpl
All checks were successful
continuous-integration/drone/push Build is passing
make report include `report_base.tex` file verbatim and save it in
`out/tex/report.tex` as a base file of the report.

currently, this is done when running `go generate ./report` but there
are plans to switch from that to emitting the file during runtime, as is
done with all other templates.
2022-07-17 13:28:45 +02:00
surtur ab850f6c2c
go(report/gen,tmpl): use more meaningful var names
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-19 18:40:56 +02:00
surtur 826347f7a7
go,tex: add logic for go-generating tex reports
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-15 23:36:47 +02:00