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