diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-23 18:27:40 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-05-23 18:27:40 +0100 |
commit | 198ed0eb5d22633894e62d7f4fd27c6992969474 (patch) | |
tree | 34762ec6ef76912460a1c2810d2b909d70a1a3c6 /reproduce/software/config | |
parent | 39161aac768e3a6be3a7ebea7256350cda085582 (diff) |
Corrected name of listings package when installing it with texlive
When entering the name of the "listings" package, I had forgot to add the
final 's', so it wasn't being installed on a clean system! I didn't have a
problem until now, because it remained from previous builds.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/texlive-packages.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/config/texlive-packages.conf b/reproduce/software/config/texlive-packages.conf index 7dac084..15dd3e5 100644 --- a/reproduce/software/config/texlive-packages.conf +++ b/reproduce/software/config/texlive-packages.conf @@ -18,4 +18,4 @@ # want their versions. texlive-typewriter-pkgs = courier inconsolata xkeyval upquote texlive-packages = times IEEEtran cite xcolor pgfplots ps2eps \ - listing etoolbox $(texlive-typewriter-pkgs) + listings etoolbox $(texlive-typewriter-pkgs) |