About RD format for Rabbit slide

Rabbit uses RD format but it uses different usage with normal document. See RD about basic RD syntax, sample slide about sample slide.

Page

The largest headline (=) is title of page. The page follows next title.

= Title

SOMETHING

...

= Next Page

...

This example has two pages.

Title page

The first page is the title page. You can specify meta information of the slide by using a labeled list (:) in the title page.

= Title of slide

: author
   Kouhei Sutou
: institution
   COZMIXNG

This example shows the author is Kouhei Sutou and his institution is COZMIXNG.

Available attributes are:

  • author
  • institution
  • subtitle
  • content_source
  • date
  • start_time
  • end_time
  • allotted_time

    The default allotted time in presentation. Used if not specified when starting Rabbit. If both start_time and end_time are specified, no need to specify allotted_time as it will be calculated from those attributes.

  • theme

    The default theme of this slide. Used if not specified when starting Rabbit.

Image

Written as a verbatim block. See sample/rabbit-en.rd.

Entity reference

Written as an inline verbatim. See sample/rabbit-en.rd.

Sub/Superscript

Written as an inline verbatim. See sample/rabbit-en.rd.

Headline

You can only use headlines for the biggest headline. (The only headline you really need is the title, right?)

Footnote

You can footnotes but you shouldn't use it in a presentation.