summaryrefslogtreecommitdiffstats
path: root/common/latex.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-08 15:26:25 +1100
committerChris Johns <chrisj@rtems.org>2016-11-08 15:28:32 +1100
commitdaea85e3b23a265dc58c1fdc8d123beff4d92205 (patch)
tree817b7337e8dd29f89107d230e97db35c9add74ef /common/latex.py
parentAdd openSUSE installation hints (diff)
downloadrtems-docs-daea85e3b23a265dc58c1fdc8d123beff4d92205.tar.bz2
pdf: Format lists for directives to sit on the next line.
Diffstat (limited to 'common/latex.py')
-rw-r--r--common/latex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/latex.py b/common/latex.py
index e5dbda5..2cc3101 100644
--- a/common/latex.py
+++ b/common/latex.py
@@ -25,6 +25,7 @@ package_tests = {
'cmap' : ['\\usepackage{cmap}'],
'color' : ['\\usepackage{color}'],
'eqparbox' : ['\\usepackage{eqparbox}'],
+ 'enumitem' : ['\\usepackage{enumitem}'],
'etoolbox' : ['\\usepackage{etoolbox}'],
'fancybox' : ['\\usepackage{fancybox}'],
'fancyhdr' : ['\\usepackage{fancyhdr}'],