math-optim/report/pics.tmpl
surtur 9435f81fa2
All checks were successful
continuous-integration/drone/push Build is passing
tmpl(tex): format table,pic,allpics
2022-07-18 01:05:17 +02:00

24 lines
588 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/
\subsubsection{ {{- printf "%s - %s" .Algo .Bench -}} }
{{- range $i, $v := .Pics }}
\begin{figure}[!hbt]
\includesvg[width=0.30\textwidth]{ {{- printf "{%s}" $v.FilePath -}} }
\centering
\caption{ {{- $v.Caption -}} }
\end{figure}
{{- end }}
% vim: ft=gotexttmpl.tex ts=2 sts=2 sw=2 bs=2 expandtab