diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-11-20 01:03:34 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-11-20 01:03:34 +0000 |
commit | 27eb400cbccafcfa8e495def13f0cbb067703ef5 (patch) | |
tree | be8b927b6571c5769e3e4fc3c5daefb332acb305 | |
parent | 79cd971ce39185116a401399538d842a4cf85a43 (diff) |
Added analysis diagram after the LaTeX macros also
To help with the discussion, that plot was also added after showing
the usage of LaTeX macros.
-rw-r--r-- | reproducible-paper.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/reproducible-paper.tex b/reproducible-paper.tex index 0e02fed..e7757f4 100644 --- a/reproducible-paper.tex +++ b/reproducible-paper.tex @@ -752,7 +752,7 @@ - \begin{frame}{With Make, the full lineage from raw inputs to final PDF is recorded} + \begin{frame}{With Make, we can record the full data lineage} \centering \includegraphics[width=0.8\linewidth]{img/analysis-diagram.pdf} \end{frame} @@ -828,7 +828,10 @@ \end{center} \end{frame} - + \begin{frame}{We have the full data lineage (raw input $\rightarrow$ every number and plot in paper's PDF)} + \centering + \includegraphics[width=0.8\linewidth]{img/analysis-diagram.pdf} + \end{frame} |