aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2pdf.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/markdown2pdf.1')
-rw-r--r--man/man1/markdown2pdf.116
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/markdown2pdf.1 b/man/man1/markdown2pdf.1
new file mode 100644
index 000000000..f49d0e3d3
--- /dev/null
+++ b/man/man1/markdown2pdf.1
@@ -0,0 +1,16 @@
+.TH PANDOC 1 "AUGUST 2006" Linux "User Manuals"
+.SH NAME
+markdown2pdf \- converts markdown-formatted text to PDF, using pdflatex
+.SH SYNOPSIS
+.B markdown2pdf [input-file]
+.SH DESCRIPTION
+.B markdown2pdf
+converts input-file (or text from STDIN, which in this case, the
+resulting PDF file is named as 'stdin.pdf') from markdown-formatted
+plain text to PDF, using LaTeX. Cleans up intermediate LaTeX files.
+.SH AUTHOR
+John MacFarlane <jgm at berkeley.edu>
+.SH "SEE ALSO"
+pandoc (1), markdown2html (1), html2markdown (1), markdown2latex (1),
+latex2markdown (1)
+