aboutsummaryrefslogtreecommitdiff
path: root/web/demos
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 03:17:37 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 03:17:37 +0000
commit9a2c653277bc29889404ffb96fa47f9445a6ceaa (patch)
tree55af04bc09f1abee2076e83437db2997d682f2b5 /web/demos
parent3528c72d7e832227c819deb422453fa1552d38f8 (diff)
downloadpandoc-9a2c653277bc29889404ffb96fa47f9445a6ceaa.tar.gz
More website tweaks. Added demo of extra xsl configuration
and CSS in chunked xhtml produced from docbook. git-svn-id: https://pandoc.googlecode.com/svn/trunk@489 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/demos')
-rw-r--r--web/demos4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/demos b/web/demos
index de427df26..899944eb6 100644
--- a/web/demos
+++ b/web/demos
@@ -21,7 +21,7 @@ click on the name of the output file:
5. From LaTeX to markdown:
-@ pandoc -s README.tex -o example5.txt
+@ pandoc -s example4.tex -o example5.txt
6. reStructuredText:
@@ -41,7 +41,7 @@ click on the name of the output file:
10. Chunked XHTML via DocBook and [xmlto]:
-@ xmlto xhtml example9.db -o example10/
+@ xmlto -m config.xsl xhtml example9.db -o example10/
11. ODF (open document format) via DocBook and [docbook2odf]: