aboutsummaryrefslogtreecommitdiff
path: root/man/man1/latex2markdown.1
blob: b4acd363c8ce38d010d9db23162effd8b8255746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
.SH NAME
latex2markdown \- converts LaTeX to markdown-formatted text
.SH SYNOPSIS
.B latex2markdown 
[
.I input-file
]
.SH DESCRIPTION
.I latex2markdown 
converts 
.I input-file 
(or text from STDIN) from LaTeX to markdown-formatted plain text.
.SH "SEE ALSO"
\fBpandoc\fR(1),
\fBmarkdown2html\fR(1),
\fBhtml2markdown\fR(1),
\fBmarkdown2latex\fR(1),
\fBmarkdown2pdf\fR(1)
.SH AUTHOR
John MacFarlane