diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-09-16 22:34:06 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-09-16 22:34:06 -0700 |
commit | 1e7599cf6ae0ab1d31a6e51d469c80daeabc22ba (patch) | |
tree | 0011bb6b7eec94763bff10fbec7a7d5608762c93 /README | |
parent | dc28a653ae450cc5c4b981a3e249f557fc9e4a77 (diff) | |
download | pandoc-1e7599cf6ae0ab1d31a6e51d469c80daeabc22ba.tar.gz |
README: Removed claim that 'enumerate' library is needed in LaTeX.
It isn't any longer.
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`, `longtable`, `url`, +`--listings` option is used), `fancyvrb`, `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). |