Press t to toggle a table of contents for your presentation. Slide titles are links
Press ESC to display the presentation overview (Exposé)
Press n to toggle slide number visibility
Press b to toggle screen blanking
Press c to toggle current slide context (previous and next slides)
Press e to make slides filling the whole available space within the document body
Press S to toggle display of link to the source file for each slide
Press ‘2’ to toggle notes in your slides (specify with the .notes macro)
Press ‘3’ to toggle pseudo-3D display (experimental)
Browser zooming is supported
命令行参数介绍
landslide命令行参数介绍如下:
-h, --help show this help message and exit
-c, --copy-theme Copy theme directory into current presentation source directory
-b, --debug Will display any exception trace to stdin
-d FILE, --destination=FILE
The path to the to the destination file: .html or .pdf
extensions allowed (default: presentation.html)
-e ENCODING, --encoding=ENCODING
The encoding of your files (defaults to utf8)
-i, --embed Embed stylesheet and javascript contents,
base64-encoded images in presentation to make a
standalone document
-l LINENOS, --linenos=LINENOS
How to output linenos in source code. Three options
availables: no (no line numbers); inline inside pre tag
table (lines numbers in another cell, copy-paste friendly)
-o, --direct-output Prints the generated HTML code to stdin; won't work with PDF export
-q, --quiet Won't write anything to stdin (silent mode)
-r, --relative Make your presentation asset links relative to current
pwd; This may be useful if you intend to publish your
html presentation online.
-t THEME, --theme=THEME
A theme name, or path to a landlside theme directory
-v, --verbose Write informational messages to stdin (enabled by default)
-w, --watch Watch the source directory for changes and auto-regenerate the presentation
-x EXTENSIONS, --extensions=EXTENSIONS
Comma-separated list of extensions for Markdown
-m, --math-output Enable mathematical output using mathjax