From 3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 27 Aug 2008 05:50:26 +0000 Subject: Removed PDF writer from core pandoc, restored markdown2pdf. + Added markdown2pdf. + Removed Text/Pandoc/PDF.hs. + Removed references to PDF writer from Main.hs. + Removed references to PDF writer from pandoc.cabal. + Added markdown2pdf.1 to list of man pages in Setup.hs. + Added markdown2pdf.1.md man page source. + Added reference to markdown2pdf(1) in pandoc man page. + Added markdown2pdf to WRAPPERS in Makefile. + Removed mention of pdf writer from README; added markdown2pdf. + Added remarks on markdown2pdf dependencies to README.Debian. + Added markdown2pdf to web/index.txt.in. + Use markdown2pdf for pdf web demos. + Put markdown2pdf back into debian control and rules. + Added markdown2pdf to macports Portfile. + Added markdown2pdf to freebsd package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1415 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/demos | 4 ++-- web/index.txt.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/demos b/web/demos index 976e4ad7e..453e59955 100644 --- a/web/demos +++ b/web/demos @@ -61,11 +61,11 @@ click on the name of the output file: 13. From markdown to PDF: -@ pandoc @@README@@ -o @@example13.pdf@@ +@ markdown2pdf @@README@@ -o @@example13.pdf@@ 14. PDF with numbered sections and a custom LaTeX header: -@ pandoc -N -C @@myheader.tex@@ @@README@@ -o @@example14.pdf@@ +@ markdown2pdf -N -C @@myheader.tex@@ @@README@@ -o @@example14.pdf@@ [xmlto]: http://cyberelk.net/tim/xmlto/ diff --git a/web/index.txt.in b/web/index.txt.in index 5894e1f70..8b3c66e3a 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -34,6 +34,8 @@ Pandoc features + Compatibility mode to turn off syntax entensions and emulate `Markdown.pl`. - Convenient wrapper scripts: + + `markdown2pdf` converts directly from markdown to PDF, using + `pdflatex`. + `html2markdown` makes it easy to produce a markdown version of any web page. + `hsmarkdown` is a drop-in replacement for `Markdown.pl`. @@ -49,6 +51,7 @@ or [try pandoc on the web](/pandoc/try). - [Demonstrations](examples.html) - Man pages - [`pandoc(1)`](pandoc.1.html) + - [`markdown2pdf(1)`](markdown2pdf.1.html) - [`html2markdown(1)`](html2markdown.1.html) - [`hsmarkdown(1)`](hsmarkdown.1.html) - [Library documentation](doc/pandoc/index.html) (for Haskell programmers) -- cgit v1.2.3