From c88a59b3df9147b06c51b376a355f838750c0234 Mon Sep 17 00:00:00 2001 From: georgeas <george.a.stoica@ntnu.no> Date: Mon, 31 Aug 2020 13:44:44 +0200 Subject: [PATCH] Add template for presentation The template allows to quicly start a presentation that makes use of the include directive to get the header and footer relevant to the NTNU theme --- lectures/revealjs/template.adoc | 40 +++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 lectures/revealjs/template.adoc diff --git a/lectures/revealjs/template.adoc b/lectures/revealjs/template.adoc new file mode 100644 index 0000000..7fce5fe --- /dev/null +++ b/lectures/revealjs/template.adoc @@ -0,0 +1,40 @@ += Title here +:customcss: slides.css +:icons: font +:includedir: revealjs/includes/ +:LECTURE_TOPIC: Topic +:LECTURE_NO: Nth lecture + +include::{includedir}header.adoc[] + + +[.smaller-80][.center-paragraph] +IT1901 Fall 2020 - {LECTURE_NO} + +[background-color = "#124990"] +[color = "#fff6d5"] +== Section slide + +== Normal slide + +- Blah +- Foo +- Bar + +[.grid-left-right-50-50] +== 2 column slide + +[.area-left] +- blah blah cloud +** foo +** bar +** baz + +[.area-right] +- blah blah cloud +** right foo +** right bar +** righ baz + + +include::{includedir}footer.adoc[] \ No newline at end of file -- GitLab