forked from rarias/bscpkgs
report: build only required figures
Introduces a intermediate derivation that can be imported into the report derivation, which contains a string cmd that expands the fig variable as needed.
This commit is contained in:
@@ -14,8 +14,8 @@ time $t$ is measured, as shown in the figure \ref{fig:nbody.test}.
|
||||
%
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[width=0.45\textwidth]{@fig.nbody.test@/scatter.png}
|
||||
\includegraphics[width=0.45\textwidth]{@fig.nbody.test@/box.png}
|
||||
\includegraphics[width=0.45\textwidth]{@fig.nbody.baseline@/scatter.png}
|
||||
\includegraphics[width=0.45\textwidth]{@fig.nbody.baseline@/box.png}
|
||||
\caption{Nbody times with varying block size}
|
||||
\label{fig:nbody.test}
|
||||
\end{figure}
|
||||
|
||||
Reference in New Issue
Block a user