diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-21 15:52:50 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-21 15:52:50 +0000 |
commit | bc192dac9c658cee37658041450a97123ae659e3 (patch) | |
tree | c132405bca82cf704ac6263cc18eb30cddf88222 /web | |
parent | e02fb214527c291be499df70e89746649910d1b8 (diff) | |
download | pandoc-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
Diffstat (limited to 'web')
-rw-r--r-- | web/demos | 29 |
1 files changed, 14 insertions, 15 deletions
@@ -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/ |