Skip to content

Commit

Permalink
updated to reveal 4 (should update my own plugins as well i guess)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter-hogent committed Feb 23, 2021
1 parent 78f255d commit e2a838e
Show file tree
Hide file tree
Showing 92 changed files with 3,005 additions and 12,451 deletions.
17 changes: 4 additions & 13 deletions chapter1.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,12 @@
/>
<link rel="stylesheet" href="lib/css/atom-one-light.css" />

<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/reveal.css" />

<!-- pieter overrides -->
<link rel="stylesheet" href="css/theme/hogent.css" />
<link rel="stylesheet" href="css/hogent.css" />
<link rel="stylesheet" href="plugin/codestepper/codestepper.css" />

<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi)
? 'css/print/pdf.css'
: 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
</head>

<body>
Expand Down Expand Up @@ -255,9 +245,10 @@ <h3>Math equations using LateX.</h3>
</div>

<script src="lib/js/chart.xkcd.min.js"></script>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script src="plugin/codestepper/codestepper.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/math/math.js"></script>
<script src="js/hogent-reveal.js" data-start-at-last="false"></script>
<script src="js/snap.svg.js"></script>
</body>
Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions css/index.css

This file was deleted.

44 changes: 0 additions & 44 deletions css/introduction.css

This file was deleted.

203 changes: 0 additions & 203 deletions css/print/paper.css

This file was deleted.

Loading

0 comments on commit e2a838e

Please sign in to comment.