2006-11-01 06:32:52 +00:00
|
|
|
.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH NAME
|
|
|
|
markdown2pdf \- converts markdown-formatted text to PDF, using pdflatex
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B markdown2pdf
|
2006-11-01 06:32:52 +00:00
|
|
|
[
|
|
|
|
.B -o|--output
|
|
|
|
.I output-file
|
|
|
|
] [
|
|
|
|
.I input-file
|
|
|
|
]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.I markdown2pdf
|
|
|
|
converts
|
|
|
|
.I input-file
|
|
|
|
(or text from STDIN) from markdown-formatted
|
|
|
|
plain text to PDF, using
|
|
|
|
.I pdflatex.
|
|
|
|
If no output filename is specified, the name of the output file is derived
|
|
|
|
from the input file; thus, for example, if the input file is
|
|
|
|
.IR hello.txt ,
|
|
|
|
the output file will be
|
|
|
|
.IR hello.pdf .
|
|
|
|
If the input is read from STDIN and no output filename is specified,
|
|
|
|
the output file will be named
|
|
|
|
.IR stdin.pdf .
|
2006-11-03 07:08:47 +00:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
\fBpandoc\fR(1),
|
|
|
|
\fBmarkdown2html\fR(1),
|
|
|
|
\fBhtml2markdown\fR(1),
|
|
|
|
\fBmarkdown2latex\fR(1),
|
|
|
|
\fBlatex2markdown\fR(1),
|
|
|
|
\fBpdflatex\fR(1)
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH AUTHOR
|
2006-11-01 06:32:52 +00:00
|
|
|
John MacFarlane
|