aboutsummaryrefslogtreecommitdiff
path: root/man/man1/markdown2latex.1
blob: ddbbb5456344db81de09411b2c8c89e62fe8704f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
.SH NAME
markdown2latex \- converts markdown-formatted text to LaTeX 
.SH SYNOPSIS
.B markdown2latex 
[
.I input-files
]
.SH DESCRIPTION
.I markdown2latex 
converts 
.I input-files 
(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 AUTHOR
John MacFarlane
.SH "SEE ALSO"
.BR pandoc (1), markdown2html (1), html2markdown (1), latex2markdown (1), markdown2pdf (1)