Small modification in formatting of web demos.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@740 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
e02fb21452
commit
bc192dac9c
1 changed files with 14 additions and 15 deletions
29
web/demos
29
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/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue