diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-03-02 02:55:00 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-03-02 02:55:00 +0000 |
commit | e9c81f9f40187bc4701ac539d110003e92b9ca69 (patch) | |
tree | e3929f2a116cf1bc790eaf88883e0315ef0ffa6c /reproduce/software/config/installation | |
parent | f51082b27e47e552658000689161c150d9c9a70e (diff) |
Described the first analysis phase with a demo subMakefile
Until now, there was no explanation on an actual analysis phase, therefore
with this commit an example scenario with a readable Makefile is included.
The Data lineage graph was also simplified to both be more readable, and
also to correspond to this new explanation and subMakefile.
Some random edits/typos were also corrected and some references added for
discussion.
Diffstat (limited to 'reproduce/software/config/installation')
-rw-r--r-- | reproduce/software/config/installation/texlive.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/texlive.mk b/reproduce/software/config/installation/texlive.mk index c918748..6760eba 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive.mk @@ -23,4 +23,5 @@ texlive-packages = tex fancyhdr ec newtx fontaxes xkeyval etoolbox xcolor \ trimspaces pdftexcmds pdfescape letltxmacro bitset \ mweights \ \ - alegreya enumitem fontspec lastpage listings + alegreya enumitem fontspec lastpage listings environ \ + tcolorbox |