From 603731cda8a32de7a4186cc7ca3bd1fdd115913f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Feb 2019 16:16:38 -0600 Subject: common/latex.py: Remove hack for CentOS. Use Texlive per instructions. --- common/latex.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common/latex.py b/common/latex.py index 9704486..a042510 100644 --- a/common/latex.py +++ b/common/latex.py @@ -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): -- cgit v1.2.3