pandoc/man/man1/markdown2pdf.1
fiddlosopher df7b682251 initial import
git-svn-id: https://pandoc.googlecode.com/svn/trunk@2 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-10-17 14:22:29 +00:00

16 lines
561 B
Groff

.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)