diff options
Diffstat (limited to 'reproduce/config')
-rw-r--r-- | reproduce/config/pipeline/dependency-texlive.mk | 14 | ||||
-rw-r--r-- | reproduce/config/pipeline/dependency-versions.mk | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/reproduce/config/pipeline/dependency-texlive.mk b/reproduce/config/pipeline/dependency-texlive.mk new file mode 100644 index 0000000..9d7365f --- /dev/null +++ b/reproduce/config/pipeline/dependency-texlive.mk @@ -0,0 +1,14 @@ +# Necessary packages to install in TeX Live. +# +# If any extra TeX package is necessary to build your paper, just add its +# name to this variable (you can check in `ctan.org' to find the official +# name). +# +# Note on `tex' and `fancyhdr': These two packages are installed along with +# the basic installation scheme that we used to install tlmgr, they will be +# ignored in the `tlmgr install' command, but will be used later when we +# want their versions. +texlive-packages = tex fancyhdr ec newtx fontaxes xkeyval etoolbox xcolor \ + setspace caption footmisc datetime fmtcount titlesec \ + preprint ulem biblatex biber logreq pgf pgfplots fp \ + courier tex-gyre txfonts times diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index c123f55..07f755c 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -17,6 +17,7 @@ lzip-version = 1.20 make-version = 4.2.90 sed-version = 4.5 tar-version = 1.30 +which-version = 2.21 xz-version = 5.2.4 # Libraries |