summaryrefslogtreecommitdiffstats
path: root/common/latex.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/latex.py')
-rw-r--r--common/latex.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/latex.py b/common/latex.py
index fc38552..e5dbda5 100644
--- a/common/latex.py
+++ b/common/latex.py
@@ -40,11 +40,9 @@ package_tests = {
'hyperref' : ['\\usepackage{hyperref}'],
'ifplatform' : ['\\usepackage{ifplatform}'],
'ifthen' : ['\\usepackage{ifthen}'],
- 'inconsolata' : ['\\usepackage{inconsolata}'],
'inputenc' : ['\\usepackage{inputenc}'],
'keyval' : ['\\usepackage{keyval}'],
'kvoptions' : ['\\usepackage{kvoptions}'],
- 'lato' : ['\\usepackage{lato}'],
'lineno' : ['\\usepackage{lineno}'],
'longtable' : ['\\usepackage{longtable}'],
'makeidx' : ['\\usepackage{makeidx}'],
@@ -72,9 +70,7 @@ hosts = {
'Linux/centos' : { '.*' : ['capt-of.sty',
'eqparbox.sty',
'environ.sty',
- 'inconsolata.sty',
'ifplatform.sty',
- 'lato.sty',
'trimspaces.sty',
'slantsc.sty',
'upquote.sty'] }