Wording changes in man files.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@17 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
efac753e57
commit
efb2dbc990
3 changed files with 9 additions and 5 deletions
|
@ -5,7 +5,8 @@ latex2markdown \- converts LaTeX to markdown-formatted text
|
|||
.B latex2markdown [input-file]
|
||||
.SH DESCRIPTION
|
||||
.B latex2markdown
|
||||
converts input-file from LaTeX to markdown-formatted plain text.
|
||||
converts input-file (or text from STDIN) from LaTeX to markdown-formatted
|
||||
plain text.
|
||||
.SH AUTHOR
|
||||
John MacFarlane <jgm at berkeley.edu>
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -6,7 +6,8 @@ markdown2latex \- converts markdown-formatted text to LaTeX
|
|||
.SH DESCRIPTION
|
||||
.B markdown2latex
|
||||
converts input-files (or text from STDIN) from markdown-formatted
|
||||
plain text to LaTeX.
|
||||
plain text to LaTeX. If multiple files are specified, they will
|
||||
be combined to make a single LaTeX document.
|
||||
.SH AUTHOR
|
||||
John MacFarlane <jgm at berkeley.edu>
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -5,9 +5,11 @@ markdown2pdf \- converts markdown-formatted text to PDF, using pdflatex
|
|||
.B markdown2pdf [input-file]
|
||||
.SH DESCRIPTION
|
||||
.B markdown2pdf
|
||||
converts input-file (or text from STDIN, which in this case, the
|
||||
resulting PDF file is named as 'stdin.pdf') from markdown-formatted
|
||||
plain text to PDF, using LaTeX. Cleans up intermediate LaTeX files.
|
||||
converts input-file (or text from STDIN) from markdown-formatted
|
||||
plain text to PDF, using pdflatex. The name of the output file is derived
|
||||
from the input file; thus, for example, if the input file is 'hello.txt',
|
||||
the output file will be 'hello.pdf'. If the input is read from STDIN, the
|
||||
output file will be named 'stdin.pdf'.
|
||||
.SH AUTHOR
|
||||
John MacFarlane <jgm at berkeley.edu>
|
||||
.SH "SEE ALSO"
|
||||
|
|
Loading…
Reference in a new issue