Skip to content

Commit 161b79a

Browse files
author
Davide Del Vento
committed
updated the readme for the math output
1 parent e4adc6a commit 161b79a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Several options are available using the command line:
159159
auto-regenerate the presentation
160160
-x EXTENSIONS, --extensions=EXTENSIONS
161161
Comma-separated list of extensions for Markdown
162+
-m, --math-output Enable mathematical output using mathjax
162163

163164
# Presentation Configuration
164165

@@ -275,6 +276,14 @@ This will render any slide as below:
275276

276277
$ landslide slides.md -d presentation.pdf
277278

279+
## Enabling mathematical notation
280+
281+
Note that this require writing the slides in ReST format as well as
282+
using Docutils 0.8 or newer.
283+
284+
$ landslide slides.rst -m
285+
286+
278287
# Theming
279288

280289
A Landslide theme is a directory following this simple structure:

0 commit comments

Comments
 (0)