finished presentation
This commit is contained in:
@ -65,6 +65,9 @@
|
||||
of: ['\\mkern{-2mu}\\left( #1 \\right\)', 1]
|
||||
}
|
||||
},
|
||||
tex2jax: {
|
||||
skipTags: ["script","noscript","style","textarea"],
|
||||
},
|
||||
"HTML-CSS": {
|
||||
styles: { ".reveal section .MathJax_Display": { margin: "0.5em 0em" } },
|
||||
styles: { ".reveal table .MathJax_Display": { margin: "0em" } },
|
||||
@ -137,14 +140,17 @@ $body$
|
||||
center: false,
|
||||
transition: 'none',
|
||||
viewDistance: 2, // otherwise videos start early
|
||||
width: 1024,
|
||||
height: 768,
|
||||
width: 1280,
|
||||
height: 1024,
|
||||
minScale: 0.2,
|
||||
maxScale: 5, // if this threshold is reached, the chalkboard drawing will be wrongly positioned. hence large threshold!
|
||||
|
||||
|
||||
// use local mathjax installation
|
||||
math: { mathjax: '$template$/mathjax/MathJax.js', config: 'TeX-AMS_HTML-full' },
|
||||
math: { mathjax: '$template$/mathjax/MathJax.js',
|
||||
config: 'TeX-AMS_HTML-full',
|
||||
extensions: ["content-mathml.js"]
|
||||
},
|
||||
|
||||
|
||||
// setup chalkboard
|
||||
@ -191,10 +197,10 @@ $body$
|
||||
dependencies: [
|
||||
{ src: '$template$/revealjs/plugin/math/math.js' },
|
||||
{ src: '$template$/revealjs/plugin/notes/notes.js', async: true },
|
||||
{ src: '$template$/revealjs/plugin/highlight/highlight.js', async: true, callback: function() {
|
||||
/*{ src: '$template$/revealjs/plugin/highlight/highlight.js', async: true, callback: function() {
|
||||
var code_blocks = document.querySelectorAll('code');
|
||||
for( var i = 0, len = code_blocks.length; i < len; i++ ) hljs.highlightBlock(code_blocks[i]);
|
||||
}},
|
||||
}},*/
|
||||
{ src: '$template$/revealjs/plugin/menu/menu.js' },
|
||||
{ src: '$template$/my-chalkboard/chalkboard.js' }, // do not load this async ('ready' event is missing, print wont work)
|
||||
{ src: '$template$/my-zoom/zoom.js', async: true },
|
||||
|
Reference in New Issue
Block a user