diff --git a/tlmgrDeps.sh b/tlmgrDeps.sh new file mode 100755 index 0000000000000000000000000000000000000000..a11ee6cacda3a58038968a5d456cd0db527b2f00 --- /dev/null +++ b/tlmgrDeps.sh @@ -0,0 +1,63 @@ +#!/bin/sh +# This file has the recommended LaTeX packages. +# First install tlmgr (likely in the package +# texlive or texlive-bin). + +tlmgr install latex-bin + +tlmgr install \ +xcolor \ +gfsartemisia \ +epsdice \ +fontenc \ +starfont \ +appendix \ +geometry \ +svg \ +alltt \ +tabularx \ +wrapfig \ +epigraph \ +microtype \ +float \ +microtype \ +makeidx \ +babel \ +colortbl \ +contour \ +amssymb \ +amsmath \ +amsfonts \ +etoolbox \ +hyperref \ +pdftexcmds.sty \ +infwarerr.sty \ +glossaries \ +glossaries-extra \ +euler \ +koma-script \ +trimspaces \ +ifplatform \ +catchfile \ +kvoptions \ +transparent \ +nextpage \ +markdown \ +pgf \ +paralist \ +csvsimple \ +fancyvrb \ +babel-english \ +gobble \ +titlesec \ +fancyhdr \ +fourier \ +needspace \ +psnfss \ +tcolorbox \ +visualtikz \ +tikzfill \ +pdfcol \ +epstopdf-pkg \ +environ \ +collection-fontrecommended