summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-12-03 20:55:14 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2013-12-03 20:55:14 -0800
commite3d19bf1cd60abd7a1d50e484338491ae4756bf6 (patch)
treee7891352e8b11b9abc162e8e0443c869fa6b790e /README
parentbd96f2bdcce55bfe5a7b753d29b3f4a45986f211 (diff)
parentfdaeec0c48d742489ddf0ec0c0261ca9c53f989b (diff)
Merge pull request #1076 from jlduran/booktabs
Add booktabs package for LaTeX tables
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 11cbf189f..deda5ed3c 100644
--- a/README
+++ b/README
@@ -108,7 +108,7 @@ to PDF:
Production of a PDF requires that a LaTeX engine be installed (see
`--latex-engine`, below), and assumes that the following LaTeX packages are
available: `amssymb`, `amsmath`, `ifxetex`, `ifluatex`, `listings` (if the
-`--listings` option is used), `fancyvrb`, `longtable`, `url`,
+`--listings` option is used), `fancyvrb`, `longtable`, `booktabs`, `url`,
`graphicx`, `hyperref`, `ulem`, `babel` (if the `lang` variable is set),
`fontspec` (if `xelatex` or `lualatex` is used as the LaTeX engine), `xltxtra`
and `xunicode` (if `xelatex` is used).