BeamerReveal

 view release on metacpan or  search on metacpan

share/templates/html/main.html  view on Meta::CPAN

      .reveal .tippy-content>* {
	  margin-top: 0.2em;
	  margin-bottom: 0.7em;
      }
      .reveal .tippy-content>*:last-child {
	  margin-bottom: 0.2em;
      }
      .reveal .slide > img.stretch.quarto-figure-center,
      .reveal .slide > img.r-stretch.quarto-figure-center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto; 
      }
      .reveal .slide > img.stretch.quarto-figure-left,
      .reveal .slide > img.r-stretch.quarto-figure-left  {
	  display: block;
	  margin-left: 0;
	  margin-right: auto; 
      }
      .reveal .slide > img.stretch.quarto-figure-right, .reveal .slide > img.r-stretch.quarto-figure-right  {
	  display: block;
	  margin-left: auto;
	  margin-right: 0; 
      }
      
      .menu-slide {
          display: block;
          padding-left: 2.5em;
          text-indent: -0.5em;
      }
      .menu-title {
          display: block;
          padding-left: 0em;
          text-indent: 0em;
	  color: orange;
      }
      .menu-section {
          display: block;
          padding-left: 0.5em;
          text-indent: -0.5em;
	  color:yellow;
      }
      .menu-subsection {
          display: block;
          padding-left: 1.5em;
          text-indent: -0.5em;
	  color:lightgreen;
      }
    </style>
  </head>
  <body class="quarto-light">
    <div class="reveal">
      <div class="slides">
---SLIDES---
      </div>
      <div class="quarto-auto-generated-content" style="display: none;">
	<div class="footer footer-default">
	</div>
    </div></div>

    <script>window.backupDefine = window.define; window.define = undefined;</script>
    <script src="---SUBDIR---/libs/revealjs/dist/reveal.js"></script>
    <!-- reveal.js plugins -->
    <script src="---SUBDIR---/libs/revealjs/plugin/quarto-line-highlight/line-highlight.js"></script>
    <script src="---SUBDIR---/libs/revealjs/plugin/pdf-export/pdfexport.js"></script>
    <script src="---SUBDIR---/libs/revealjs/plugin/reveal-menu/menu.js"></script>
    <script src="---SUBDIR---/libs/revealjs/plugin/reveal-menu/quarto-menu.js"></script>
    <script src="---SUBDIR---/libs/revealjs/plugin/quarto-support/support.js"></script>
    

    <script src="---SUBDIR---/libs/revealjs/plugin/notes/notes.js"></script>
    <script src="---SUBDIR---/libs/revealjs/plugin/search/search.js"></script>
    <script src="---SUBDIR---/libs/revealjs/plugin/zoom/zoom.js"></script>
    <script src="---SUBDIR---/libs/revealjs/plugin/math/math.js"></script>
    <script>window.define = window.backupDefine; window.backupDefine = undefined;</script>

    <script>

      // Full list of configuration options available at:
      // https://revealjs.com/config/
      Reveal.initialize({
	  'controlsAuto': false,
	  'previewLinksAuto': false,
	  'pdfSeparateFragments': false,
	  'autoAnimateEasing': "ease",
	  'autoAnimateDuration': 1,
	  'autoAnimateUnmatched': true,
	  'jumpToSlide': true,
	  'menu': {"side":"left","useTextContentForMissingTitles":true,"hideMissingTitles":true,"markers":false,"loadIcons":false,"custom":[{"title":"Tools","icon":"<i class=\"fas fa-gear\"></i>","content":"<ul class=\"slide-menu-items\">\n<li class=\"slide...
	  'smaller': false,
	  
          // Display controls in the bottom right corner
          controls: false,

          // Help the user learn the controls by providing hints, for example by
          // bouncing the down arrow when they first encounter a vertical slide
          controlsTutorial: false,

          // Determines where controls appear, "edges" or "bottom-right"
          controlsLayout: 'edges',

          // Visibility rule for backwards navigation arrows; "faded", "hidden"
          // or "visible"
          controlsBackArrows: 'faded',

          // Display a presentation progress bar
          progress: true,

          // Display the page number of the current slide
          slideNumber: false,

          // 'all', 'print', or 'speaker'
          showSlideNumber: 'all',

          // Add the current slide number to the URL hash so that reloading the
          // page/copying the URL will return you to the same slide
          hash: true,

          // Start with 1 for the hash rather than 0
          hashOneBasedIndex: false,

          // Flags if we should monitor the hash and change slides accordingly
          respondToHashChanges: 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,

          // Disables the default reveal.js slide layout (scaling and centering)
          // so that you can use custom CSS layout



( run in 0.830 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )