aboutsummaryrefslogtreecommitdiff
path: root/paper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'paper.tex')
-rw-r--r--paper.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/paper.tex b/paper.tex
index 24c401e..f6aeed3 100644
--- a/paper.tex
+++ b/paper.tex
@@ -1126,6 +1126,7 @@ In \inlinecode{analysis1.mk} (Figure \ref{fig:mk20tab3}), we thus convert it to
\input{tex/src/figure-mk20tab3.tex}
\vspace{-3mm}
\caption{\label{fig:mk20tab3}Simplified contents of \inlinecode{analysis1.mk}.
+ Here, we want to convert the downloaded XLSX dataset (Office Open XML Workbook format) to a simple plain-text fixed-width-per-column table.
For the position of this subMakefile in the full project's data lineage, see Figure \ref{fig:datalineage}.
In particular, here the arrows of that figure from \inlinecode{menke20.xlsx} to \inlinecode{menke20-table-3.txt} and from the latter to \inlinecode{analysis1.tex} are shown as the second and third Make rules.
See Figure \ref{fig:download} and Appendix \ref{appendix:make} for more on the Make notation and Section \ref{sec:analysis} for describing the steps.