aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-21 15:52:50 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-21 15:52:50 +0000
commitbc192dac9c658cee37658041450a97123ae659e3 (patch)
treec132405bca82cf704ac6263cc18eb30cddf88222
parente02fb214527c291be499df70e89746649910d1b8 (diff)
downloadpandoc-bc192dac9c658cee37658041450a97123ae659e3.tar.gz
Small modification in formatting of web demos.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@740 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--web/demos29
1 files 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/