math-optim/report/allpics.tmpl
surtur 37d761bf81
All checks were successful
continuous-integration/drone/push Build is passing
go(report): handle 'comparison of means' plots
2022-08-09 17:16:16 +02:00

23 lines
618 B
Go HTML Template

% Code generated by math-optim; DO NOT EDIT.
%
% This file was generated by robots at
% {{ .Timestamp }}
% source: git.dotya.ml/wanderer/math-optim/report/allpics.tmpl
% This file is a part of the math-optim project.
% project homepage: https://git.dotya.ml/wanderer/math-optim/
\section{Plot comparisons}
{{ range $i, $v := .AllPics.TexFiles }}
{{ if isComparison $v.Algo }}
\section{ {{- $v.Algo -}} }
{{- else -}}
\subsection{ {{- $v.Algo -}} }
{{ end -}}
{{- range $j, $u := $v.FilePaths }}
\input{ {{- printf "{%s}" $u -}} }
\newpage
{{- end }}
{{ end }}
% vim: ft=gotexttmpl.tex ts=2 sts=2 sw=2 bs=2 expandtab