summaryrefslogtreecommitdiff
path: root/man/man1/markdown2pdf.1
blob: f49d0e3d38b34c097cc88c7150a7c70118ef4db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)