summaryrefslogtreecommitdiff
path: root/man/man1/latex2markdown.1
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-14 07:06:14 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-14 07:06:14 +0000
commit6fc88e95fcbec48c59d41b04045818c124b5ba2b (patch)
treeb032d6fcecaa895b26215db77be70f9cb586db49 /man/man1/latex2markdown.1
parentae2a1c2ca11de53e4c8d76ecd353b5ff970b430a (diff)
Changes to man files documenting the ' -- ' option.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@100 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1/latex2markdown.1')
-rw-r--r--man/man1/latex2markdown.113
1 files changed, 12 insertions, 1 deletions
diff --git a/man/man1/latex2markdown.1 b/man/man1/latex2markdown.1
index f60aeffe9..086cb4272 100644
--- a/man/man1/latex2markdown.1
+++ b/man/man1/latex2markdown.1
@@ -6,9 +6,20 @@ latex2markdown \- converts LaTeX to markdown-formatted text
.SH DESCRIPTION
\fBlatex2markdown\fR converts \fIinput-file\fR
(or text from STDIN) from LaTeX to markdown-formatted plain text.
+.PP
+\fBlatex2markdown\fR is a wrapper for \fBpandoc\fR.
+.SH OPTIONS
+.TP
+.B \-\-
+Any options appearing after ` \-\- ' on the command line will be passed
+directly to \fBpandoc\fR. See \fBpandoc\fR(1) for a list of options
+that may be used. Options specified in this way will override
+PANDOC_OPTS (see below). Example:
+.IP
+latex2markdown input.txt -- -R
.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)
+will be passed directly to \fBpandoc\fR. See \fBpandoc\fR(1)
for a list of options that may be used.
.SH "SEE ALSO"
\fBpandoc\fR(1),