Skip to content

Commit

Permalink
Update OER_DE_2016_reveal.html
Browse files Browse the repository at this point in the history
relatives Links corrected
  • Loading branch information
niebert committed Jan 13, 2024
1 parent ec0c51e commit 40d7ba0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions demo/OER_DE_2016/OER_DE_2016_reveal.html
Expand Up @@ -7,24 +7,24 @@
<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="../../../../Documents/PanDoc/reveal/css/reveal.css">
<link rel="stylesheet" href="../../reveal/css/reveal.css">
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../../../../Documents/PanDoc/reveal/css/theme/beige.css" id="theme">
<link rel="stylesheet" href="../../reveal/css/theme/beige.css" id="theme">
<!-- Original Settings do not have the following CSS inserted directly -->
<link rel="stylesheet" href="../../../../Documents/PanDoc/reveal/css/print/paper.css"/>
<link rel="stylesheet" href="../../reveal/css/print/paper.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 ) ? '../../../../Documents/PanDoc/reveal/css/print/pdf.css' : '../../../../Documents/PanDoc/reveal/css/print/paper.css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../../reveal/css/print/pdf.css' : '../../reveal/css/print/paper.css';
//---Uncomment the follow appendChild if you remove the CSS paper.css---
// document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="../../../../Documents/PanDoc/reveal/lib/js/html5shiv.js"></script>
<script src="../../reveal/lib/js/html5shiv.js"></script>
<![endif]-->
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<script src="../../mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
</head>
<body>
<div class="reveal">
Expand Down Expand Up @@ -192,21 +192,21 @@ <h2>Zusammenfassung</h2>

math: {
// mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js',
mathjax: '../../../../Documents/PanDoc/mathjax/MathJax.js',
mathjax: '../../mathjax/MathJax.js',
config: 'TeX-AMS_HTML-full'
},

// Optional reveal.js plugins
dependencies: [
{ src: '../../../../Documents/PanDoc/reveal/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '../../../../Documents/PanDoc/reveal/plugin/zoom-js/zoom.js', async: true },
{ src: '../../../../Documents/PanDoc/reveal/plugin/notes/notes.js', async: true },
{ src: '../../../../Documents/PanDoc/reveal/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../../../../Documents/PanDoc/reveal/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../../../../Documents/PanDoc/reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: '../../../../Documents/PanDoc/reveal/plugin/zoom-js/zoom.js', async: true },
{ src: '../../../../Documents/PanDoc/reveal/plugin/notes/notes.js', async: true },
{ src: '../../../../Documents/PanDoc/reveal/plugin/math/math.js', async: true }
{ src: '../../reveal/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: '../../reveal/plugin/zoom-js/zoom.js', async: true },
{ src: '../../reveal/plugin/notes/notes.js', async: true },
{ src: '../../reveal/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../../reveal/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '../../reveal/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: '../../reveal/plugin/zoom-js/zoom.js', async: true },
{ src: '../../reveal/plugin/notes/notes.js', async: true },
{ src: '../../reveal/plugin/math/math.js', async: true }
]
});
</script>
Expand Down

0 comments on commit 40d7ba0

Please sign in to comment.