summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2017-09-16 17:03:29 +0200
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2017-09-16 17:12:22 +0200
commit270465961ade4d71ac079b818ddc58ca925fbb05 (patch)
treec92dd3e4f823263474fd7cda77549263e16a93e8
parenta6db253fae5c4df82c6dc91c868732226ca28b87 (diff)
Update the manpage.
-rw-r--r--debian/landslide.131
1 files changed, 26 insertions, 5 deletions
diff --git a/debian/landslide.1 b/debian/landslide.1
index e60cbae..43a2994 100644
--- a/debian/landslide.1
+++ b/debian/landslide.1
@@ -26,11 +26,11 @@ show help message and exit
\fB\-b\fR, \fB\-\-debug\fR
Will display any exception trace to stdin
.TP
-\fB\-d\fR FILE, \fB\-\-destination\fR=\fIFILE\fR
+\fB\-d\fR \fIFILE\fR, \fB\-\-destination\fR=\fIFILE\fR
The path to the to the destination file: .html or .pdf
extensions allowed (default: presentation.html)
.TP
-\fB\-e\fR ENCODING, \fB\-\-encoding\fR=\fIENCODING\fR
+\fB\-e\fR \fIENCODING\fR, \fB\-\-encoding\fR=\fIENCODING\fR
The encoding of your files (defaults to utf8)
.TP
\fB\-i\fR, \fB\-\-embed\fR
@@ -38,19 +38,40 @@ Embed stylesheet and javascript contents,
base64\-encoded images in presentation to make a
standalone document
.TP
-\fB\-t\fR THEME, \fB\-\-theme\fR=\fITHEME\fR
-A theme name, or path to a landlside theme directory
+\fB\-l\fR \fILINENOS\fR, \fB\-\-linenos\fR=\fILINENOS\fR
+How to output linenos in source code. Three options are
+available: no (no line numbers); inline (inside <pre>
+tag); table (lines numbers in another cell, copy-paste
+friendly)
.TP
-\fB\-o\fR, \fB\-\-direct\-ouput\fR
+\fB\-m\fR, \fB\-\-math-output\fR
+Enable mathematical output using mathjax
+.TP
+\fB\-o\fR, \fB\-\-direct\-output\fR
Prints the generated HTML code to stdin; won't work
with PDF export
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Won't write anything to stdin (silent mode)
.TP
+\fB\-r\fR, \fB\-\-relative\fR
+Make your presentation asset links relative to current
+pwd; This may be useful if you intend to publish your
+html presentation online.
+.TP
+\fB\-t\fR \fITHEME\fR, \fB\-\-theme\fR=\fITHEME\fR
+A theme name, or path to a landslide theme directory
+.TP
\fB\-v\fR, \fB\-\-verbose\fR
Write informational messages to stdin (enabled by
default)
+.TP
+\fB\-w\fR, \fB\-\-watch\fR
+Watch the source directory for changes and
+auto-regenerate the presentation
+.TP
+\fB\-x\fR \fIEXTENSIONS\fR, \fB\-\-extensions\fR=\fIEXTENSIONS\fR
+Comma-separated list of extensions for Markdown
.SH DIAGNOSTICS
Note: PDF export requires the `prince` program: http://princexml.com/
.SH AUTHOR