From 858269dd20b48517ef0c8c9dc733433e1b17b131 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 24 Feb 2008 05:48:59 +0000 Subject: Changes to Texinfo writer: + No space between paragraph and following @verbatim (provides more pleasing appearance in text formats) + Blank line consistently after list environments. + Removed deVerb. + Use @code instead of @verb for inline code (this solves the character escaping problem for texi2dvi and texi2pdf). + Modified test suite accordingly. + Added Peter Wang to copyright statement (for Texinfo.hs). + Added news of Texinfo writer to README. + Added Texinfo to list of formats in man page, and removed extra 'groff'. + Updated macports with Texinfo format. + Updated FreeBSD pkg-descr with Texinfo format. + Updated web page with Texinfo writer. + Added demos for Texinfo writer. + Added Texinfo to package description in debian/control. + Added texi & texinfo extensions to Main.hs, and fixed bug in determining default output extension. + Changed from texinfo to texi extension in web demo. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1244 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/pandoc.1.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'man/man1/pandoc.1.md') diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 260d6a5ff..5bf734d5a 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -14,8 +14,8 @@ pandoc [*options*] [*input-file*]... Pandoc converts files from one markup format to another. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and -it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, groff man, -RTF, DocBook XML, and S5 HTML slide shows. +it can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, Texinfo, +groff man, RTF, DocBook XML, and S5 HTML slide shows. If no *input-file* is specified, input is read from STDIN. Otherwise, the *input-files* are concatenated (with a blank @@ -65,11 +65,10 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. -t *FORMAT*, -w *FORMAT*, \--to=*FORMAT*, \--write=*FORMAT* : Specify output format. *FORMAT* can be `native` (native Haskell), - `man` (groff man page), `markdown` (markdown or plain text), `rst` (reStructuredText), `html` (HTML), `latex` (LaTeX), `context` (ConTeXt), `man` (groff man), - `docbook` (DocBook XML), `s5` (S5 HTML and javascript slide show), - or `rtf` (rich text format). + `texinfo` (GNU Texinfo), `docbook` (DocBook XML), + `s5` (S5 HTML and javascript slide show), or `rtf` (rich text format). -s, \--standalone : Produce output with an appropriate header and footer (e.g. a -- cgit v1.2.3