math-optim/report/pics.tmpl
surtur 2d88ab9afc
All checks were successful
continuous-integration/drone/push Build is passing
go(report): add pic.go, pics.tmpl
2022-07-12 22:31:29 +02:00

24 lines
607 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/pics.tmpl
% This file is a part of the math-optim project.
% project homepage: https://git.dotya.ml/wanderer/math-optim/
\subsection{ {{- printf "%s - %s" .Algo .Bench -}} }
{{- range $i, $v := .Pics }}
\subsubsection{ {{- $v.Caption -}} }
\begin{figure}[!hbt]
\centering
\includesvg[width=0.65\textwidth]{ {{- $v.FilePath -}} }
\caption{ {{- $v.Caption -}} }
\end{figure}
{{- end }}
% vim: ft=gotexttmpl.tex ts=2 sts=2 sw=2 bs=2 expandtab