diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/demos | 7 | ||||
-rw-r--r-- | web/index.txt.in | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -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 |