NAME

BeamerReveal::Object::Presentation - Presentation object

VERSION

version 20251224.1500

SYNOPSIS

Represents a Presentation

METHODS

new()

$p = BeamerReveal::Object::Presentation->new( $data, $lines, $linectr )

Generates a presentation from the corresponding chunk data in the .rvl file.

. $data

chunkdata to parse

. $lines

lines to parse

. $lineCtr

starting line of the chunk (used for error reporting)

. $p

the presentation object

AUTHOR

Walter Daems <wdaems@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2025 by Walter Daems.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007

CONTRIBUTOR

Paul Levrie