summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-02-13 16:16:38 -0600
committerJoel Sherrill <joel@rtems.org>2019-02-13 16:16:38 -0600
commit603731cda8a32de7a4186cc7ca3bd1fdd115913f (patch)
tree9a88e5c3ede80f8f1998378070b3b30925152587
parentREADME.txt: Fix typos (diff)
downloadrtems-docs-603731cda8a32de7a4186cc7ca3bd1fdd115913f.tar.bz2
common/latex.py: Remove hack for CentOS. Use Texlive per instructions.
-rw-r--r--common/latex.py8
1 files changed, 0 insertions, 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):