layout | title |
---|---|
default |
S6 Format |
S6 supports out-of-the box three media types, that is, projection
, screen
and print
:
projection
=> display one slide at-a-time; (use optionmode: slideshow
)screen
=> display all slides at-once on screen; (use optionmode: outline
)print
=> print (and print preview)
Note: Only the Opera browser has built-in support for projection
.
On other browsers S6 uses JavaScript to switch projection
to screen
on startup.
.presentation
.slide
.step
.notes
.extra
.presentation
(alias .deck
, .slides
)
Top level class for all slides
.slide
Marks a slide
.step
(alias .incremental
, .delayed
, .action
, .build
)
Marks a slide step. Shortcut Tip: If a list gets marked up with .step
,
all its children get marked up automatically.
.notes
(alias .note
, .handout
)
Marks speaker notes.
.extra
Marks extra text for print only.
- fullscreen
- hidden
Absolute:
- xx-large
- x-large
- large
- small
- x-small
- xx-small
Relative:
- larger
- smaller
- right
- center
- left
{% include questions.md %}