common/latex.py: Remove hack for CentOS. Use Texlive per instructions.

This commit is contained in:
Joel Sherrill 2019-02-13 16:16:38 -06:00
parent 30b5468afd
commit 603731cda8

View File

@ -72,14 +72,6 @@ package_optional = ['inconsolata',
# name here.
#
hosts = {
# All versions of CentOS until told otherwise
'Linux/centos' : { '.*' : ['capt-of.sty',
'eqparbox.sty',
'environ.sty',
'ifplatform.sty',
'trimspaces.sty',
'slantsc.sty',
'upquote.sty'] }
}
def tex_test(test):