diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-22 02:15:06 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-22 02:18:42 +0100 |
commit | 7b008dfbb9b2f6a1f5145e3841464e723f590feb (patch) | |
tree | 4d4608d851de6130d5ab9506eddabc5435bf3033 /reproduce/software | |
parent | 2bfa3a043dcf394492a33bbcb16121dcb227b5ed (diff) |
Re-write of the paper to fit in ~6000 words and IEEE format
Following the fact that the DSJ editor decided that this paper doesn't fit
into their scope, we decided to submit it to IEEE's Computing in Science
and Engineering (CiSE). So with this commit the text was re-written to fit
into their style and word-count limitations.
Diffstat (limited to 'reproduce/software')
-rw-r--r-- | reproduce/software/config/texlive-packages.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/reproduce/software/config/texlive-packages.conf b/reproduce/software/config/texlive-packages.conf index 70f246e..7dac084 100644 --- a/reproduce/software/config/texlive-packages.conf +++ b/reproduce/software/config/texlive-packages.conf @@ -16,4 +16,6 @@ # 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 = times IEEEtran cite xcolor pgfplots courier ps2eps +texlive-typewriter-pkgs = courier inconsolata xkeyval upquote +texlive-packages = times IEEEtran cite xcolor pgfplots ps2eps \ + listing etoolbox $(texlive-typewriter-pkgs) |