Changes to man files documenting the ' -- ' option.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@100 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2006-11-14 07:06:14 +00:00
parent ae2a1c2ca1
commit 6fc88e95fc
5 changed files with 66 additions and 5 deletions

View file

@ -8,9 +8,20 @@ html2markdown \- converts HTML to markdown-formatted text
(or text from STDIN) from HTML to markdown-formatted plain text.
It uses an available program (e.g. wget, w3m, lynx or curl) to fetch
the contents of the URL.
.PP
\fBhtml2markdown\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
html2markdown 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),

View file

@ -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),

View file

@ -8,9 +8,20 @@ markdown2html \- converts markdown-formatted text to HTML
(or text from STDIN) from markdown-formatted plain text to HTML.
If multiple files are specified, they will be combined to make a single
HTML document.
.PP
\fBmarkdown2html\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
markdown2html input.txt -- --css=main.css -S
.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),

View file

@ -7,9 +7,20 @@ markdown2latex \- converts markdown-formatted text to LaTeX
\fBmarkdown2latex\fR converts \fIinput-files\fR (or text from STDIN)
from markdown-formatted plain text to LaTeX. If multiple files are
specified, they will be combined to make a single LaTeX document.
.PP
\fBmarkdown2latex\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
markdown2latex input.txt -- --custom-header=letterhead.tex
.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),

View file

@ -12,9 +12,26 @@ input file; thus, for example, if the input file is \fIhello.txt\fR,
the output file will be \fIhello.pdf\fR. If the input is read from STDIN
and no output filename is specified, the output file will be named
\fIstdin.pdf\fR.
.PP
\fBmarkdown2pdf\fR is a wrapper for \fBpandoc\fR.
.SH OPTIONS
.TP
.B \-o FILENAME, \-\-output=FILENAME
Specify name of output (PDF) file.
.TP
.B \-h, \-\-help
Show usage message.
.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
markdown2pdf input.txt -- --custom-header=letterhead.tex
.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),