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 --- web/demos | 7 +++++++ web/index.txt.in | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/demos b/web/demos index e112e9db5..1edbff37a 100644 --- a/web/demos +++ b/web/demos @@ -87,3 +87,10 @@ click on the name of the output file: @ pandoc @@code.text@@ -s -o @@example18.html@@ +19. GNU Texinfo, converted to info, HTML, and PDF formats: + +@ pandoc @@README@@ -s -o @@example19.texi@@ +@ makeinfo @@example19.texi@@ -o @@example19.info@@ +@ makeinfo @@example19.texi@@ --html -o @@example19@@ +@ texi2pdf @@example19.texi@@ # produces @@example19.pdf@@ + diff --git a/web/index.txt.in b/web/index.txt.in index aa275c02f..1fa4eb19f 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -6,7 +6,7 @@ Pandoc is a [Haskell] library for converting from one markup format to another, and a command-line tool that uses this library. It can read [markdown] and (subsets of) [reStructuredText], [HTML], and [LaTeX], and it can write [markdown], [reStructuredText], [HTML], [LaTeX], [ConTeXt], -[RTF], [DocBook XML], [groff man], and [S5] HTML slide shows. +[RTF], [DocBook XML], [GNU Texinfo], [groff man], and [S5] HTML slide shows. Pandoc features @@ -168,6 +168,7 @@ kind. [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format [DocBook XML]: http://www.docbook.org/ [groff man]: http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man7/groff_man.7.html +[GNU Texinfo]: http://www.gnu.org/software/texinfo/ [Haskell]: http://www.haskell.org/ [GHC]: http://www.haskell.org/ghc/ [GPL]: http://www.gnu.org/copyleft/gpl.html -- cgit v1.2.3