🏠 Go Back 🖶 Export

RUB SecEng Template

Bernd Busse

Supervisor:Florian Bache
Start Date:15.03.18
End Date:12.07.18

The RUB theme for reveal.js

This is an html sample

Sliding

Even vertical stacking should work

as you will see below

Largest

Larger

Large

Small

Smaller

Demo

Lists

Some stuff with lists

Was ist eigentlich mit \(\phi\left(5\right) = 4\)?

Only unordered

  • Level one
    • Level two
      • And level three
      • with stuff
    • More
  • And even more

Unordered in ordered

  1. Level one
    • Level two
      1. Level three
    • More
  2. And even more

Ordered in unordered

  • Level one
    1. Level two
      • Level three
    2. More
  • And even more

Only ordered

  1. Level one
    1. Level two
      1. And level three
      2. with stuff
    2. More
  2. And even more

Code Highlights

We can even do code highlighting

Some python code


def main():
    print("Hello World!")

# Start directly
if __name__ == '__main__':
    main()
        

Very important!!!

Just a cup of Java


public class HelloWorld {
    /* Say hello to all our friends
     * out there in the wild! :)
     */
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}
        
  • This is cool
  • And can be themed

I can't C#


#include <stdio.h>

// The entry point
int main() {
    printf("Hello World!\n");
    return 0;
}
        

Thank you for your attention!

Any questions?