Commit 81712a93 authored by Markus Mößler's avatar Markus Mößler
Browse files

updated rendering of slide show

parent ce9b3386
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -60,4 +60,13 @@ The slide show in the `./page` direcotry can be rendered to the `./page` direcot

```bash
pandoc -t revealjs -s aidatho_tc_web_app_presentation.md -o aidatho_tc_web_app_presentation.html --include-in-header=header.html --slide-level=2 --citeproc --csl=apa-5th-edition.csl --bibliography=references.bib --verbose

pandoc -t revealjs aidatho_tc_web_app_presentation.md \
--slide-level=2 \
--include-in-header=header.html \
--output=aidatho_tc_web_app_presentation.html \
--citeproc \
--csl=apa-5th-edition.csl \
--bibliography=references.bib \
--variable revealjs-url=https://cdn.jsdelivr.net/npm/reveal.js@4
```
 No newline at end of file
+8 −9
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
  <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reset.css">
  <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/reveal.css">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@4/dist/reset.css">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@4/dist/reveal.css">
  <style>
    .reveal .sourceCode {  /* see #7635 */
      overflow: visible;
@@ -34,7 +34,6 @@
    div.csl-bib-body { }
    div.csl-entry {
      clear: both;
      margin-bottom: 0em;
    }
    .hanging-indent div.csl-entry {
      margin-left:2em;
@@ -51,7 +50,7 @@
    div.csl-indent {
      margin-left: 2em;
    }  </style>
  <link rel="stylesheet" href="https://unpkg.com/reveal.js@^4//dist/theme/black.css" id="theme">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js@4/dist/theme/black.css" id="theme">
  <!-- header.html -->
  <link rel="stylesheet" href="style.css">
  <!-- <script src="script.js"></script> -->
@@ -399,7 +398,7 @@ graph TD
<section id="references" class="title-slide slide level1">
<h1>References</h1>
<div id="refs" class="references csl-bib-body hanging-indent"
data-entry-spacing="0" data-line-spacing="2" role="list">
data-line-spacing="2" role="list">
<div id="ref-Dory2012Introduction" class="csl-entry" role="listitem">
Dory, M., Parrish, A., &amp; Berg, B. (2012). <em>Introduction to
tornado: Modern web applications with python</em>. O’Reilly Media.
@@ -416,12 +415,12 @@ href="https://en.wikipedia.org/wiki/Tornado_(web_server)">https://en.wikipedia.o
    </div>
  </div>

  <script src="https://unpkg.com/reveal.js@^4//dist/reveal.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/reveal.js@4/dist/reveal.js"></script>

  <!-- reveal.js plugins -->
  <script src="https://unpkg.com/reveal.js@^4//plugin/notes/notes.js"></script>
  <script src="https://unpkg.com/reveal.js@^4//plugin/search/search.js"></script>
  <script src="https://unpkg.com/reveal.js@^4//plugin/zoom/zoom.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/reveal.js@4/plugin/notes/notes.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/reveal.js@4/plugin/search/search.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/reveal.js@4/plugin/zoom/zoom.js"></script>

  <script>