From 2bfa3a043dcf394492a33bbcb16121dcb227b5ed Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 2 May 2020 04:38:55 +0100 Subject: First implementation of style in IEEEtran style The paper is no longer using LuaLaTeX, but raw LaTeX (that saves a DVI), it is so much faster! Initially I had used LuaLaTeX to use special fonts to resemble the CODATA Data Science Journal, but all that overhead is no longer necessary. Therefore I also removed the MANY extra LaTeX packages we were importing. The paper builds and is able to construct one of its images (the git-branching figure) with only 7 packages beyond the minimal TeX/LaTeX installation. Also in terms of processing it is so much faster. The text is just temporary now, and mainly just a place holder. With the next commit, I'll fill it with proper text. --- reproduce/software/config/TARGETS.conf | 7 +++++-- reproduce/software/config/texlive-packages.conf | 10 +--------- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'reproduce/software') diff --git a/reproduce/software/config/TARGETS.conf b/reproduce/software/config/TARGETS.conf index 00ce387..50392fb 100644 --- a/reproduce/software/config/TARGETS.conf +++ b/reproduce/software/config/TARGETS.conf @@ -36,7 +36,10 @@ # Programs and libraries. -top-level-programs = xlsxio +# +# Ghostscript: to build PDF paper (in particular the `ps2pdf' command). +# XLSXI/O: to read and write XLSX files. +top-level-programs = ghostscript xlsxio # Python libraries/modules. -top-level-python = +top-level-python = diff --git a/reproduce/software/config/texlive-packages.conf b/reproduce/software/config/texlive-packages.conf index 6760eba..70f246e 100644 --- a/reproduce/software/config/texlive-packages.conf +++ b/reproduce/software/config/texlive-packages.conf @@ -16,12 +16,4 @@ # 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 csquotes kastrup \ - trimspaces pdftexcmds pdfescape letltxmacro bitset \ - mweights \ - \ - alegreya enumitem fontspec lastpage listings environ \ - tcolorbox +texlive-packages = times IEEEtran cite xcolor pgfplots courier ps2eps -- cgit v1.2.1