From 69e23af8e4198dc4e308935855662248a31c6dc2 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 12 Nov 2006 01:50:56 +0000 Subject: Made wrapper scripts sensitive to PANDOC_OPTS environment variable, which may contain command-line options to be passed to pandoc. + Changed the scripts themselves, including $PANDOC_OPTS after 'pandoc' + Added ENVIRONMENT to man pages for wrappers + Formatting changes to man files + Added description of PANDOC_OPTS to README git-svn-id: https://pandoc.googlecode.com/svn/trunk@91 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/markdown2latex.1 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'man/man1/markdown2latex.1') diff --git a/man/man1/markdown2latex.1 b/man/man1/markdown2latex.1 index 5529f75ab..374896e5b 100644 --- a/man/man1/markdown2latex.1 +++ b/man/man1/markdown2latex.1 @@ -2,17 +2,15 @@ .SH NAME markdown2latex \- converts markdown-formatted text to LaTeX .SH SYNOPSIS -.B markdown2latex -[ -.I input-files -] +\fBmarkdown2latex\fR [ \fIinput-files\fR ] .SH DESCRIPTION -.I markdown2latex -converts -.I input-files -(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. +\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. +.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) +for a list of options that may be used. .SH "SEE ALSO" \fBpandoc\fR(1), \fBmarkdown2html\fR(1), -- cgit v1.2.3