aboutsummaryrefslogtreecommitdiff
path: root/web/demos
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-15 03:14:05 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-15 03:14:05 +0000
commita648592dc2668acc9f90958263c986f21228fe5e (patch)
tree76a65d5d87614378d43f9c018d0992785f2c353c /web/demos
parent8f473af610a293666ea7981b587f3a0520d23838 (diff)
downloadpandoc-a648592dc2668acc9f90958263c986f21228fe5e.tar.gz
Changes to the website:
+ Mentioned ConTeXt writer in general description. + Added two demos involving the ConTeXt writer. git-svn-id: https://pandoc.googlecode.com/svn/trunk@721 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/demos')
-rw-r--r--web/demos20
1 files changed, 14 insertions, 6 deletions
diff --git a/web/demos b/web/demos
index fe12bf35b..a47709bf6 100644
--- a/web/demos
+++ b/web/demos
@@ -47,17 +47,25 @@ click on the name of the output file:
@ pandoc -s -w man pandoc.1.md -o example11.1
-12. Converting a web page to markdown:
+12. ConTeXt:
-@ html2markdown http://www.gnu.org/software/make/ -o example12.text
+@ pandoc -s -S -w context README -o example12.tex
-13. From markdown to PDF:
+13. PDF via pandoc and ConTeXt's `texexec`:
-@ markdown2pdf README -o example13.pdf
+@ texexec --pdf example12.tex --result example13.pdf
-14. PDF with numbered sections and a custom LaTeX header:
+14. Converting a web page to markdown:
-@ markdown2pdf -N -C myheader.tex README -o example14.pdf
+@ html2markdown http://www.gnu.org/software/make/ -o example14.text
+
+15. From markdown to PDF:
+
+@ markdown2pdf README -o example15.pdf
+
+16. PDF with numbered sections and a custom LaTeX header:
+
+@ markdown2pdf -N -C myheader.tex README -o example16.pdf
[xmlto]: http://cyberelk.net/tim/xmlto/
[docbook2odf]: http://open.comsultia.com/docbook2odf/