Skip to content

Commit

Permalink
Add packages to support doc target in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Feb 27, 2019
1 parent 68baeeb commit a2e6025
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions support/texlive.sh
Expand Up @@ -94,6 +94,21 @@ tlmgr install \
zhmetrics \
zhnumber

# For the doc target
tlmgr install \
booktabs \
colortbl \
csquotes \
enumitem \
fancyvrb \
hyperref \
makeindex \
psnfss \
symbol \
underscore \
url \
zapfding

# Keep no backups (not required, simply makes cache bigger)
tlmgr option -- autobackup 0

Expand Down

0 comments on commit a2e6025

Please sign in to comment.