2006-12-12 07:04:09 +00:00
|
|
|
.TH LATEX2MARKDOWN 1 "November 21, 2006" Pandoc "User Manuals"
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH NAME
|
2006-12-12 07:04:09 +00:00
|
|
|
latex2markdown \- converts LaTeX to markdown\-formatted text
|
2006-10-17 14:22:29 +00:00
|
|
|
.SH SYNOPSIS
|
2006-12-12 07:04:09 +00:00
|
|
|
\fBlatex2markdown\fR [\fIoptions\fR] [\fIinput\-file\fR]
|
|
|
|
[\fB\-\-\fR] [\fIpandoc\-opts\fR]
|
2006-11-01 06:32:52 +00:00
|
|
|
.SH DESCRIPTION
|
2006-12-12 07:04:09 +00:00
|
|
|
\fBlatex2markdown\fR converts \fIinput\-file\fR
|
|
|
|
(or text from STDIN) from LaTeX to markdown\-formatted plain text.
|
|
|
|
Output is sent to STDOUT.
|
2006-11-14 07:06:14 +00:00
|
|
|
.PP
|
|
|
|
\fBlatex2markdown\fR is a wrapper for \fBpandoc\fR.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2006-12-12 07:04:09 +00:00
|
|
|
.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:
|
2006-11-14 07:06:14 +00:00
|
|
|
.IP
|
2006-12-12 07:04:09 +00:00
|
|
|
latex2markdown input.txt \-\- \-R
|
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-12-12 07:04:09 +00:00
|
|
|
John MacFarlane and Recai Oktas
|