2006-11-01 07:32:52 +01:00
|
|
|
.TH PANDOC 1 "November 1, 2006" Linux "User Manuals"
|
2006-10-17 16:22:29 +02:00
|
|
|
.SH NAME
|
|
|
|
markdown2latex \- converts markdown-formatted text to LaTeX
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B markdown2latex
|
2006-11-01 07:32:52 +01:00
|
|
|
[
|
|
|
|
.I input-files
|
|
|
|
]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.I markdown2latex
|
|
|
|
converts
|
|
|
|
.I input-files
|
|
|
|
(or text from STDIN) from markdown-formatted
|
2006-10-27 08:52:51 +02:00
|
|
|
plain text to LaTeX. If multiple files are specified, they will
|
|
|
|
be combined to make a single LaTeX document.
|
2006-11-03 08:08:47 +01:00
|
|
|
.SH "SEE ALSO"
|
|
|
|
\fBpandoc\fR(1),
|
|
|
|
\fBmarkdown2html\fR(1),
|
|
|
|
\fBhtml2markdown\fR(1),
|
|
|
|
\fBlatex2markdown\fR(1),
|
|
|
|
\fBmarkdown2pdf\fR(1)
|
2006-10-17 16:22:29 +02:00
|
|
|
.SH AUTHOR
|
2006-11-01 07:32:52 +01:00
|
|
|
John MacFarlane
|