diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-09-15 18:02:39 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-09-15 18:02:39 -0400 |
commit | 62225599c99135be386cde586937361abc8bde5f (patch) | |
tree | 2ebf803b1614f31045e16a5410b418cb71688515 /README | |
parent | 0311ca81451012bcdbbf41c80d0d2e0e05dce17b (diff) | |
download | pandoc-62225599c99135be386cde586937361abc8bde5f.tar.gz |
Updated README to mention longtable package
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`, `enumerate`, `ctable`, `url`, +`--listings` option is used), `fancyvrb`, `enumerate`, `longtable`, `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). |