From edfac2b4915bae0fd253cef9a5c3f558f1d98556 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 9 Jan 2007 07:16:51 +0000 Subject: Small tweak on last demo in website. git-svn-id: https://pandoc.googlecode.com/svn/trunk@479 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/mkdemos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/mkdemos.sh') 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 -- cgit v1.2.3