aboutsummaryrefslogtreecommitdiff
path: root/web/mkdemos.sh
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 07:16:51 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 07:16:51 +0000
commitedfac2b4915bae0fd253cef9a5c3f558f1d98556 (patch)
treee9d62ff57d17fba8db6d2e578a37c3bad89ecdb0 /web/mkdemos.sh
parent5bcfa2233037fe1adf469e5bce225ebce47e64f4 (diff)
downloadpandoc-edfac2b4915bae0fd253cef9a5c3f558f1d98556.tar.gz
Small tweak on last demo in website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@479 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/mkdemos.sh')
-rwxr-xr-xweb/mkdemos.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/mkdemos.sh b/web/mkdemos.sh
index 83490f837..48cee6f91 100755
--- a/web/mkdemos.sh
+++ b/web/mkdemos.sh
@@ -30,8 +30,8 @@ Converting a web page to markdown:
html2markdown http://www.gnu.org/software/make/ -o example0.txt
From markdown to PDF:
markdown2pdf README -o example0.pdf
-Using a custom LaTeX header to change the font style of the PDF:
-markdown2pdf -C myheader.tex README -o example0.pdf'
+PDF with numbered sections and a custom LaTeX header:
+markdown2pdf -N -C myheader.tex README -o example0.pdf'
oldifs=$IFS
IFS=$NEWLINE