diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-10 16:06:18 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-10-10 16:06:18 +0100 |
commit | bf3f9e8110aeb0f7aa3d40de512465bc89eeba63 (patch) | |
tree | 1ba29611d60e65f03f2f8dc1032f84e8ffda43f2 /reproduce/software/config | |
parent | c088a2be1dd8081eb99d02475b1ed87fad660555 (diff) |
Including trimspaces from TeXLive
Carlos Morales Socorro reported that his LaTeX build was missing the
`trimspaces' package, so it is now included in the pipeline.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/texlive.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/texlive.mk b/reproduce/software/config/installation/texlive.mk index f0c7755..3feae7d 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive.mk @@ -19,4 +19,5 @@ 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 + courier tex-gyre txfonts times csquotes kastrup \ + trimspaces |