diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-18 00:48:58 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-01-18 00:48:58 +0000 |
commit | 3c05235a86bb19e74a4ffb656b909928bdfc2126 (patch) | |
tree | 73532bc658b605732f0e405588548c2c954fb7bc | |
parent | 0774aac6c562b37800e49767ec28826ca8330d8c (diff) |
Added mweights as a TeXLive package
After a new rebuild of the project, I noticed that we now need to also
build the `mweights' package.
-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 5681795..c53e170 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive.mk @@ -20,4 +20,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 \ - trimspaces pdftexcmds pdfescape letltxmacro bitset + trimspaces pdftexcmds pdfescape letltxmacro bitset \ + mweights |