Skip to content

Latest commit

 

History

History
76 lines (37 loc) · 1.23 KB

example.md

File metadata and controls

76 lines (37 loc) · 1.23 KB

Reveal.js

The HTML Presentation Framework

Christophe Bastin

christophe.bastin@umons.ac.be

Why Reveal ?

  • Because using PowerPoint is so mainstream !
  • Use Markdown for your presentation content
  • Cross-platform

Point of View

Press ESC to enter the slide overview.

Hold down alt and click on any element to zoom in on it using zoom.js. Alt + click anywhere to zoom back out.

Code syntax support

Write content with code syntax coloration support

def say_hello():
    print("Hello World !")
	
if __name__ == "__main__":
    say_hello()

Tables support

Player Score Winner
Chris 72 Yes
Ben 64 No

Speaker notes

Press S to see speaker note window Note: This will on display in the notes window

Include images

git

How to use it

$ sudo apt-get install nodejs npm

$ git clone https://github.com/UMONS-GFA/templates.git

$ cd templates/reveal

$ npm start

Your turn !

Change the presentation content by editing example.md