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
|
|
|
|
latex2markdown \- converts LaTeX to markdown-formatted text
|
|
|
|
.SH SYNOPSIS
|
2006-11-12 01:50:56 +00:00
|
|
|
\fBlatex2markdown\fR [ \fIinput-file\fR ]
|
2006-11-01 06:32:52 +00:00
|
|
|
.SH DESCRIPTION
|
2006-11-12 01:50:56 +00:00
|
|
|
\fBlatex2markdown\fR converts \fIinput-file\fR
|
2006-11-01 06:32:52 +00:00
|
|
|
(or text from STDIN) from LaTeX to markdown-formatted plain text.
|
2006-11-12 01:50:56 +00:00
|
|
|
.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.
|
2006-11-03 07:08:47 +00:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
\fBpandoc\fR(1),
|
|
|
|
\fBmarkdown2html\fR(1),
|
|
|
|
\fBhtml2markdown\fR(1),
|
|
|
|
\fBmarkdown2latex\fR(1),
|
|
|
|
\fBmarkdown2pdf\fR(1)
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH AUTHOR
|
2006-11-01 06:32:52 +00:00
|
|
|
John MacFarlane
|