math-optim/report/report.tmpl
surtur 052b51f0df
All checks were successful
continuous-integration/drone/push Build is passing
go(report): rework gen.go,report.tmpl
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

12 lines
341 B
Go HTML Template

% Code generated by go generate; DO NOT EDIT.
% This file was generated by robots at
% {{ .Timestamp }}
% source: git.dotya.ml/wanderer/math-optim/report/report.tmpl
% This file is a part of the math-optim project.
% project homepage: https://git.dotya.ml/wanderer/math-optim/
{{- .ReportBase -}}
% vim: ft=gotexttmpl ts=2 bs=2 expandtab