BeamerReveal

 view release on metacpan or  search on metacpan

BugReports/2026-01-20-Shnu/shnu.log  view on Meta::CPAN


(/usr/share/texmf-dist/tex/latex/koma-script/scrlogo.sty
Package: scrlogo 2024/10/24 v3.43 KOMA-Script package (logo)
)))))
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
(/usr/share/texmf-dist/tex/latex/translator/translator.sty
Package: translator 2021-05-31 v1.12d Easy translation of strings in LaTeX
))
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasemisc.sty)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
\beamer@argscount=\count316
\beamer@lastskipcover=\skip52
\beamer@trivlistdepth=\count317
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetitle.sty)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasesection.sty
\c@lecture=\count318
\c@part=\count319
\c@section=\count320
\c@subsection=\count321

BugReports/2026-01-20-Shnu/shnu.rvl  view on Meta::CPAN

%% Beamer-revealdriverfile
@@Presentation: 
-parameters:compiler={lualatex},canvaswidth={1920},canvasheight={1200}
@@BeamerFrame: 
-parameters:rawpage={0},truepage={1},overlay={1},transition={none},title={Boo}
@@BeamerFrame: 
-parameters:rawpage={1},truepage={2},overlay={1},transition={none},title={Ga}
@@BeamerFrame: 
-parameters:rawpage={0},truepage={3},overlay={1},transition={none},title={Lu}
@@BeamerFrame: 
-parameters:rawpage={1},truepage={4},overlay={1},transition={none},title={Loo}

BugReports/2026-01-20-Slimani/bug-beamer-reveal/main.log  view on Meta::CPAN


(/usr/share/texmf-dist/tex/latex/koma-script/scrlogo.sty
Package: scrlogo 2024/10/24 v3.43 KOMA-Script package (logo)
)))))
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty
(/usr/share/texmf-dist/tex/latex/translator/translator.sty
Package: translator 2021-05-31 v1.12d Easy translation of strings in LaTeX
))
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasemisc.sty)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetwoscreens.sty)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
\beamer@argscount=\count316
\beamer@lastskipcover=\skip52
\beamer@trivlistdepth=\count317
)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasetitle.sty)
(/usr/share/texmf-dist/tex/latex/beamer/beamerbasesection.sty
\c@lecture=\count318
\c@part=\count319
\c@section=\count320
\c@subsection=\count321

BugReports/2026-01-20-Slimani/bug-beamer-reveal/main.rvl  view on Meta::CPAN

%% Beamer-revealdriverfile
@@Presentation: 
-parameters:compiler={lualatex},canvaswidth={1920},canvasheight={1440}
@@BeamerFrame: 
-parameters:rawpage={1},truepage={1},overlay={1},transition={none},title={}
@@BeamerFrame: 
-parameters:rawpage={2},truepage={2},overlay={1},transition={none},title={Slide 1}
@@BeamerFrame: 
-parameters:rawpage={3},truepage={3},overlay={1},transition={none},title={Slide 2}
@@BeamerFrame: 
-parameters:rawpage={4},truepage={4},overlay={1},transition={none},title={Slide 3}
@@BeamerFrame: 
-parameters:rawpage={5},truepage={5},overlay={1},transition={none},title={Slide 4}
@@BeamerFrame: 
-parameters:rawpage={6},truepage={6},overlay={1},transition={none},title={Slide 5}
@@BeamerFrame: 
-parameters:rawpage={7},truepage={7},overlay={1},transition={none},title={Slide 6}
@@BeamerFrame: 
-parameters:rawpage={8},truepage={8},overlay={1},transition={none},title={Slide 7}
@@BeamerFrame: 
-parameters:rawpage={9},truepage={9},overlay={1},transition={none},title={Slide 8}

beamer-reveal-example-notes-4940D9B0-3334-11F1-8059-A02A0361802B.tex  view on Meta::CPAN

\subsection{Candy for the eye}

\begin{frame}
  {Placing videos}
  {}
  \only<1>{On this first slide there is nothing to see. On the next animation frame, a video will appear.}
  \only<2>{Here it is!}
  \video<2>[above,draw,autoplay,height=0.7,aspectratio=16/9,
            background=yellow,fit=contain]
  (myvid) \at (0.5,0.1) {Media/beamer-reveal-testvideo.mp4}
  \tikz[remember picture,overlay] \node<2>[anchor=north,font=\tiny] at (myvid.south)
       {An example video (C) Walter Daems};
\end{frame}

\begin{frame}
  {Placing images (possibly animated)}
  {}
  \begin{columns}
    \column[T]{0.45\textwidth}
    Below you will find a png (for which you don't need reveal, BTW).
    \vspace*{1cm}

    Of course, you can exploit the transparency of the background layer in the PNG!
    \vspace*{2cm}

    And on the top right you will find a swinging pendulum (an animated GIF).
    \column[T]{0.45\textwidth}
    % this is a image whose box consumes area on your slide
    \image[width=0.33,aspectratio=1,fit=contain,draw] (myimage) {Media/beamer-reveal-AnimatedPendulum.gif}
  \end{columns}
  % this is an overlayed image (not consuming any space)
  \image[width=0.25,aspectratio=1,fit=contain] \at (0.1,0.6) {Media/beamer-reveal-WiresTp.png}
  \image[width=0.1,aspectratio=1,fit=contain] \at (0.9,0.1) {https://www.digmanwaves.net/About/Pictures/WalterDaems.jpg}
\end{frame}

\begin{frame}
  {Placing iframe material (possibly animated)}
  {e.g. generated with asymptote}

  Click and drag on the iframe below. You can manipulate it! Use your mouse
  scroll-wheel to zoom in or out.

beamer-reveal-example-notes-6DF34466-3346-11F1-B68D-A1AAB65F3B63.tex  view on Meta::CPAN

\subsection{Candy for the eye}

\begin{frame}
  {Placing videos}
  {}
  \only<1>{On this first slide there is nothing to see. On the next animation frame, a video will appear.}
  \only<2>{Here it is!}
  \video<2>[above,draw,autoplay,height=0.7,aspectratio=16/9,
            background=yellow,fit=contain]
  (myvid) \at (0.5,0.1) {Media/beamer-reveal-testvideo.mp4}
  \tikz[remember picture,overlay] \node<2>[anchor=north,font=\tiny] at (myvid.south)
       {An example video (C) Walter Daems};
\end{frame}

\begin{frame}
  {Placing images (possibly animated)}
  {}
  \begin{columns}
    \column[T]{0.45\textwidth}
    Below you will find a png (for which you don't need reveal, BTW).
    \vspace*{1cm}

    Of course, you can exploit the transparency of the background layer in the PNG!
    \vspace*{2cm}

    And on the top right you will find a swinging pendulum (an animated GIF).
    \column[T]{0.45\textwidth}
    % this is a image whose box consumes area on your slide
    \image[width=0.33,aspectratio=1,fit=contain,draw] (myimage) {Media/beamer-reveal-AnimatedPendulum.gif}
  \end{columns}
  % this is an overlayed image (not consuming any space)
  \image[width=0.25,aspectratio=1,fit=contain] \at (0.1,0.6) {Media/beamer-reveal-WiresTp.png}
  \image[width=0.1,aspectratio=1,fit=contain] \at (0.9,0.1) {https://www.digmanwaves.net/About/Pictures/WalterDaems.jpg}
\end{frame}

\begin{frame}
  {Placing iframe material (possibly animated)}
  {e.g. generated with asymptote}

  Click and drag on the iframe below. You can manipulate it! Use your mouse
  scroll-wheel to zoom in or out.

beamer-reveal-example.html  view on Meta::CPAN

          fragments: true,

          // Flags whether to include the current fragment in the URL,
          // so that reloading brings you to the same fragment position
          fragmentInURL: false,

          // 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 it should be possible to pause the presentation (blackout)
          pause: true,

          // Flags if speaker notes should be visible to all viewers
          showNotes: false,

          // Global override for autoplaying embedded media (null/true/false)

beamer-reveal-example.html  view on Meta::CPAN


          // The display mode that will be used to show slides
          display: 'block',

          // Hide cursor if inactive
          hideInactiveCursor: true,

          // Time before the cursor is hidden (in ms)
          hideCursorTime: 5000,

          // Opens links in an iframe preview overlay
          previewLinks: false,

          // Transition style (none/fade/slide/convex/concave/zoom)
          transition: 'none',

          // Transition speed (default/fast/slow)
          transitionSpeed: 'default',

          // Transition style for full page slide backgrounds
          // (none/fade/slide/convex/concave/zoom)

beamer-reveal-example.rvl  view on Meta::CPAN

%% Beamer-reveal driver file (v1.09-2026-02-08)
@@Presentation: 
-parameters:latexversion={v1.09},latexdate={2026-02-08},sourcefilename={beamer-reveal-example.tex},title={Test slide deck},author={Walter Daems},compiler={lualatex},loop={false},autoslide={4000},canvaswidth={1920},canvasheight={1200}
@@BeamerFrame: 
-parameters:rawpage={1},truepage={1},overlay={1},transition={none},title={Test slide deck},toc={titlepage}
@@BeamerFrame: 
-parameters:rawpage={2},truepage={2},overlay={1},transition={none},title={Introduction},toc={section}
@@BeamerFrame: 
-parameters:rawpage={3},truepage={3},overlay={1},transition={none},title={Slide making},toc={subsection}
@@BeamerFrame: 
-voiceover:file={voiceover-1.ogg},ext={.ogg},voice={en-GB:neural:Ryan},tool={azuretts.py},text={Slide making is fun}
-audio:width={28.45275590551181},height={25.60748},fit={fill},background={white},autoplay={},x={-14.2263779527559},y={-11.80374},file={voiceover-1.ogg}
-hasnote:true
-hasnote:true
-parameters:rawpage={4},truepage={4},overlay={1},transition={none},title={Good news}
@@BeamerFrame: 
-parameters:rawpage={5},truepage={5},overlay={1},transition={concave},embed={},autoslide={2000},embed={},title={Prêt-à-porter}
@@BeamerFrame: 
-parameters:rawpage={6},truepage={6},overlay={1},transition={convex},title={Très chique}
@@BeamerFrame: 
-parameters:rawpage={7},truepage={7},overlay={1},transition={none},title={Pimping your slides},toc={subsection}
@@BeamerFrame: 
-parameters:rawpage={8},truepage={8},overlay={1},transition={none},title={And even more good news}
-hasnote:true
@@BeamerFrame: 
-parameters:rawpage={9},truepage={9},overlay={1},transition={zoom},title={A dymmy slide}
@@BeamerFrame: 
-parameters:rawpage={10},truepage={10},overlay={1},transition={none},title={In detail},toc={section}
@@BeamerFrame: 
-parameters:rawpage={11},truepage={11},overlay={1},transition={none},title={Candy for the eye},toc={subsection}
@@BeamerFrame: 
-parameters:rawpage={12},truepage={12},overlay={1},transition={none},title={Placing videos}
@@BeamerFrame: 
-video:width={0.777778},height={0.7},fit={contain},background={yellow},autoplay={},x={0.111111},y={0.2},file={Media/beamer-reveal-testvideo.mp4}
-parameters:rawpage={13},truepage={12},overlay={2},transition={none},title={Placing videos}
@@BeamerFrame: 
-image:width={0.33},height={0.528},fit={contain},background={white},x={0.5358568968101683},y={0.1318498285368208},file={Media/beamer-reveal-AnimatedPendulum.gif}
-image:width={0.25},height={0.4},fit={contain},background={white},x={-0.025},y={0.2},file={Media/beamer-reveal-WiresTp.png}
-image:width={0.1},height={0.16},fit={contain},background={white},x={0.85},y={0.82},file={https://www.digmanwaves.net/About/Pictures/WalterDaems.jpg}
-parameters:rawpage={14},truepage={13},overlay={1},transition={none},title={Placing images (possibly animated)}
@@BeamerFrame: 
-iframe:width={0.666667},height={0.6},fit={cover},background={white},embed={},x={0.1666665},y={0.3},file={Media/beamer-reveal-PCB.html}
-parameters:rawpage={15},truepage={14},overlay={1},transition={none},title={Placing iframe material (possibly animated)}
-hasnote:true
@@BeamerFrame: 
-parameters:rawpage={16},truepage={15},overlay={1},transition={none},title={Resonance for the ear},toc={subsection}
@@BeamerFrame: 
-audio:width={0.1},height={0.09},fit={cover},background={blue},autoplay={},controls={},x={0.06249996705064237},y={0.1596766935336598},file={Media/beamer-reveal-AudioSample.ogg}
-parameters:rawpage={17},truepage={16},overlay={1},transition={none},title={Adding audio to your slides}
@@BeamerFrame: 
-parameters:rawpage={18},truepage={17},overlay={1},transition={none},title={Make (video) animations with LaTeX},toc={subsection}
@@BeamerFrame: 
-animation:width={0.4687497968122946},height={0.5437497161962096},framerate={25},duration={7.5},progress={0.1},x={0.2656251125769719},y={0.3536975469089884},fit={fit},background={white},autoplay={},
\begin {tikzpicture}[font=\footnotesize ,transform shape,scale=0.75] \pgfmathsetmacro \angle {\progress *540}\clip (-2,-5.25) rectangle (8,2); \node [below left,inner sep=1pt] at (0,0) {\tiny 0}; \node [below left,inner sep=1pt] at (2.5,0) {\tiny 0};...
-parameters:rawpage={19},truepage={18},overlay={1},transition={none},title={Making animations with LaTeX (using TikZ as example)}
@@BeamerFrame: 
-still:width={0.4687497968122946},height={0.5437497161962096},framerate={0},duration={0},progress={0.75},x={0.2656251125769719},y={0.3536975469089884},fit={fit},background={white},
\begin {tikzpicture}[font=\footnotesize ,transform shape,scale=0.75] \pgfmathsetmacro \angle {\progress *540}\clip (-2,-5.25) rectangle (8,2); \node [below left,inner sep=1pt] at (0,0) {\tiny 0}; \node [below left,inner sep=1pt] at (2.5,0) {\tiny 0};...
-audio:width={0.1},height={0.09},fit={cover},background={white},autoplay={},x={-0.05},y={0.955},file={Media/beamer-reveal-AudioSample.ogg}
-parameters:rawpage={20},truepage={19},overlay={1},transition={none},title={Making animations with LaTeX (using TikZ as example)}

beamer-reveal-example.tex  view on Meta::CPAN

\subsection{Candy for the eye}

\begin{frame}
  {Placing videos}
  {}
  \only<1>{On this first slide there is nothing to see. On the next animation frame, a video will appear.}
  \only<2>{Here it is!}
  \video<2>[above,draw,autoplay,height=0.7,aspectratio=16/9,
            background=yellow,fit=contain]
  (myvid) \at (0.5,0.1) {Media/beamer-reveal-testvideo.mp4}
  \tikz[remember picture,overlay] \node<2>[anchor=north,font=\tiny] at (myvid.south)
       {An example video (C) Walter Daems};
\end{frame}

\begin{frame}
  {Placing images (possibly animated)}
  {}
  \begin{columns}
    \column[T]{0.45\textwidth}
    Below you will find a png (for which you don't need reveal, BTW).
    \vspace*{1cm}

    Of course, you can exploit the transparency of the background layer in the PNG!
    \vspace*{2cm}

    And on the top right you will find a swinging pendulum (an animated GIF).
    \column[T]{0.45\textwidth}
    % this is a image whose box consumes area on your slide
    \image[width=0.33,aspectratio=1,fit=contain,draw] (myimage) {Media/beamer-reveal-AnimatedPendulum.gif}
  \end{columns}
  % this is an overlayed image (not consuming any space)
  \image[width=0.25,aspectratio=1,fit=contain] \at (0.1,0.6) {Media/beamer-reveal-WiresTp.png}
  \image[width=0.1,aspectratio=1,fit=contain] \at (0.9,0.1) {https://www.digmanwaves.net/About/Pictures/WalterDaems.jpg}
\end{frame}

\begin{frame}
  {Placing iframe material (possibly animated)}
  {e.g. generated with asymptote}

  Click and drag on the iframe below. You can manipulate it! Use your mouse
  scroll-wheel to zoom in or out.

beamer-reveal-example_files/libs/bootstrap/bootstrap-47fdc16c3155bf2e4612729af4b9db0e.min.css  view on Meta::CPAN

/*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs...
*
* ansi colors from IPython notebook's
*
* we also add `bright-[color]-` synonyms for the `-[color]-intense` classes since
* that seems to be what ansi_up emits
*
*/.ansi-black-fg{color:#3e424d}.ansi-black-bg{background-color:#3e424d}.ansi-black-intense-black,.ansi-bright-black-fg{color:#282c36}.ansi-black-intense-black,.ansi-bright-black-bg{background-color:#282c36}.ansi-red-fg{color:#e75c58}.ansi-red-bg{back...

beamer-reveal-example_files/libs/bootstrap/bootstrap.min.js  view on Meta::CPAN

/*!
  * Bootstrap v5.3.1 (https://getbootstrap.com/)
  * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).bootstrap=e()}(this,(function(){"use strict";const t=new Map,...
//# sourceMappingURL=bootstrap.bundle.min.js.map

beamer-reveal-example_files/libs/quarto-html/popper.min.js  view on Meta::CPAN

/**
 * @popperjs/core v2.11.7 - MIT License
 */

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).Popper={})}(this,(function(e){"use strict";function t(e...

beamer-reveal-example_files/libs/quarto-html/quarto.js  view on Meta::CPAN

          convertToMenu();
          isVisible = false;
        } else {
          // Find the top and bottom o the element that is being managed
          const elTop = el.offsetTop;
          const elBottom =
            elTop + lastChildEl.offsetTop + lastChildEl.offsetHeight;

          if (!isVisible) {
            // If the element is current not visible reveal if there are
            // no conflicts with overlay regions
            if (!inHiddenRegion(elTop, elBottom, hiddenRegions)) {
              convertToSidebar();
              isVisible = true;
            }
          } else {
            // If the element is visible, hide it if it conflicts with overlay regions
            // and insert a placeholder toggle (or if we're in reader mode)
            if (inHiddenRegion(elTop, elBottom, hiddenRegions)) {
              convertToMenu();
              isVisible = false;
            }
          }
        }
      }
    };
  };

beamer-reveal-example_files/libs/revealjs/dist/reveal.css  view on Meta::CPAN

/*!
* reveal.js 5.1.0
* https://revealjs.com
* MIT licensed
*
* Copyright (C) 2011-2024 Hakim El Hattab, https://hakim.se
*/
.reveal .r-stretch,.reveal .stretch{max-width:none;max-height:none}.reveal pre.r-stretch code,.reveal pre.stretch code{height:100%;max-height:100%;box-sizing:border-box}.reveal .r-fit-text{display:inline-block;white-space:nowrap}.reveal .r-stack{disp...

beamer-reveal-example_files/libs/revealjs/dist/reveal.esm.js  view on Meta::CPAN

/*!
* reveal.js 5.1.0
* https://revealjs.com
* MIT licensed
*
* Copyright (C) 2011-2024 Hakim El Hattab, https://hakim.se
*/
const e=(e,t)=>{for(let i in t)e[i]=t[i];return e},t=(e,t)=>Array.from(e.querySelectorAll(t)),i=(e,t,i)=>{i?e.classList.add(t):e.classList.remove(t)},s=e=>{if("string"==typeof e){if("null"===e)return null;if("true"===e)return!0;if("false"===e)return!...
//# sourceMappingURL=reveal.esm.js.map

beamer-reveal-example_files/libs/revealjs/dist/reveal.esm.js.map  view on Meta::CPAN

{"version":3,"file":"reveal.esm.js","sources":["../js/utils/util.js","../js/utils/device.js","../node_modules/fitty/dist/fitty.module.js","../js/controllers/slidecontent.js","../js/utils/constants.js","../js/controllers/slidenumber.js","../js/control...

beamer-reveal-example_files/libs/revealjs/dist/reveal.js  view on Meta::CPAN

/*!
* reveal.js 5.1.0
* https://revealjs.com
* MIT licensed
*
* Copyright (C) 2011-2024 Hakim El Hattab, https://hakim.se
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Reveal=t()}(this,(function(){"use strict";const e=(e,t)=>{for...
//# sourceMappingURL=reveal.js.map

beamer-reveal-example_files/libs/revealjs/dist/reveal.js.map  view on Meta::CPAN

{"version":3,"file":"reveal.js","sources":["../js/utils/util.js","../js/utils/device.js","../node_modules/fitty/dist/fitty.module.js","../js/controllers/slidecontent.js","../js/utils/constants.js","../js/controllers/slidenumber.js","../js/controllers...

beamer-reveal-example_files/libs/revealjs/dist/theme/quarto-534cd8e3a96973385dffff3f4709048d.css  view on Meta::CPAN

@import"./fonts/source-sans-pro/source-sans-pro.css";:root{--r-background-color: #fff;--r-main-font: Source Sans Pro, Helvetica, sans-serif;--r-main-font-size: 40px;--r-main-color: #222;--r-block-margin: 12px;--r-heading-margin: 0 0 12px 0;--r-headin...
*
* ansi colors from IPython notebook's
*
* we also add `bright-[color]-` synonyms for the `-[color]-intense` classes since
* that seems to be what ansi_up emits
*
*/.ansi-black-fg{color:#3e424d}.ansi-black-bg{background-color:#3e424d}.ansi-black-intense-black,.ansi-bright-black-fg{color:#282c36}.ansi-black-intense-black,.ansi-bright-black-bg{background-color:#282c36}.ansi-red-fg{color:#e75c58}.ansi-red-bg{back...

beamer-reveal-example_files/libs/revealjs/plugin/highlight/highlight.esm.js  view on Meta::CPAN

function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function t(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw new Error("map is read-only")}:e instanceof Set&&(e.add=e.clear=e.delete...
/*!
 * reveal.js plugin that adds syntax highlight support.
 */
const Rs={id:"highlight",HIGHLIGHT_STEP_DELIMITER:"|",HIGHLIGHT_LINE_DELIMITER:",",HIGHLIGHT_LINE_RANGE_DELIMITER:"-",hljs:fs,init:function(e){let t=e.getConfig().highlight||{};t.highlightOnLoad="boolean"!=typeof t.highlightOnLoad||t.highlightOnLoad,...

beamer-reveal-example_files/libs/revealjs/plugin/highlight/highlight.js  view on Meta::CPAN

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).RevealHighlight=t()}(this,(function(){"use strict";function e...
/*!
	 * reveal.js plugin that adds syntax highlight support.
	 */
const Rs={id:"highlight",HIGHLIGHT_STEP_DELIMITER:"|",HIGHLIGHT_LINE_DELIMITER:",",HIGHLIGHT_LINE_RANGE_DELIMITER:"-",hljs:fs,init:function(e){let t=e.getConfig().highlight||{};t.highlightOnLoad="boolean"!=typeof t.highlightOnLoad||t.highlightOnLoad,...

beamer-reveal-example_files/libs/revealjs/plugin/notes/jojo.html  view on Meta::CPAN

	  z-index: 20;
	  padding: 30% 20% 20% 20%;
	  font-size: 18px;
	  color: #222;
	  background: #fff;
	  text-align: center;
	  box-sizing: border-box;
	  line-height: 1.4;
      }

      .overlay-element {
	  height: 34px;
	  line-height: 34px;
	  padding: 0 10px;
	  text-shadow: none;
	  background: rgba( 220, 220, 220, 0.8 );
	  color: #222;
	  font-size: 14px;
      }

      .overlay-element.interactive:hover {
	  background: rgba( 220, 220, 220, 1 );
      }

      #current-slide {
	  position: absolute;
	  width: 60%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  padding-right: 0;

beamer-reveal-example_files/libs/revealjs/plugin/notes/jojo.html  view on Meta::CPAN

      }

    </style>
  </head>

  <body>

    <div id="connection-status">Loading speaker view...</div>

    <div id="current-slide"></div>
    <div id="upcoming-slide"><span class="overlay-element label">Upcoming</span></div>
    <div id="speaker-controls">
      <div class="speaker-controls-time">
	<h4 class="label">Time <span class="reset-button">Click to Reset</span></h4>
	<div class="clock">
	  <span class="clock-value">0:00 AM</span>
	</div>
	<div class="timer">
	  <span class="hours-value">00</span><span class="minutes-value">:00</span><span class="seconds-value">:00</span>
	</div>
	<div class="clear"></div>

beamer-reveal-example_files/libs/revealjs/plugin/notes/jojo.html  view on Meta::CPAN

	<div class="pacing" style="display: none">
	  <span class="hours-value">00</span><span class="minutes-value">:00</span><span class="seconds-value">:00</span>
	</div>
      </div>

      <div class="speaker-controls-notes hidden">
	<h4 class="label">Notes</h4>
	<div class="value"></div>
      </div>
    </div>
    <div id="speaker-layout" class="overlay-element interactive">
      <span class="speaker-layout-label"></span>
      <select class="speaker-layout-dropdown"></select>
    </div>

    <script>

      (function() {

	  var notes,
	      notesValue,

beamer-reveal-example_files/libs/revealjs/plugin/notes/jojo.html  view on Meta::CPAN

	      else if( data && data.namespace === 'reveal' ) {
		  const supportedEvents = [
		      'slidechanged',
		      'fragmentshown',
		      'fragmenthidden',
		      'paused',
		      'resumed',
		      'previewiframe',
		      'previewimage',
		      'previewvideo',
		      'closeoverlay'
		  ];

		  if( /ready/.test( data.eventName ) ) {
		      // Send a message back to notify that the handshake is complete
		      window.opener.postMessage( JSON.stringify({ namespace: 'reveal-notes', type: 'connected'} ), '*' );
		  }
		  else if( supportedEvents.includes( data.eventName ) && currentState !== JSON.stringify( data.state ) ) {
		      dispatchStateToMainWindow( data.state );
		  }
	      }

beamer-reveal-example_files/libs/revealjs/plugin/notes/notes.esm.js  view on Meta::CPAN

function e(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer...

beamer-reveal-example_files/libs/revealjs/plugin/notes/notes.js  view on Meta::CPAN

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).RevealNotes=t()}(this,(function(){"use strict";function e(){r...

beamer-reveal-example_files/libs/revealjs/plugin/notes/plugin.js  view on Meta::CPAN

		deck.on( 'slidechanged', post );
		deck.on( 'fragmentshown', post );
		deck.on( 'fragmenthidden', post );
		deck.on( 'overviewhidden', post );
		deck.on( 'overviewshown', post );
		deck.on( 'paused', post );
		deck.on( 'resumed', post );
		deck.on( 'previewiframe', post );
		deck.on( 'previewimage', post );
		deck.on( 'previewvideo', post );
		deck.on( 'closeoverlay', post );

		// Post the initial state
		post();

	}

	return {
		id: 'notes',

		init: function( reveal ) {

beamer-reveal-example_files/libs/revealjs/plugin/notes/speaker-view.html  view on Meta::CPAN

	  z-index: 20;
	  padding: 30% 20% 20% 20%;
	  font-size: 18px;
	  color: #222;
	  background: #fff;
	  text-align: center;
	  box-sizing: border-box;
	  line-height: 1.4;
      }

      .overlay-element {
	  height: 34px;
	  line-height: 34px;
	  padding: 0 10px;
	  text-shadow: none;
	  background: rgba( 220, 220, 220, 0.8 );
	  color: #222;
	  font-size: 14px;
      }

      .overlay-element.interactive:hover {
	  background: rgba( 220, 220, 220, 1 );
      }

      #current-slide {
	  position: absolute;
	  width: 60%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  padding-right: 0;

beamer-reveal-example_files/libs/revealjs/plugin/notes/speaker-view.html  view on Meta::CPAN

      /* Speaker layout: Default - removed by DMW */

    </style>
  </head>

  <body>

    <div id="connection-status">Loading speaker view...</div>

    <div id="current-slide"></div>
    <div id="upcoming-slide"><span class="overlay-element label">Upcoming</span></div>
    <div id="speaker-controls">
      <div class="speaker-controls-time">
	<h4 class="label">Time <span class="reset-button">Click to Reset</span></h4>
	<div class="clock">
	  <span class="clock-value">0:00 AM</span>
	</div>
	<div class="timer">
	  <span class="hours-value">00</span><span class="minutes-value">:00</span><span class="seconds-value">:00</span>
	</div>
	<div class="clear"></div>

beamer-reveal-example_files/libs/revealjs/plugin/notes/speaker-view.html  view on Meta::CPAN

	<div class="pacing" style="display: none">
	  <span class="hours-value">00</span><span class="minutes-value">:00</span><span class="seconds-value">:00</span>
	</div>
      </div>

      <div class="speaker-controls-notes hidden">
	<h4 class="label">Notes</h4>
	<div class="value"></div>
      </div>
    </div>
    <div id="speaker-layout" class="overlay-element interactive">
      <span class="speaker-layout-label"></span>
      <select class="speaker-layout-dropdown"></select>
    </div>

    <script>

      (function() {

	  var notes,
	      notesValue,

beamer-reveal-example_files/libs/revealjs/plugin/notes/speaker-view.html  view on Meta::CPAN

	      else if( data && data.namespace === 'reveal' ) {
		  const supportedEvents = [
		      'slidechanged',
		      'fragmentshown',
		      'fragmenthidden',
		      'paused',
		      'resumed',
		      'previewiframe',
		      'previewimage',
		      'previewvideo',
		      'closeoverlay'
		  ];

		  if( /ready/.test( data.eventName ) ) {
		      // Send a message back to notify that the handshake is complete
		      window.opener.postMessage( JSON.stringify({ namespace: 'reveal-notes', type: 'connected'} ), '*' );
		  }
		  else if( supportedEvents.includes( data.eventName ) && currentState !== JSON.stringify( data.state ) ) {
		      dispatchStateToMainWindow( data.state );
		  }
	      }

beamer-reveal-example_files/libs/revealjs/plugin/reveal-menu/menu.css  view on Meta::CPAN

 */
.reveal .slide-menu-button {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 30;
  font-size: 24px;
}

/*
 * Menu overlay
 */

.slide-menu-wrapper .slide-menu-overlay {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.slide-menu-wrapper .slide-menu-overlay.active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

/*
 * Hide menu for pdf printing
 */
body.print-pdf .slide-menu-wrapper .slide-menu,
body.print-pdf .reveal .slide-menu-button,
body.print-pdf .slide-menu-wrapper .slide-menu-overlay {
  display: none;
}

beamer-reveal-example_files/libs/revealjs/plugin/reveal-menu/menu.js  view on Meta::CPAN

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).RevealMenu=t()}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefine...

index.html  view on Meta::CPAN

          fragments: true,

          // Flags whether to include the current fragment in the URL,
          // so that reloading brings you to the same fragment position
          fragmentInURL: false,

          // 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 it should be possible to pause the presentation (blackout)
          pause: true,

          // Flags if speaker notes should be visible to all viewers
          showNotes: false,

          // Global override for autoplaying embedded media (null/true/false)

index.html  view on Meta::CPAN


          // The display mode that will be used to show slides
          display: 'block',

          // Hide cursor if inactive
          hideInactiveCursor: true,

          // Time before the cursor is hidden (in ms)
          hideCursorTime: 5000,

          // Opens links in an iframe preview overlay
          previewLinks: false,

          // Transition style (none/fade/slide/convex/concave/zoom)
          transition: 'none',

          // Transition speed (default/fast/slow)
          transitionSpeed: 'default',

          // Transition style for full page slide backgrounds
          // (none/fade/slide/convex/concave/zoom)

quarto/hello_files/libs/bootstrap/bootstrap-47fdc16c3155bf2e4612729af4b9db0e.min.css  view on Meta::CPAN

/*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs...
*
* ansi colors from IPython notebook's
*
* we also add `bright-[color]-` synonyms for the `-[color]-intense` classes since
* that seems to be what ansi_up emits
*
*/.ansi-black-fg{color:#3e424d}.ansi-black-bg{background-color:#3e424d}.ansi-black-intense-black,.ansi-bright-black-fg{color:#282c36}.ansi-black-intense-black,.ansi-bright-black-bg{background-color:#282c36}.ansi-red-fg{color:#e75c58}.ansi-red-bg{back...



( run in 2.126 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )