diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-06-08 09:35:41 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-10-27 16:16:53 -0700 |
commit | 3849e12d45cb87b90627ca0d256d7af1a5b867e1 (patch) | |
tree | f1cb72b198cd9efc6e30f0693d68491347393e39 /doc | |
parent | 25b031e3c3405ae29df6011e1d1cfaedb2e9f4f9 (diff) | |
download | pandoc-3849e12d45cb87b90627ca0d256d7af1a5b867e1.tar.gz |
Update description of T.P.PDF
Co-authored-by: Mauro Bieg <mb21@users.noreply.github.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/short-guide-to-pandocs-sources.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/short-guide-to-pandocs-sources.md b/doc/short-guide-to-pandocs-sources.md index 77494f8e5..cff764034 100644 --- a/doc/short-guide-to-pandocs-sources.md +++ b/doc/short-guide-to-pandocs-sources.md @@ -234,8 +234,7 @@ The library is structured as follows: with extensions. - `Text.Pandoc.Lua.*` implement Lua filters. - `Text.Pandoc.Options` defines reader and writer options. - - `Text.Pandoc.PDF` contains functions for producing a PDF from a - LaTeX source. + - `Text.Pandoc.PDF` contains functions for producing PDFs. - `Text.Pandoc.Parsing` contains parsing functions used in multiple readers. the needs of pandoc. - `Text.Pandoc.SelfContained` contains functions for making an HTML |