Paradox Reveal.js

SBT Plugin for generating Reveal.js Presentations

Created by SFXCode

Hello There

reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.

Vertical Slides

Slides can be nested inside of each other.

Use the Space key to navigate through all slides.

arrow.png

Basement Level 1

Nested slides are useful for adding additional detail underneath a high level horizontal slide.

Basement Level 2

That’s it, time to go back up.

Up arrow

Point of View

Press ESC to enter the slide overview.

Hold down the alt key ( ctrl in Linux ) and click on any element to zoom towards it using zoom.js. Click again to zoom back out.

(NOTE: Use ctrl + click in Linux.)

Touch Optimized

Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.

Images

bio

Code example


package example

object Hello extends Greeting with App {
  println(greeting)
}

trait Greeting {
  lazy val greeting: String = "hello"
}

Some Footer text ...

Code Snippet File

package example

object Hello extends Greeting with App {
  println(greeting)
}

trait Greeting {
  lazy val greeting: String = "hello"
}

Hallo

Math Functions

Compile / paradoxRevealTheme ~= {
  _.withTheme(ParadoxRevealTheme.ThemeSky)
    .withDefaultTransition(ParadoxRevealTheme.TransitionFade)
    .withMathPlugin
}
\[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\ \frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 \end{vmatrix} \]

Fragments

Hit the next arrow…

... to step through ...

... a fragmented slide

Fragment Styles

There’s different types of fragments, like:

grow

shrink

fade-out

fade-in-then-out

highlight-red

Transition None

Transition Fade

Transition Slide

Transition Convex

Transition Concave

Transition Zoom

Slide Backgrounds

Set { color=#dddddd } on a slide to change the background

arrow.png

Image Backgrounds

{ image='image.png' }

Image Backgrounds Repeat

{ image='image.png' }

Clever Quotes

These guys come in two forms, inline: The nice thing about standards is that there are so many to choose from and block:

“For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.”