diff options
author | Jose Luis Duran <jlduran@gmail.com> | 2013-12-02 09:55:58 +0000 |
---|---|---|
committer | Jose Luis Duran <jlduran@gmail.com> | 2013-12-04 04:26:22 +0000 |
commit | fdaeec0c48d742489ddf0ec0c0261ca9c53f989b (patch) | |
tree | 28a591e9b2f9e2442d795c984a82abdb6aafcc93 /README | |
parent | 1213192cae2ee5ba9b7c382a56078d70ccab9815 (diff) | |
download | pandoc-fdaeec0c48d742489ddf0ec0c0261ca9c53f989b.tar.gz |
Add booktabs package for LaTeX tables
[ci skip]
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |