426cbadfef
[in trunk] svn merge -r105:HEAD \ https://pandoc.googlecode.com/svn/branches/wrappers git-svn-id: https://pandoc.googlecode.com/svn/trunk@177 788f1e2b-df1e-0410-8736-df70ead52e1b
33 lines
1 KiB
Groff
33 lines
1 KiB
Groff
.TH LATEX2MARKDOWN 1 "November 21, 2006" Pandoc "User Manuals"
|
|
.SH NAME
|
|
latex2markdown \- converts LaTeX to markdown\-formatted text
|
|
.SH SYNOPSIS
|
|
\fBlatex2markdown\fR [\fIoptions\fR] [\fIinput\-file\fR]
|
|
[\fB\-\-\fR] [\fIpandoc\-opts\fR]
|
|
.SH DESCRIPTION
|
|
\fBlatex2markdown\fR converts \fIinput\-file\fR
|
|
(or text from STDIN) from LaTeX to markdown\-formatted plain text.
|
|
Output is sent to STDOUT.
|
|
.PP
|
|
\fBlatex2markdown\fR is a wrapper for \fBpandoc\fR.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-h
|
|
Show usage message.
|
|
.TP
|
|
.I pandoc\-opts
|
|
Any options appearing after \fIinput\-file\fR on the command line
|
|
will be passed directly to \fBpandoc\fR. If no \fIinput-file\fR
|
|
is specified, these options must be preceded by ` \fB\-\-\fR '.
|
|
(In other cases, ` \fB\-\-\fR ' is optional.) See \fBpandoc\fR(1)
|
|
for a list of options that may be used. Example:
|
|
.IP
|
|
latex2markdown input.txt \-\- \-R
|
|
.SH "SEE ALSO"
|
|
\fBpandoc\fR(1),
|
|
\fBmarkdown2html\fR(1),
|
|
\fBhtml2markdown\fR(1),
|
|
\fBmarkdown2latex\fR(1),
|
|
\fBmarkdown2pdf\fR(1)
|
|
.SH AUTHOR
|
|
John MacFarlane and Recai Oktas
|