Skip to content
Snippets Groups Projects
Select Git revision
  • b00fc6acbe23cf11f339c7fa5aa649e00e3f6094
  • main default protected
2 results

main.revealjs.htm

Blame
  • main.revealjs.htm 200.94 KiB
    <!DOCTYPE html>
    <html lang="en" dir="ltr">
    <head>
      <meta charset="utf-8">
      <meta name="encoding" content="UTF-8">
      <meta name="generator" content="Zettlr with pandoc">
      <title>main.revealjs.htm</title>
      <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">
    
      <!-- Include MathJax CDN -->
      <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
      <!--
        Immediately initialise the revealJS options so the source Markdown
        file can alter them as necessary.
      -->
      <script type="text/javascript">
        /**************************************************************************
         *                                                                        *
         * These variables can be changed here in the source, but the recommended *
         * way is to alter them inside your source Markdown file for convenience. *
         * Read more at https://docs.zettlr.com/academic/presentations/.          *
         *                                                                        *
         **************************************************************************/
        var zettlrRevealOptions = {
    		  // Display controls in the bottom right corner
    		  controls: true,
    		  // Display a presentation progress bar
    		  progress: true,
    		  // Display the page number of the current slide
    		  slideNumber: true,
    		  // Push each slide change to the browser history
    		  history: true,
    		  // Enable keyboard shortcuts for navigation
    		  keyboard: true,
    		  // Enable the slide overview mode
    		  overview: true,
    		  // Vertical centering of slides
    		  center: true,
    		  // Enables touch navigation on devices with touch input
    		  touch: true,
    		  // Loop the presentation
    		  loop: false,
    		  // Change the presentation direction to be RTL
    		  rtl: false,
    		  // Randomizes the order of slides each time the presentation loads
    		  shuffle: false,
    		  // Turns fragments on and off globally
    		  fragments: true,
    		  // Flags if the presentation is running in an embedded mode,
    		  // i.e. contained within a limited portion of the screen
    		  embedded: false,
    	  	// Flags if we should show a help overlay when the questionmark
    		  // key is pressed
    		  help: true,
    		  // Flags if speaker notes should be visible to all viewers
    		  showNotes: false,
    		  // Global override for autolaying embedded media (video/audio/iframe)
    		  // - null: Media will only autoplay if data-autoplay is present
    		  // - true: All media will autoplay, regardless of individual setting
    		  // - false: No media will autoplay, regardless of individual setting
    		  autoPlayMedia: null,
    		  // Number of milliseconds between automatically proceeding to the
    		  // next slide, disabled when set to 0, this value can be overwritten
    		  // by using a data-autoslide attribute on your slides
    		  autoSlide: 0,
    		  // Stop auto-sliding after user input
    		  autoSlideStoppable: true,
    		  // Enable slide navigation via mouse wheel