Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract contrib packages #6

Merged
merged 1 commit into from
Jun 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 2 additions & 54 deletions 2-texlive-pdflatex/texlive_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,60 +36,8 @@ tlmgr install collection-langeuropean

# Index of packages: http://ctan.mirrors.hoobly.com/systems/texlive/tlnet/archive/
# Other contrib packages: done as a block to avoid multiple calls to tlmgr
# pgf includes tikz
tlmgr install \
exam \
amsmath \
amscls \
mathtools \
thmtools \
stmaryrd \
xcolor \
pdfpages \
pgf \
cancel \
hyperref \
pgfplots \
listings \
scalerel \
stackengine \
etoolbox \
listofitems \
marvosym \
amsfonts \
opensans \
slantsc \
fancyhdr \
ulem \
algorithms \
algorithmicx \
float \
booktabs \
enumitem \
polynom \
fancyvrb \
makecmds \
multirow \
chngcntr \
fvextra \
upquote \
lineno \
ifplatform \
xstring \
framed \
caption \
collection-fontsrecommended \
minted \
pgfgantt \
geometry \
beamer \
translator \
environ \
trimspaces \
imakeidx \
graphics \
tools \
oberdiek
# One package line per line in texive_packages
tlmgr install $(cat texlive_packages)

# Keep no backups (not required, simply makes cache bigger)
tlmgr option -- autobackup 0
Expand Down
52 changes: 52 additions & 0 deletions 2-texlive-pdflatex/texlive_packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
exam
amsmath
amscls
mathtools
thmtools
stmaryrd
xcolor
pdfpages
pgf
cancel
hyperref
pgfplots
listings
scalerel
stackengine
etoolbox
listofitems
marvosym
amsfonts
opensans
slantsc
fancyhdr
ulem
algorithms
algorithmicx
float
booktabs
enumitem
polynom
fancyvrb
makecmds
multirow
chngcntr
fvextra
upquote
lineno
ifplatform
xstring
framed
caption
collectionfontsrecommended
minted
pgfgantt
geometry
beamer
translator
environ
trimspaces
imakeidx
graphics
tools
oberdiek