diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-10 03:17:37 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-10 03:17:37 +0000 |
commit | 9a2c653277bc29889404ffb96fa47f9445a6ceaa (patch) | |
tree | 55af04bc09f1abee2076e83437db2997d682f2b5 /web/demos | |
parent | 3528c72d7e832227c819deb422453fa1552d38f8 (diff) | |
download | pandoc-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/demos | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]: |