24 lines
607 B
Go HTML Template
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
|