.TH PANDOC 1 "November 1, 2006" Linux "User Manuals" .SH NAME markdown2latex \- converts markdown-formatted text to LaTeX .SH SYNOPSIS \fBmarkdown2latex\fR [ \fIinput-files\fR ] .SH DESCRIPTION \fBmarkdown2latex\fR converts \fIinput-files\fR (or text from STDIN) from markdown-formatted plain text to LaTeX. If multiple files are specified, they will be combined to make a single LaTeX document. .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), \fBlatex2markdown\fR(1), \fBmarkdown2pdf\fR(1) .SH AUTHOR John MacFarlane