From bc192dac9c658cee37658041450a97123ae659e3 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 21 Jul 2007 15:52:50 +0000 Subject: Small modification in formatting of web demos. git-svn-id: https://pandoc.googlecode.com/svn/trunk@740 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/demos | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/web/demos b/web/demos index 5ce02ccea..f2e75be33 100644 --- a/web/demos +++ b/web/demos @@ -39,34 +39,33 @@ click on the name of the output file: @ pandoc -s -S -w docbook README -o example9.db -10. Chunked XHTML via DocBook and [xmlto]: + Chunked XHTML via DocBook and [xmlto]: -@ xmlto xhtml -m config.xsl example9.db -o example10/ +@ xmlto xhtml -m config.xsl example9.db -o example9/ -11. Man page: +10. Man page: -@ pandoc -s -w man pandoc.1.md -o example11.1 +@ pandoc -s -w man pandoc.1.md -o example10.1 -12. ConTeXt: +11. ConTeXt: -@ pandoc -s -w context README -o example12.tex +@ pandoc -s -w context README -o example11.tex -13. PDF via pandoc and ConTeXt's `texexec`: + PDF via pandoc and ConTeXt's `texexec`: -@ texexec --pdf example12.tex --result example13.pdf +@ texexec --pdf example11.tex --result example11.pdf -14. Converting a web page to markdown: +12. Converting a web page to markdown: -@ html2markdown http://www.gnu.org/software/make/ -o example14.text +@ html2markdown http://www.gnu.org/software/make/ -o example12.text -15. From markdown to PDF: +13. From markdown to PDF: -@ markdown2pdf README -o example15.pdf +@ markdown2pdf README -o example13.pdf -16. PDF with numbered sections and a custom LaTeX header: +14. PDF with numbered sections and a custom LaTeX header: -@ markdown2pdf -N -C myheader.tex README -o example16.pdf +@ markdown2pdf -N -C myheader.tex README -o example14.pdf [xmlto]: http://cyberelk.net/tim/xmlto/ -[docbook2odf]: http://open.comsultia.com/docbook2odf/ -- cgit v1.2.3