From 6a9990b5a4d13d7628902b0dc067c74e782922de Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 18 Nov 2018 19:45:46 +0000 Subject: Pipeline also installs TeX live and necessary packages Since the final product of the pipeline is a LaTeX-created PDF file, it was necessary to also have LaTeX within the pipeline. With this commit, TeX Live is also built as part of the configuration and all the necessary packages to build the PDF are also installed and mentioned in the paper along with their versions. --- paper.tex | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) (limited to 'paper.tex') diff --git a/paper.tex b/paper.tex index f37ec6e..39c63f3 100644 --- a/paper.tex +++ b/paper.tex @@ -178,18 +178,28 @@ SUNDIAL ITN, and from the Spanish Ministry of Economy and Competitiveness (MINECO) under grant number AYA2016-76219-P. The following free software tools were also critical component of this -research (in alphabetical order): Bzip2 \bziptwoversion, {\small CFITSIO} -\cfitsioversion, CMake \cmakeversion, c{\small URL} \curlversion, Git -\gitversion, \gnu{Bash} \bashversion, \gnu{Binutils} \binutilsversion, -\gnu{Coreutils} \coreutilsversion, \gnu{{\small AWK}} \gawkversion, -\gnu{Grep} \grepversion, \gnu{Libtool} \libtoolversion, \gnu{Make} -\makeversion, \gnu{Sed} \sedversion, \gnu{Scientific Library} ({\small - GSL}) \gslversion, \gnu{Tar} \tarversion, Lzip \lzipversion, {\small GPL} -Ghostscript \ghostscriptversion, Libgit2 \libgitwoversion, Libtiff -\libtiffversion, {{\small WCSLIB}} \wcslibversion, {\small XZ} Utils -\xzversion, and ZLib \zlibversion. We are very grateful to all their -creators for freely providing this necessary infrastructure. This research -would not be possible without them. +research (in alphabetical order): Bzip2 \bziptwoversion, CFITSIO +\cfitsioversion, CMake \cmakeversion, cURL \curlversion, Git \gitversion, +GNU Bash \bashversion, GNU Binutils \binutilsversion, GNU Coreutils +\coreutilsversion, GNU AWK \gawkversion, GNU Grep \grepversion, GNU Libtool +\libtoolversion, GNU Make \makeversion, GNU Sed \sedversion, GNU Scientific +Library (GSL) \gslversion, GNU Tar \tarversion, GNU Which \whichversion, +Lzip \lzipversion, GPL Ghostscript \ghostscriptversion, Libgit2 +\libgitwoversion, Libtiff \libtiffversion, WCSLIB \wcslibversion, XZ Utils +\xzversion, and ZLib \zlibversion. The final paper was produced with \TeX{} +Live \texliveversion, using the following packages: \TeX{} \textexversion, +EC \texecversion, NewTX \texnewtxversion, Fontaxes \texfontaxesversion, +Keyval, \texxkeyvalversion, Etoolbox \texetoolboxversion, Xcolor +\texxcolorversion, Setspace \texsetspaceversion, Caption +\texcaptionversion, Footmisc \texfootmiscversion, Datetime +\texdatetimeversion, Fmtcount \texfmtcountversion, Titlesec +\textitlesecversion, Preprint \texpreprintversion, Ulem \texulemversion, +Bib\LaTeX{} \texbiblatexversion, Biber \texbiberversion, Logreq +\texlogreqversion, PGF/TiKZ \texpgfversion, PGFPlots \texpgfplotsversion, +FP \texfpversion, Courier \texcourierversion, \TeX-gyre \textexgyreversion, +TXFonts \textxfontsversion, Times \textimesversion. We are very grateful to +all their creators for freely providing this necessary infrastructure. This +research would not be possible without them. %% Tell BibLaTeX to put the bibliography list here. \printbibliography -- cgit v1.2.1