diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-12-13 17:31:07 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-12-13 17:32:30 +0000 |
commit | 8d65a9effe9fbd94cb0141e8a5c511ad8d6cda9d (patch) | |
tree | fd4eeb53b643d72abc1466052a0f386223327a63 /reproduce/software | |
parent | 45eee1e45fdd4c0b2b22f0c94a241aef6f3c13f3 (diff) |
Necessary TeXLive packages installed: pdfescape letltxmacro bitset
Recent builds of the template need these three packages to build the PDF.
This was reported by Hamed Altafi.
Diffstat (limited to 'reproduce/software')
-rw-r--r-- | reproduce/software/config/installation/texlive.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/texlive.mk b/reproduce/software/config/installation/texlive.mk index 1c2fc0f..aebee4d 100644 --- a/reproduce/software/config/installation/texlive.mk +++ b/reproduce/software/config/installation/texlive.mk @@ -20,4 +20,4 @@ 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 + trimspaces pdftexcmds pdfescape letltxmacro bitset |