aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2pdf.1
blob: dfbfd819edaf8cb117302d1e86a5ae5365b19520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
.SH NAME
markdown2pdf \- converts markdown-formatted text to PDF, using pdflatex 
.SH SYNOPSIS
\fBmarkdown2pdf\fR [ \fB-o|--output\fR \fIoutput-file\fR ] 
[ \fIinput-file\fR ]
.SH DESCRIPTION
\fBmarkdown2pdf\fR converts \fIinput-file\fR (or text from STDIN) from
markdown-formatted plain text to PDF, using \fBpdflatex\fR.  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 \fIhello.txt\fR,
the output file will be \fIhello.pdf\fR.  If the input is read from STDIN
and no output filename is specified, the output file will be named 
\fIstdin.pdf\fR.
.SH ENVIRONMENT
Any command-line options contained in the PANDOC_OPTS environment variable
will be passed to \fBpandoc\fR by this wrapper script.  See \fBpandoc\fR(1)
for a list of options that may be used.
.SH "SEE ALSO"
\fBpandoc\fR(1),
\fBmarkdown2html\fR(1),
\fBhtml2markdown\fR(1),
\fBmarkdown2latex\fR(1),
\fBlatex2markdown\fR(1),
\fBpdflatex\fR(1)
.SH AUTHOR
John MacFarlane