Use subset of TeX for low-space machines

This commit is contained in:
Sean Hunt 2014-08-27 15:10:17 -04:00
parent d41a243ddc
commit 3cbe232fc4
1 changed files with 8 additions and 2 deletions

View File

@ -304,9 +304,15 @@ if @general-use {
install w3m links elinks lynx curl;
# typesetting
install groff texlive-full dvi2ps dvipng dvidvi djvulibre-bin
install groff @!sucrose @!dextrose texlive-full dvi2ps dvipng dvidvi djvulibre-bin
@X lyx;
# save space
@sucrose @dextrose
remove texlive-full;
@sucrose @dextrose
install texlive-science texlive-latex-extra texlive-math-extra;
# filesystems
install sshfs dosfstools;
@!container
@ -423,7 +429,7 @@ if @general-use {
# club management
@csclub @amd64
@!wheezy
@!wheezy @!jessie
install ceo-python;
};